Forum Discussion
aqAnt
Alumni
14 years agoHello Amith,
The Set statement works fine for me with the SWT ToolBar widget. Try running the following code (with or without Set) and paste here its output:
For ii=0 To nTabs-1
Set tab = guiObject.getItem(ii)
Log.Message tab.JavaFullClassName
Log.Message tab.getToolTipText
Next