| View previous topic :: View next topic |
| Author |
Message |
harry Contributor


Joined: 01 May 2003 Posts: 61
|
Posted: Fri Jan 28, 2005 9:59 pm Post subject: same size gui on all moniters? |
|
|
Hi,
can someone tell me how to have the same
size gui on all moniters?
option scale i think but what??
thanks,
harry |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
|
| Back to top |
|
 |
harry Contributor


Joined: 01 May 2003 Posts: 61
|
Posted: Fri Jan 28, 2005 11:43 pm Post subject: |
|
|
thanks Mac,
what i really need to do i guess is to
use
DIALOG SETPOS for everthing is there a loop to
resize lots of elements ?
thanks
harry |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sat Jan 29, 2005 12:04 am Post subject: |
|
|
If you create the dialog with the RESIZABLE option,
you can use a :RESIZE label, and code there will be
executed at startup and each time the window is
resized/moved/ etc.
Ya still have to create code for each element though,
there's no really easy way to resize everything.
I usually try use use a percentage of the window
size for elements when I can.
Here's an app with simple resizing, although I now put
the :RESIZE label directly above :EVLOOP (saves a
"goto EVLOOP").
http://www.vdsworld.com/forum/viewtopic.php?p=8776
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|