Home » Community » Newbie corner » Touchscreen and buttons
Re: Touchscreen and buttons [message #48608 is a reply to message #48605] |
Tue, 08 August 2017 13:26   |
rafiwui
Messages: 105 Registered: June 2017 Location: Stuttgart, Germany
|
Experienced Member |
|
|
What does the compiler complain about?
How are ok and cancel defined?
You don't need this in the THISBACK:
ok.WhenPush = THISBACK(Close);
cancel.WhenPush = THISBACK(Close);
And if you want to exit the app you should use Breaker I guess:
ok.WhenPush = Breaker();
cancel.WhenPush = Breaker();
Greetings
Daniel
|
|
|
Goto Forum:
Current Time: Sun Jun 29 17:00:35 CEST 2025
Total time taken to generate the page: 0.03624 seconds
|