1. Re: LaunchPad v4.02 now available:Al
- Posted by Antonio Alessi <a.admin at myway.it> Apr 30, 2006
- 446 views
Hi Al, there is a problem with the Lauchpad: sometimes it remains loaded into the memory as a running program after closing. Perhaps you know how to create a Menu into a Toolbar (with the win32lib)? In my program it is rejected: RBF = create( ReBar, "", SeqView,40,0,20,20,0) -- , Band[1] = create( ReBarBand, "", RBA,0,0, 58,0, RBS_FIXEDORDER) RBFbar = createEx( FlatToolBar, "", RBF, 40,0,0, 20,20,0) BandF = create( ReBarBand, "", RBF,0,0, 10, 0, 0) addToBand( RBFbar, BandF) BandM = create( Menu, "", BandF,0,0, 10, 0, 0)