Jump to content

Simple windowed application: Difference between revisions

Line 2,045:
 
=={{header|LiveCode}}==
Comments and Description:
 
The LiveCode script here meets the specification 100%,
Line 2,052 ⟶ 2,051:
rather than to the 'card' (window). Nevertheless, the card
is in the object's message path so the button works well.
 
<lang LiveCode>global count
on openCard
Line 2,061:
put count into field "clicks"
end mouseUp</lang>
 
[https://www.melellington.com/simplewindow/livecodeexample.png LiveCode Example]
 
=={{header|Logo}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.