Hi,
Under MacOSX a call to SystemRequest() ( perhaps other dialog box calls as well?) opens the dialog box relative to the position of the active display. This can and does open dialog boxes on inaccessible locations on the user's screen.
Under AmigaOS and Windows the dialog box always the dialog box in the centre of the screen - which is far better.
Are you able to alter MacOS X compiles so that all dialog boxes are opened in the centre of the screen?
SystemRequest()
SystemRequest()
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
http://myevolve.wordpress.com
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: SystemRequest()
Right, this is a cross-platform inconsistency. I'll try to adapt the Mac OS X version to behave like the other ones.