On 16.03.10 at 08:39 -0700 Dan Friedman apparently wrote:
Mark (and others),

Thanks for the info.   Here's some more...

  global currentTarget
  global GlobalModeOption
  global gStudentXML
  global pMode

  set cursor to watch
  lock screen

  put the IDNumber of currentTarget into fPane  --this is where it's tripping

Is it possible that at the runtime the currentTarget is not properly recognized as an object reference? I presume its content is the same or similar to what 'target' returns. Using 'do' in such cases helps. Like

do "put the IDNumber of" && currentTarget && "into fPane"

Robert
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to