DeskTop ListBox with ComboBox

ComboBox can be placed into cells in the ListBox

how this works

http://lmgtfy.com/?q=xojo+combobox+listbox

Example from Realbasic.de

or this
https://forum.xojo.com/3745-listbox-replacement/0

The download of the example is forbidden, and there seems to be no way to sign up on the page.

Download

Hi Axel
Thanks

Great. Thanks :slight_smile:

Try out my MagicListbox:

https://dl.dropboxusercontent.com/u/10747116/RealStudioClasses/MagicListbox.zip

I really like MLB Simon nice work :slight_smile:

Thanks, nice example.

However when you have a combo box active and resize the window (for example to see more info in other columns) then the combo box does not move with the column.

Can be fixed by putting

if theContainer <> nil then
theContainer.Close
end if

into the Resizing event of the window (though that is not very OOP).

[quote=162953:@Simon Berridge]Try out my MagicListbox:

https://dl.dropboxusercontent.com/u/10747116/RealStudioClasses/MagicListbox.zip[/quote]
is this dead? :frowning:

It appears it is now here: http://www.simcarsoftware.com/newfree/newxojo/index.html

No, Travis has posted the link.

However, you can try this: specialListbox. It is the one that I now use.