Hi,
setting the .text does not work because the item is not redrawn.We will provide a setText() method asap.
Regards,Hans-Peter
we have a new fix where this method is now available.Please goto www.pintexx.com --> support --> Fix
its
item.setText("Text");I tried it again and it works for me.Did you clear browser cache before running ?The file date of "tab/include/pinTab.js" must be of 4/27.
4/24 is OK.Could you please check if you have a valid tabItem object i.e.
alert(tabItem);Which mode do you use: grafic(Images) mode or color mode ? Does the tab item already had a text after creating ?If you use the API/client.aspx sample and add this line:
function getActiveTabItem() { alert("URL of current tab: " + __objPinTab1.getActiveTabItem().url); __objPinTab1.getActiveTabItem().setText("Newtext"); }What happens ?Regards,Hans-Peter