Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar in SDI Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00667148
Message ID:
00670344
Vues:
50
Mathew,

>Well, after attempting several times. The toolbar still dock underneath the vfp window instead of the SDI form that I created. I looked at solution.app and tried to followed the SDI example and can't get it to work on my form. Am I still missing somethings?

You could try to make the top level form visible before creating the toolbar:
THIS.Visible = .T.
THIS.oToolbar = CREATE("cToolbarClass")
THIS.oToolbar.Show()
I had similar problems and didn't find another solution than making the TL form visible before showing the toolbar.

HTH,
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform