Like target me does not always work in refering to controls.... this one got
me today:

Placed in a fields script:

getprop view_Text
  return the text of me
end view_Text

works if you are on the card but not if you are somewhere else. Changeing
the script to:

getprop view_Text
   put the long id of me into someField
   return the text of someField
end view_Text

Fixes the problem - IMHO this is a bug. Me should return a long id by
default.
_______________________________________________
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