|
Hi there i´m desperately trying to program a touch button screen switching, but looks like i´m too stupid.
This is my little test program:
0001 - IF Touch Anywhere Button #0, Button Leopard is pressed 0002 - AND Variable# 63 / Screen# is NOT = 1 0003 - THEN Variable# 63 / Screen# = 1 0004 - IF Touch Object #2, Button Leopard is pressed 0005 - AND Variable# 63 / Screen# is NOT = 1 0006 - THEN Variable# 63 / Screen# = 7 0007 - IF Touch Object #1, Button Leopard is pressed 0008 - AND Variable# 63 / Screen# is NOT = 7 0009 - THEN Variable# 63 / Screen# = 1 0010 - End Program There are two test screens ( #1 and #7) with one button each. if touched it should switch on screen 1 to screen 7 and on screen 7 back to one. It beeps if touched, but nothing happens. Screen is a leopard II (European version) Cmax version 2.00e5.
Any idea or hint how to handle it.
Thanks for any help rolfgka (Germany)
|