Visibility Problem

Chipp Walters chipp at chipp.com
Sat Jan 13 19:31:28 EST 2007


Couple of thoughts. Try asking explicitly if the grc are visible..iow don't
take the App browser's word for it. It sometimes has a difficult time
updating.

try in the message box:
put the visible of grc "myGrc"

also, to make sure you have only one grc with the name you're looking for.
So try:

repeat with x=1 to the number of grcs on this cd
   if the short name of grc x is "theOneToLookFor" then add 1 to tFoundCount
end repeat
answer tFoundCount



More information about the use-livecode mailing list