highlight and hide field from standalone

rev at armbase.com rev at armbase.com
Fri Sep 16 07:53:15 EDT 2005


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




More information about the use-livecode mailing list