Thanks Shai. However, am 'Most Concerned' about the 'Component' where the action event executes.
The action event executes on the LABEL and not the textfield. If you run the above code snippet, click on the textfield and nothing happens. The event fires on click of the Label, and not the textfield. On Tuesday, August 21, 2018 at 5:27:38 AM UTC+1, Shai Almog wrote: > > execute expects a full URL (including https) but notice that the action > event can fire more than once in valid cases so you shouldn't do things > like opening a URL. For validation it should be OK though. You can use > something like regex validator or just implement the constraint interface > and add a constraint. > > Here's a sample of a validator: > https://stackoverflow.com/questions/50122768/regex-error-codename-one-project > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/f50e3234-f3ee-4e16-8bd1-0316b13219a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
