Page 2 of 2

Re: ToolBar position in a form

Posted: Mon Mar 11, 2024 11:34 am
by gfilatov
mol wrote: Mon Mar 11, 2024 10:58 amLooks really good!
Thanks, Marek :!:

You can see the source code for the above toolbar definition below:

Code: Select all

      DEFINE SPLITBOX HORIZONTAL

         DEFINE TOOLBAR ToolBar_1 BUTTONSIZE 85,85 FLAT BORDER WRAP

         BUTTON Button_1 ;
         CAPTION '&More ToolBars...' ;
         PICTURE 'button1.bmp' ;
         ACTION Modal_Click() ;
         TOOLTIP 'ONE'

         BUTTON Button_2 ;
         CAPTION '&Button 2' ;
         PICTURE 'button2.bmp' ;
         ACTION MsgInfo('Click 2') ;
         TOOLTIP 'TWO'

         BUTTON Button_3 ;
         CAPTION 'Button &3' ;
         PICTURE 'button3.bmp' ;
         ACTION MsgInfo('Click 3') ;
         TOOLTIP 'THREE'

         END TOOLBAR

      END SPLITBOX
Sorry, but this only works in MiniGUI Ex. 8-)

Re: ToolBar position in a form

Posted: Tue Mar 12, 2024 5:17 pm
by mol
time to switch to Minigui Extended...