FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Combobox on BTNBAR
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Combobox on BTNBAR
Posted: Wed Jun 03, 2020 07:47 AM

Hi,

In a application, I use BUTTONBAR with TBtnBmp() to add the buttons.
Is it possible to add also a COMBOBOX on BUTTONBAR , or do I have to use another class?
I would like to keep using the BUTTONBAR, because the customers are used the work with this...

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: Combobox on BTNBAR
Posted: Wed Jun 03, 2020 12:49 PM
Marc,

Just check not to cover any buttons
( added to sample testbar.prg )

@ 2, 350 COMBOBOX oCbx VAR cItem ITEMS { "Testing", "this", "ComboBox" } ;
SIZE 100, 300 OF oBar PIXEL HEIGHTGET 22



regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Re: Combobox on BTNBAR
Posted: Wed Jun 03, 2020 12:55 PM

Thank you Uwe, I will try it.

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion