You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I want to make a text box where you can enter your weight. I created a TextEdit object, but I don't know how to make it accept only numbers. Do you have any ideas?
Steve Garman
unread,
Jan 24, 2020, 5:57:34 PM1/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
You can start by giving the user a numeric keyboard using the "number" option
edt = app.CreateTextEdit("20", -1, -1, "number");
Then you can do whatever verification is necessary in the edt.SetOnChange callback
soczek
unread,
Jan 29, 2020, 2:29:53 AM1/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Thanks Steve! :)
EL'elyon most high God RAPHA
unread,
Sep 15, 2024, 2:41:58 AM9/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
[0,1,2,34,5,6,7,8,9]
On Wednesday, January 29, 2020 at 2:29:53 AM UTC-5 imejl....@gmail.com wrote: