Mikey wrote:
Unfortunately I was using it temporarily to pass information from a dialog
that was closing to the handler that opened it, but the data was clearly
modified by the engine before it got back to the handler.

According to the docs, the dialogData is what you're supposed to use for
this kind of operation, but apparently that isn't always the case.

I use it often like this:

  set the dialogData to tSomething
  modal "MyDialog"
  get the dialogData

If you find a reproducible recipe in which the dialogData is being altered immediately after a modal command please file a bug report.

--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
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