Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar class
Message
From
11/07/2000 11:13:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Toolbar class
Miscellaneous
Thread ID:
00390745
Message ID:
00390745
Views:
57
Hi,
I've created a toolbar class and added it to my project. I initiate the class from a program called from a menu option.

* main.prg
set classlib to form_arrange && containing the toolbar class: tbr_arrangewin

* mpr code
ON SELECTION BAR 2 OF _mwindow do s_arrange

* s_arrange.prg
local oTemp
oTemp = createobject('tbr_arrangewin')
oTemp.show
oTemp.visible

However, this my toolbar just initiates and is immediately released. Do I need to initiate the class somewhere else?

Ramil 7/11
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform