Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What does View/Toolbars.../Reset do programmatically?
Message
De
11/10/2005 16:32:58
 
 
À
11/10/2005 16:15:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01057930
Message ID:
01058079
Vues:
18
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform