Page 1 of 1

Simulating ToolButtons, separators and include ListBoxes

Posted: Sun May 04, 2014 3:54 am
by Pablo César
I do not know if someone found the same limitations. But seems not possible to add ListBoxes or ComboBoxes into ToolBars. So if you are interested in that, please look up this FMG Editor and will see how you do with all of these:

http://hmgforum.com/viewtopic.php?p=34046#p34046

Re: Simulating ToolButtons, separators and include ListBoxes

Posted: Sun May 04, 2014 6:20 am
by srvet_claudio
Pablo César wrote:I do not know if someone found the same limitations. But seems not possible to add ListBoxes or ComboBoxes into ToolBars. So if you are interested in that, please look up this FMG Editor and will see how you do with all of these:

http://hmgforum.com/viewtopic.php?p=34046#p34046
Hi Pablo,
see C:\hmg.3.2\SAMPLES\Controls\RichEditBox

Simulating ToolButtons, separators and include ListBoxes

Posted: Sun May 04, 2014 7:07 am
by Pablo César
Ahhh yes Claudio, ComboBox it is possible but ListBox not. I need ListBox because I need to be MultiSelectable items.

Thank you Claudio for your advise.