Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent a toolbar from being docked
Message
De
30/05/2005 10:04:05
 
 
À
30/05/2005 09:32:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01018521
Message ID:
01018526
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
Not a very nice solution:
oTool = CREATEOBJECT("MyTool")
oTool.Show()


DEFINE CLASS MyTool AS Toolbar
  
  PROCEDURE AfterDock
  IF this.Docked
     this.Dock(-1)
  ENDIF
  
ENDDEFINE
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform