Garrett Hylltun wrote:

When I use the ask dialog to get some user input on changing some hilighted text in a field, the ask dialog removes the focus from the field, thus losing the ability to use the selectedChunk after the dialog has been dismissed.

I did not know if there was any way within any of the properties to stop this, such as setting traversalOn, so I put the selectedChunk into a variable before the ask dialog.

Other than what I have done to resolve this, is there some property dealing with the ask dialog that might bypass the need to record the selectedChunk before the ask dialog?

I think you've solved the problem in the best way. When a dialog is shown, the focus is removed from the original stack and the selection is lost; the workaround is exactly what you've done.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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