March 8, 200620 yr I'm developing a gauge that can only be clicked once. I've set the Cursor Type to "Hand" in the section but want to restore it to the default arrow once the gauge has been clicked. Any ideas anyone? Gerry Howard
March 8, 200620 yr Use the tag within an structure; something like this: (L:MyVar,bool) ! your code to do something useful...1 (>L:MyVar,bool)You MUST use an Lvar here because Gvars reset to 0 whenever ALT-ENTER or reload panels.Tom
Create an account or sign in to comment