Use of list and combo.
BlitzPlus Forums/BlitzPlus Programming/Use of list and combo.
| ||
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. |
| ||
You can create a function like that yourself in blitz code itself....nothing stopping you.... |