Page 1 of 1

requesters jump around

Posted: Wed Jul 09, 2003 9:11 pm
by Tomio
Hello,

in a program I call several requesters consecutively (Pathrequester, OpenFileRequester,..).

The requesters positon somewhere on the screen: left/right/top/bottom (but always inside the visible area). I can't see a system. It looks foolish.

Is it normal? Or how can one control the positioning?

Thanks../tomio

Posted: Wed Jul 09, 2003 10:14 pm
by Pupil
Someone a while back (can't remember who) made a little sample code that let you control where the requesters should appear. (I think the placement is relative to the currently active window, so if i'm not misstaken the code basicly opened a invisible window and then called up the requester.)

Posted: Thu Jul 10, 2003 10:44 pm
by Tomio
Pupil wrote:Someone a while back (can't remember who) made a little sample code that let you control where the requesters should appear. (I think the placement is relative to the currently active window, so if i'm not misstaken the code basicly opened a invisible window and then called up the requester.)
No, this does not work.
Thank you anyway, Pupil.
../tomio

Posted: Thu Jul 10, 2003 11:05 pm
by Pupil
Have you searched the forum?

Does this one help? Haven't tested it myself...
viewtopic.php?t=6278

Posted: Fri Jul 11, 2003 11:08 pm
by Tomio
> Have you searched the forum?
Obviously not carefully enough.

> Does this one help? Haven't tested it myself...
> viewtopic.php?t=6278
Yes, it helps. That's what I needed.

Thank you Pupil and of course thanks to PB too../tomio

Posted: Sat Jul 12, 2003 6:43 pm
by eddy
look in trick'n tips :

Set Requester Position

My tip works with all requester.

Posted: Sat Jul 12, 2003 9:20 pm
by Tomio
eddy wrote:look in trick'n tips :

Set Requester Position

My tip works with all requester.
Great! Thank's.../tomio