Position the ASK dialog
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 25
- Joined: Wed Jul 20, 2011 3:07 pm
Position the ASK dialog
It appears that the MSG_XPOS and MSG_YPOS do not affect the ASK dialog. Is there a way to position this?
Re: Position the ASK dialog
There's no built in method to control the Ask dialog. You could write a second dynamic script that your main script would invoke just prior to opening the Ask box that could move it after it opens. But if you're going to that much effort you may as well create you own Ask dialog.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: Position the ASK dialog
Or, what I would do is create your own version of an Ask dialog using the custom dialog designer which you could position anywhere you like. It would be easy to make a dialog look and work exactly like Ask.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Junior Coder
- Posts: 25
- Joined: Wed Jul 20, 2011 3:07 pm
Re: Position the ASK dialog
Thanks for this JRL. I hadn't gotten around to doing it yet, so I am very appreciative.