Search found 4 matches

by shlomi
Sun Jan 18, 2009 11:40
Forum: Help
Topic: TabControl not working with clicks
Replies: 11
Views: 6939

Hi Eddie, Thanks for testing the layout. We do inject mouse events into CEGUI. I can even see that the tab button is clicked but the tab does not get changed. Does it require any handling on my side or the TabControl should handle the tab swap? Do you have an idea for what's going on? Thanks, Shlomi.
by shlomi
Mon Jan 12, 2009 08:16
Forum: Help
Topic: TabControl not working with clicks
Replies: 11
Views: 6939

Hi Eddie, Here is the layout file: <?xml version="1.0" encoding="UTF-8"?> <GUILayout > <Window Type="DefaultWindow" Name="preferences" > <Property Name="AlwaysOnTop" Value="True" /> <Property Name="InheritsAlpha" Value="False...
by shlomi
Sun Jan 11, 2009 08:35
Forum: Help
Topic: TabControl not working with clicks
Replies: 11
Views: 6939

Thanks for your replies. I've added the listener and it still doesn't work. I'm using Layout Editor and when I create a tab control it adds a TabControl and some DefaultWindow objects as its children. When I click on the tab buttons I get no call to the handler of TabControl::EventSelectionChanged, ...
by shlomi
Wed Jan 07, 2009 12:00
Forum: Help
Topic: TabControl not working with clicks
Replies: 11
Views: 6939

TabControl not working with clicks

Hi, I'm using CELayoutEditor to create a tab control. For some reason when I'm running the application (which load the XML layout and create the CEGUI controls) and click on the tabs, the selecated window does not get changed. I tried to implement the tab selection on my own, but I couldn't find a w...

Go to advanced search