Hi guys,
CTabFolder folder = new CTabFolder(shell, SWT.FLAT);
folder.setSimple(false);
folder.setMinimizeVisible(true);
folder.setMaximizeVisible(true);
for (int x = 1; x <= 5; x++)
{
CTabItem ct = new CTabItem(folder, SWT.CLOSE);
ct.setText("Form" + x);
}
bot.tabItem("Form1").activate(); // italicized text is the
confusing bit
// Throws a Widget Not Found Exception
if i use TabFolder instead works Fine i went thru the features Link on
The Site it says it support CTabItem
Any Help in This case would be Appreciated...
Thanks
b Bye!
Veneet Raina
--
View this message in context:
http://www.nabble.com/CTabItem-query----tp19896255p19896255.html
Sent from the SWTBot Users List mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SWTBot-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse