Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What does View/Toolbars.../Reset do programmatically?
Message
From
11/10/2005 16:32:58
 
 
To
11/10/2005 16:15:05
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01057930
Message ID:
01058079
Views:
9
>>>Hi all,
>>>
>>>Directly below the menu bar of VFP is another bar where the toolbars reside.
>>>
>>>When I programmatically remove all toolbars, this (grey) bar remains. The only way to remove it that I know of is to click on "View/Toolbars.../Reset".
>>>The bar goes to Nirvana.
>>>
>>>But how do I do this programmatically?
>>>
>>>I'm sure the answer will be cheekbone-reddening simple. But I just don't know...
>>>
>>>Lennert
>>
>>What do you use for removing all toolbars ?
>
>Fabio,
>
>When I use "RELEASE WINDOW " my grey bar goes away. Why it doesn't go away when using "HIDE WINDOW ...." I don't know.
>

Grey bar IS A WINDOW, toolbars are childs within it,
when #childs become 0, then VFP destroy the grey window
RELEASE destroy a toolbar, HIDE it doesn't destroy it

>Alas, I have the same problem with the menu. When I do "release menu _msysmenu" a grey empty bar remains. Do you know how to solve that?
>

VFP release the menu, but when the execution finishes, the interface of development recreates _MSYSMENU

>Lennert
Previous
Reply
Map
View

Click here to load this message in the networking platform