Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dock Forms Tool Bars
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Dock Forms Tool Bars
Divers
Thread ID:
00814486
Message ID:
00814486
Vues:
38
Starting a new phase on my main project, wanting to change some things in my development process.

VFP 8.0

After a compile/test cycle I want to re-establish VFP desktop succintly.

I like to have the "Forms Control" and "Forms Designer" DOCKED to left side of desktop. I have a 21" monitor running at high resolution. I like the above two tool bars set where one is below the other.

From research here on UT I have found that the only way to re-open the tool bars is via the following code:
IF !WEXIST('Form Controls')
   KEYBOARD '{ALT+V}{ENTER}{DNARROW}{DNARROW}{SPACEBAR}{ENTER}'
ENDIF

IF !WEXIST('Form Designer')
   KEYBOARD '{ALT+V}{ENTER}{DNARROW}{DNARROW}{DNARROW}{SPACEBAR}{ENTER}'
ENDIF
If things have changed in 8.0 I would appreciate a comment on how.

I am aware of opening these toolbars as above and all the FoxUser stuff (previous positioning etc).

My question is how do I programatically set these toolbars below each other ?

The following code sets them side by side.
DOCK WINDOW "Form Designer" POSITION 1
DOCK WINDOW "Form Controls" POSITION 1
What ben makes tracks for what wil be. Words in the air pirnt foot steps on the groun for us to put our feet in to.

Riddley Walker
Répondre
Fil
Voir

Click here to load this message in the networking platform