Clearing Text From An Android Native Edit Field (Widget)

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 200
Joined: Tue Aug 05, 2014 10:07 am

Clearing Text From An Android Native Edit Field (Widget)

Post by Googie85 » Tue Sep 01, 2020 6:07 am

Hii Guys!!!

I am having trouble clearing the text in an edit field (Widget) Android Native Field. Any ideas?

put "" into widget "SendEdit"

The above does not seem to work. Any tips would be greatly appreciated!!!

Many Thanks,

Googie.

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: Clearing Text From An Android Native Edit Field (Widget)

Post by bangkok » Tue Sep 01, 2020 9:49 am

Code: Select all

set the text of widget "SendEdit" to empty

Post Reply

Return to “Android Deployment”