Scrolling controls not rendering

pinTab

Scrolling controls not rendering


bitrott 07-12-2006, 10:07
Hello, I've set tabMode to "2" and it never shows the scroll buttons. All the other buttons show up just fine See code below:

            function tabCreate(objTab, id)
            {
                tab = objTab;                   
                objTab.design = "3";
                objTab.orientation = "0";
                objTab.tabarea = true;
                objTab.designmode = "IMAGE";
                objTab.tabMode = "2";
                objTab.refreshAfterLoad = true;
           
                for( var i = 0; i < gDetailArray.length; i++ ) \\len is about 5- 15
                {               
                    var tabItem= objTab.createItem();
                    tabItem.text = gDetailArrayIdea [I];
                    tabItem.title = gDetailArrayIdea [I];
                    if ( i == 0 )
                    {
                        tabItem.active = true;
                        tabItem.url = gDetailArraySrcIdea [I]
                    }
                    else
                        tabItem.url = "";   
                    objTab.add(tabItem);
                }
               
                objTab.create();           
            }

        <iframe
            id="uID"
            name="uID"
            class="tab-iframe"
            src="../tab/pinTab.html?id=12325"
            frameborder="0"
            scrolling="no"></iframe>    

and the class looks like:
iframe.tab-iframe { Z-Index: 100; left: 0px; position: relative; top: 0px; Width: 500px; height: 500px; margin: 0; }

Any help would be appreciated.

Re: Scrolling controls not rendering


Pintexx Support 07-13-2006, 9:10

Hi,

do you see the tab items ?
Could you please send a screenshot to support@pintexx.com ?

Did you already install the latest fix from www.pintexx.com --> Support --> Fix ?

Regards,
Hans-Peter