On 5/23/06 10:37 AM, "Rob Cozens" <[EMAIL PROTECTED]> wrote:

> What must I do to open a modal stack at a specific (non-centered)
> position?

Yes, modal windows automatically center themselves over the topmost
non-modal window. Here's what I do:

  set the style of stack "MyModal" to toplevel
  set the loc of stack "MyModal" to 100,100
  open inv stack "MyModal"
  set the style of stack "MyModal" to modal
  show stack "MyModal"

It's important to make sure you first set the style to topLevel otherwise
the modal style will "stick" and you won't be able to reposition it.


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

_______________________________________________
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