Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar funny behavior
Message
From
20/03/1998 15:33:11
 
 
To
20/03/1998 14:44:15
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00086081
Message ID:
00086102
Views:
30
>>
>>***Formset.Init event
>>this.tbMain.dock(0)
>Thanks Ed,
>
>the toolbar object is initialized on the main program ...not in a form set.
>will work some like ...
>x=createobject("oMyToolbar")
>x.dock(0)
>X.show()
>?
>this code in the main program because I want the toolbar appear as the the very first application's object without the need to create a form or a formset...


Also ensure that the Visible property defaults to False in the class...the way I usually do the call is:

oMainToolBar=CREATEOBJECT('oMyToolbar')
oMainToolBar.Dock(0)
oMainToolBar.Visible=.T.

I haven't found a Show method call necessary.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform