Use of list and combo.

BlitzPlus Forums/BlitzPlus Programming/Use of list and combo.

alvarez pedro(Posted 2014) [#1]
Hello.

I think that Blitz needs this, like Panoramic Basic.


name_combo=CreateComboBox( x,y,width,height,group )

and then

file_load name_combo,"test.txt"

To load a complete file in the combo.

and a second command like this:

combo_search(name_combo, string$) to search a string in the list of all items.

Thank's.


Matty(Posted 2014) [#2]
You can create a function like that yourself in blitz code itself....nothing stopping you....