2011-12-28 20:38:29 +01:00
|
|
|
-- place any code for testing purposes here
|
|
|
|
|
|
|
|
function init()
|
2012-01-03 01:42:53 +01:00
|
|
|
local box = createWidget('ComboBox')
|
2011-12-28 20:38:29 +01:00
|
|
|
box:moveTo({x=100, y=8})
|
2012-01-03 01:42:53 +01:00
|
|
|
displayUI(box)
|
2011-12-28 20:38:29 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
addEvent(init)
|