rewb0rn
28-12-2008 11:38:00
Hi!
I am trying to create a tab for my ingame chat. I have looked at the Gui Demo and see no relevant differences, still in my case if I switch the sheet I am not able to use any of the children widgets, they are shown but do not react to mouse input.
This is how I create the tab:
The tab has no parent window but that does not seem to make a difference, I also tried with.
I am trying to create a tab for my ingame chat. I have looked at the Gui Demo and see no relevant differences, still in my case if I switch the sheet I am not able to use any of the children widgets, they are shown but do not react to mouse input.
This is how I create the tab:
<Widget type="Tab" skin="Tab" position="0 576 680 192" layer="Back" name="lobbyChat">
<Property key="Widget_Show" value="false"/>
<Widget type="Sheet" skin="Default" position="4 26 671 160">
<Property key="Widget_Caption" value="Tisch"/>
<Widget type="StaticText" skin="StaticText" position="8 1 656 128"/>
<Widget type="Edit" skin="Edit" position="8 129 568 24"/>
<Widget type="Button" skin="Button" position="576 129 88 24">
<Property key="Widget_Caption" value="Senden"/>
</Widget>
</Widget>
<Widget type="Sheet" skin="Default" position="4 26 671 160">
<Property key="Widget_Caption" value="Empfang"/>
<Widget type="StaticText" skin="StaticText" position="8 1 656 128"/>
<Widget type="Edit" skin="Edit" position="8 129 568 24"/>
<Widget type="Button" skin="Button" position="576 129 88 24">
<Property key="Widget_Caption" value="Senden"/>
</Widget>
</Widget>
</Widget>
The tab has no parent window but that does not seem to make a difference, I also tried with.