Tested v0.6. In theme Neon, you don't see a color change in the dropdown box items, when you hover over them with the mouse. In normal theme, it is fine.
I started fixing the colors last night.. will check the pulldown boxe work are fixed..
Ill look at the scale issue too ;-)
and before you find it... ;-) the clicks in the drop down can pass through into gadgets below it. I think ive fixed i now. This also means when dragging sliders if doesnt activate oher sliders too if you hover over them with your mouse button still down.
Another suggestion is GuiWindow. A window suggests that you can add other elements like buttons, list, etc. to it. Also it misses elements which a user would expect from a window, like a titlebar, etc.. For me, the current one is rather a canvas, or simply an image gadget
This has always been something that required a "team" for requirements. I originally built this module for myself and then its grown from there.
I do agree with the Tabs and Windows, I orginally didnt want to call it window, as it suggest those extras items like dragging, minimising, titles, focus etc. hence why i went to straight to the Tabs, where you can disable tabs.
But then, i go and create a GuiWindow ;-)
The GuiWindow does allow extra functionality, not only can you attach an image. you can scroll your own items within and draw it yourself..
Cerberus:
wndw.Lock(cnvs,internal_w,internal_h)
' draw whatever you want here.
' it will offset and lock the snipping area for you
' here i draw 2 rects in the top left and bottom right
cnvs.DrawRect 0,0,100,100
cnvs.DrawRect internal_w-100,inernal_h-100,100,100
wndw.Unlock(cnvs)
Again the naming could be changed.
Im well up for creating a v2 and renaming lots of the gadgets, and creaing other functionality. Maybe we can work together and create some requirements.. i dont mind doing the coding.