ComboBox Prob
Übersicht

![]() |
ViciouSBetreff: ComboBox Prob |
![]() Antworten mit Zitat ![]() |
---|---|---|
Ich hab ein Problem mit der ComboBox...
Und zwar funktioniert alles, wenn ich 5 Gadgets hinzufüge, beim Sechsten aber, bekomme ich hinter der letzten Auswahl immer ein leeres, aber nicht anwählbares Feld. Ist zwar nicht sonderlich schlimm, aber es ist optisch schon ein Manko... Gibt es eine Möglichkeit den Fehler zu vermeiden??? So funktioniert es: Code: [AUSKLAPPEN] Global ComboBox = CreateComboBox(0,0,100,20,Window,0)
AddGadgetItem ComboBox , "1" AddGadgetItem ComboBox , "2" AddGadgetItem ComboBox , "3" AddGadgetItem ComboBox , "4" AddGadgetItem ComboBox , "5" So nicht: Code: [AUSKLAPPEN] Global ComboBox = CreateComboBox(0,0,100,20,Window,0)
AddGadgetItem ComboBox , "1" AddGadgetItem ComboBox , "2" AddGadgetItem ComboBox , "3" AddGadgetItem ComboBox , "4" AddGadgetItem ComboBox , "5" AddGadgetItem ComboBox , "6" |
||
Skaten ist scheisse...
Bilanz: 3 Knochenbrüche in 4 Jahren... und es werden mehr ![]() |
morszeck |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Also ich sehr da nix von einem leeren Feld...
Code: [AUSKLAPPEN] window = CreateWindow("test",0,0,500,500,Desktop(),1+2+4+8)
Global ComboBox = CreateComboBox(0,0,100,20,Window,0) AddGadgetItem ComboBox , "1" AddGadgetItem ComboBox , "2" AddGadgetItem ComboBox , "3" AddGadgetItem ComboBox , "4" AddGadgetItem ComboBox , "5" Global ComboBox2 = CreateComboBox(200,0,100,20,Window,0) AddGadgetItem ComboBox2 , "1" AddGadgetItem ComboBox2, "2" AddGadgetItem ComboBox2 , "3" AddGadgetItem ComboBox2 , "4" AddGadgetItem ComboBox2 , "5" AddGadgetItem ComboBox2 , "6" WaitKey() |
||
WinXpProf&SP2, B3D V1.88, B+ V1.40, BMax101Beta, AMD TB1.4GHz, DDR266/768MB, GeForce3@64MB |
![]() |
ViciouS |
![]() Antworten mit Zitat ![]() |
---|---|---|
gib mal e-mail ich schick dir nen screen (hab kein space) | ||
Skaten ist scheisse...
Bilanz: 3 Knochenbrüche in 4 Jahren... und es werden mehr ![]() |
morszeck |
![]() Antworten mit Zitat ![]() |
|
---|---|---|
Habe Mail in meinem Profil aktiviert...
morszeck AT balcab DOT ch |
||
WinXpProf&SP2, B3D V1.88, B+ V1.40, BMax101Beta, AMD TB1.4GHz, DDR266/768MB, GeForce3@64MB |
Übersicht


Powered by phpBB © 2001 - 2006, phpBB Group