Windows8 and combo box

BlitzMax Forums/MaxGUI Module/Windows8 and combo box

col(Posted 2013) [#1]
Hiya all,

Would someone with Win8 mind to test this silly little snippet. I'm not seeing the combobox at all.

Cheers.

Strict

Import maxgui.drivers
Import maxgui.xpmanifest

Global win:TGadget = CreateWindow("test",0,0,500,500,Null,WINDOW_DEFAULT|WINDOW_CENTER)
Global combo:TGadget = CreateComboBox(10,10,200,30,win)
SetGadgetText combo,"working"
AddGadgetItem(combo,"width")

Repeat
	WaitEvent
Until EventID() = EVENT_WINDOWCLOSE



col(Posted 2013) [#2]
False alarm, I busted my maxgui installation. lol.