Simple windowed application: Difference between revisions

Content added Content deleted
Line 2,045: Line 2,045:


=={{header|LiveCode}}==
=={{header|LiveCode}}==
Comments and Description:


The LiveCode script here meets the specification 100%,
The LiveCode script here meets the specification 100%,
Line 2,052: Line 2,051:
rather than to the 'card' (window). Nevertheless, the card
rather than to the 'card' (window). Nevertheless, the card
is in the object's message path so the button works well.
is in the object's message path so the button works well.

<lang LiveCode>global count
<lang LiveCode>global count
on openCard
on openCard
Line 2,061: Line 2,061:
put count into field "clicks"
put count into field "clicks"
end mouseUp</lang>
end mouseUp</lang>

[https://www.melellington.com/simplewindow/livecodeexample.png LiveCode Example]


=={{header|Logo}}==
=={{header|Logo}}==