248 ComboBoxes

Blitz3D Forums/Blitz3D Programming/248 ComboBoxes

Ifq200(Posted 2009) [#1]
Hi, im new at blitz3d, and had some fun with ComboBoxes, if you try this, be aware that it runs at 1680,1050 but this can be changed in the source.bb file..

I know this is not the correct way of programming a combobox, but this is just for fun, maybe someone can use it, or not :)

I've set the graphicmode to 3d, for some reason it runs alot faster..

happy newyear to all of you out there..

http://teamxi.dk/downloads/b3d_248_ComboBoxes.rar


Guy Fawkes(Posted 2009) [#2]
try this:

for comboboxes = 1 to 248
comboboxid+comboboxes,x,y,width,height,checked
next


Ifq200(Posted 2009) [#3]
??


Guy Fawkes(Posted 2009) [#4]
it should make it run alot faster instead of putting 248 combo boxes.


Ifq200(Posted 2009) [#5]
You may be right, i cant see where i should put this code in, but it's just an example anyway, who wants 248 comboboxes :) but it runs very fast though, and with a 25% of cpu only..