Welcome to Pintexx Forum Sign in | Join | Faq

pinTab

Started by YenChiuGu at 05-30-2006 4:45 . Topic has 3 replies.

Print Search
Sort Posts:    
   05-30-2006, 4:45
YenChiuGu is not online. Last active: 01.05.2006 08:28:25 YenChiuGu

Top 150 Posts
Joined on 05-01-2006
Posts 5
mouse cursor problem
Reply Quote
Hi,

    I have a problem about mouse cursor in tab. When I move mouse above tab old version 2.0.0207, the mouse cursor changes to "Hand" style. It means I could click it. And then I upgrade to latest version 2.0.60503, the mouse cursor doesn't change to "Hand" style in IE (it changes style in firefox).

    Thanks!

    Html code below is for produce problem :


<html>
<head>

<script>

function tabCreate(objTab,id)
{
 
 objTab.design            = "3";
 objTab.orientation       = "0";
 objTab.tabarea           = true;
 objTab.designmode        = "IMAGE";
 objTab.tabMode           = 1;       // set to mutiple rows
 objTab.maxTabItemsPerRow = 4;       // we want to have max 3 items per row
 objTab.tabAlignment      = 1;       // center tabs
 objTab.loadOnStartup  = false;
 
 var item = objTab.createItem();
 item.text = "no1";
 item.title = "no1";
 item.active = true;
 item.url = "someUrl/test.htm";
 objTab.add(item);


 var item = objTab.createItem();
 item.text = "no2";
 item.title = "no2";
 item.active = false;
 item.url = "someUrl/test2.htm";
 objTab.add(item);

 var item = objTab.createItem();
 item.text = "no3";
 item.title = "no3";
 item.active = false;
 item.url = "someUrl/test3.htm";
 objTab.add(item);


 objTab.create();
}

</script>
 </head>
 <body>
  <iframe id="tab1" style="WIDTH: 100%; HEIGHT: 100%"
   src="../pinTab/tab/pinTab.html?id=tab1" frameBorder="0"></iframe>
 </body>
</html>


   Report 
   05-30-2006, 5:16
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: mouse cursor problem
Reply Quote

Hi,

we have updated the fix today.
Possibly the pinTab css file was missing.

Regards,
Hans-Peter


   Report 
   06-01-2006, 9:53
YenChiuGu is not online. Last active: 01.05.2006 08:28:25 YenChiuGu

Top 150 Posts
Joined on 05-01-2006
Posts 5
Re: mouse cursor problem
Reply Quote
Hi,

    I can't find update on website. Thank you!

YCG

   Report 
   06-01-2006, 10:22
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: mouse cursor problem
Reply Quote

Hi,

please goto www.pintexx.com --> Support --> Fix/Update

Regards,
Hans-Peter

 

 


   Report 
Pintexx Forum » Developer Produ... » pinTab » mouse cursor problem