Maybe related to this one:
http://forums.smartclient.com/showthread.php?t=26342
I basically try to add tabBarControls to a TabBar, but it seems they're just ignored.
When this is loaded into VisualBuilder, it gets converted to
Bug or wrong syntax?
The tabs work well....
1. SmartClient Version: v8.3p_2013-04-24/PowerEdition Deployment (built 2013-04-24)
2. FF 20.0.1 (dev and deployment mode), Chrome Version 26.0.1410.64 m, IE 10.0.9200.16540 (all on Windows 8)
Thanks,
fatzopilot
http://forums.smartclient.com/showthread.php?t=26342
I basically try to add tabBarControls to a TabBar, but it seems they're just ignored.
Code:
<TabSet ID="TabSet0" autoDraw="true" width="100%" height="100%"> <tabs> <Tab title="Tab0"> <pane><Canvas ref="PortalLayout0"/></pane> <ID>Tab0</ID> </Tab> </tabs> <destroyPanes>false</destroyPanes> <tabBarControls> <IButton id="one" title="Click me" width="200" /> <Button id ="two" title="Click me" width="200" /> </tabBarControls> </TabSet>
Code:
<TabSet ID="TabSet0" autoDraw="true" width="100%" height="100%"> <tabs> <Tab title="Tab0"> <pane><Canvas ref="PortalLayout0"/></pane> <ID>Tab0</ID> </Tab> </tabs> <destroyPanes>false</destroyPanes> <tabBarControls> <value></value> <value></value> </tabBarControls> </TabSet>
The tabs work well....
1. SmartClient Version: v8.3p_2013-04-24/PowerEdition Deployment (built 2013-04-24)
2. FF 20.0.1 (dev and deployment mode), Chrome Version 26.0.1410.64 m, IE 10.0.9200.16540 (all on Windows 8)
Thanks,
fatzopilot
Comment