Not sure what is causing this, but none of my windows ("resizableframe-title" and other widgets) are "moveable".
The button works, but I can't click on title to move:
http://i.imgur.com/NmNrf.png
It is greyed out. If I click button, the title bar becomes active, but if I click on it to move it it goes grey again.
I'm following this:
http://wiki.l33tlabs.org/bin/view/TWL/I ... eBasedGame
And using zip from website:
http://twl.l33tlabs.org/TWLSlick.zip
I'm including the simple.xml from lastest twlexamples
My theme for this window is this:
Code:
<theme name="ThemeSelector" ref="resizableframe-title">
<theme name="dialoglayout" ref="dialoglayout">
<theme name="button" ref="button">
<param name="alignment">
<enum type="alignment">BOTTOM</enum>
</param>
<theme name="" ref="*" />
</theme>
<theme name="" ref="*" />
</theme>
<theme name="" ref="*" />
</theme>
Any ideas on why I can't move/interact with it?