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
_______________________________________________
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