| View previous topic :: View next topic |
| Author |
Message |
arcray Valued Contributor


Joined: 13 Jul 2001 Posts: 242 Location: Aude, France
|
Posted: Thu Apr 29, 2004 11:04 am Post subject: Two screen problem in VDS 5.01.114 |
|
|
Sometimes I use my portable with an addtional monitor, and put the VDS IDEs on the second screen. AND sometimes I forget to put the IDE back on the primary screen. This means that when I have the portable going without the second screen, the VDS IDEs are displayed off-screen and I cannot find a way of getting them back to the primary screen. For the main window, I can generally move it using ALT+Space, but the de-bug window I cannot get to, to move it.
Where is the IDE's windows positioning information kept, so that I can delete it to get back to the default display positions?
Thanks in advance _________________ Andrew GRAY
If you don't know I am looking for work, I won't get the job.
andrewrcgray.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Apr 29, 2004 12:02 pm Post subject: |
|
|
I'm pretty sure it's kept in the registry under "Commercial Research\VDS 5",
but I would have to check on that. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
bbelcher Contributor

Joined: 30 Jul 2002 Posts: 172
|
Posted: Thu Apr 29, 2004 12:45 pm Post subject: |
|
|
you could write a little program to move them back to 0,0 position if they get lost. I had to complie it to work.
| Code: |
WINDOW POSITION, Visual DialogScript 5,0,0,,
rem the following code is if the project, debug and compiler are undocked.
WINDOW POSITION, Project Manager,0,0,,
WINDOW POSITION, Debug Window,0,0,,
WINDOW POSITION, Compiler Messages,0,0,,
exit
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|