Why On Key actions doesn't work after clicking on Checkbox?
I created blank project, inserted checkbox and Page>Script>On key I wrote:
if e_Key == 13 then
Dialog.Message("sth", "sth")
end
Now, when I ran the app, after pushing Enter key a message appeared correctly. But after I clicked (checked) on the checkbox, pushing Enter did nothing. Note, that after the click, the checkbox is selected (dot square). Maybe because of that keys doesn't work?
Could sb explain?

Reply With Quote
