Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change debug window
Message
From
31/01/2003 12:18:39
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00747706
Message ID:
00747715
Views:
18
Hi Sergey

I am running two monitors and I have the foxpro screen in the left monitor and I want the debug frame on the far right side of the right monitor. Seems when I try and move the debug frame further right then foxpro screen, the debugger disapears. It is like we used to do in fox2.6, move the window beyond the screen so it would not show. Is there not a way to get a handle to the window so I can set it where I want?

Thanks

>You can use MOVE WINDOW command.
ACTIVATE WINDOW debug
>MOVE WINDOW "Visual Foxpro Debugger" to 1,1
>
>>Hi All
>>
>>Is there a way change the size and position of the debug window? I am trying to position the window at start up. For example
>>
>>
>>IF NOT Wexist("debug")
>>	ACTIVATE WINDOW "debug"
>>ENDIF
>>left = xxx
>>width = xxx
>>
>>
>>Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform