Hi Klaus

This works by hiding the field so all I need to do is create a button to show
all controls and modify the script slightly. IE have the graphic borderhilite
hidden and show it on right click. I can now select the field using a
mouseenter

on mousewithin whichone
  global field2delete
  if whichone = 3 then
     set the rect of grc "borderhilite" to  the rect of fld "xyz"
     set the loc of grc "borderhilite"  to  the loc of fld "xyz"
     put "xyz" into field2delete
     show grc "borderhilite"
  end if
end mousewithin

That should keep me going at the airport. :-)


Cheers
Bob

_______________________________________________
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