requesters jump around

Just starting out? Need help? Post your questions and find answers here.
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

requesters jump around

Post 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
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Post 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.)
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post 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
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Post by Pupil »

Have you searched the forum?

Does this one help? Haven't tested it myself...
viewtopic.php?t=6278
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post 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
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

look in trick'n tips :

Set Requester Position

My tip works with all requester.
Tomio
Enthusiast
Enthusiast
Posts: 291
Joined: Sun Apr 27, 2003 4:54 pm
Location: Germany

Post by Tomio »

eddy wrote:look in trick'n tips :

Set Requester Position

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