Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 669

Getting Started with LiveCode - Complete Beginners • Re: Problem with Widget Spinner

$
0
0
Here's something "babyish" made with LC 8.2 DP 2 (because I happen to be in front of a machine running MacOS 10.7.5 today). 8)
-
Screen Shot 2024-08-01 at 2.36.34 pm.png
-
Button code:

CODE:

on mouseUp   if the vis of widget "Spinner" is true then      set the vis of widget "Spinner" to false      set the label of me to "SHOW"   else      set the vis of widget "Spinner" to true      set the label of me to "HIDE"   end ifend mouseUp
Give it a whirl: if it works on your machine it is your code: if it doesn't work then it must be something a bit wrong with your machine.
Spin Me.livecode.zip

Statistics: Posted by richmond62 — Thu Aug 01, 2024 12:40 pm



Viewing all articles
Browse latest Browse all 669

Trending Articles