Hi all,

sorry for the strange subject, but I have a strange problem
and wonder if this is a bug or feature.

I have 3 buttons in a group with this script:
on mouseUp
   switch the short name of the target
      case "Next"
         send "handle_mouseup next" to grp "navibuttons1" in 0
         #go next
         break
      case "Back"
         send "handle_mouseup prev" to grp "navibuttons1" in 0
         break
      case „another button“
         ## not handled yet...
      break
   end switch
end mouseUp

Now in some situations one of these buttons is diabled, but the 
script executes as if the button is still ENabledm which causes 
inconvenience, read ERRORS! Know what I mean?

So is this a bug and the script should NOT work for diesabled buttons or should 
it?
Thanks for any insight!

LC 7.1.3 stable on OS X 10.11.3


Best

Klaus
--
Klaus Major
http://www.major-k.de
[email protected]


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to