I see that most folks want to deactivate the Task Pane Manager. I am on the flip side of that. I want to know how to ACTIVATE that manager with code.
I tried many ways.
taskpane.app
RUN taskpane.app
RUN [/N] taskpane.app
RUN [/N] "taskpane.app"
RUN [/N] "c:\program files (x86)\microsoft visual foxpro 9\taskpane.app"
However, this way does bring up another copy of VFP with the Task Pane Manager in it!
CD "c:\program files (x86)\microsoft visual foxpro 9"
RUN taskpane.app
But that is not useful. (Most likely some issue with "program files (x86)")
I need that because I want to move each of my utility windows "Trace, Watch, Locals, stack, Document View, etc" in a specific location on the screen. I use a 4K 55" screen with two 28" HD screens and my VFP opens tall and wide in the 4K monitor. So I have lots of room, but after hours of editing the utility screens end up under/over/partially hidden etc... a mess... So my Project Hook calls up a few tiny buttons which I locate in a strategic location and it gives me the ability to organize the windows where I want them at the click of a tiny and visible button.
I'm sure it must be simple and I will be kicking myself later. I tried ACTIVATE WINDOW too, but that requires a DEFINE command whose parameters sources are unknown to me, whereas WATCH and the other windows do not require DEFINE. They seem to be always active
I know that the active object of Task Pane is "_otaskpane" and I know how to manipulate it to stretch it, position it, shut down etc. But when it is released() bringing it back to life escapes me.
Any help would be very appreciated.
Dennis
I tried many ways.
taskpane.app
RUN taskpane.app
RUN [/N] taskpane.app
RUN [/N] "taskpane.app"
RUN [/N] "c:\program files (x86)\microsoft visual foxpro 9\taskpane.app"
However, this way does bring up another copy of VFP with the Task Pane Manager in it!
CD "c:\program files (x86)\microsoft visual foxpro 9"
RUN taskpane.app
But that is not useful. (Most likely some issue with "program files (x86)")
I need that because I want to move each of my utility windows "Trace, Watch, Locals, stack, Document View, etc" in a specific location on the screen. I use a 4K 55" screen with two 28" HD screens and my VFP opens tall and wide in the 4K monitor. So I have lots of room, but after hours of editing the utility screens end up under/over/partially hidden etc... a mess... So my Project Hook calls up a few tiny buttons which I locate in a strategic location and it gives me the ability to organize the windows where I want them at the click of a tiny and visible button.
I'm sure it must be simple and I will be kicking myself later. I tried ACTIVATE WINDOW too, but that requires a DEFINE command whose parameters sources are unknown to me, whereas WATCH and the other windows do not require DEFINE. They seem to be always active
I know that the active object of Task Pane is "_otaskpane" and I know how to manipulate it to stretch it, position it, shut down etc. But when it is released() bringing it back to life escapes me.
Any help would be very appreciated.
Dennis