Here's an overall fix for the 'stuck hilite' problem.

Create a button called "Help" (or any other button you might have which isn't in a group)

put in your card or stack script:

on mouseRelease
  put the long name of the target into tName
  if word 1 of tName is "button" and tName contains "group" then
    focus on btn "Help"
  end if
end mouseRelease

Works great here! Thanks again Jim.

-Chipp

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

Reply via email to