[FIXED] [V0.6] Error when setting Tab visible="false"

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [V0.6] Error when setting Tab visible="false"

    Hi
    I have a problem, Im trying to set a simple Tab to visible="false"

    <ext:TabPanel ID="tabpage1" runat="server">
        <Tabs>
            <ext:Tab Visible="false" ID="Tab1" Title="Tab1"></ext:Tab>
        </Tabs>
    </ext:TabPanel>
    This generates a runtime errror in IE, saying "Error: ':' expected", is this not supose to work or is it a bug? Im running version 0.5.4 of coollite and Visual studio 2008.

    Does anyone know how to solve this?

    Best regards
    Mikael
  2. #2

    RE: [FIXED] Error when setting Tab visible="false"

    Hi Mikael,

    Thanks for reporting this bug.


    There was a logic bug in how the JavaScript configuration script was being generated for the TabPanel.*


    The fix has been committed to svn and will be available with the v0.6 release.*


    Currently, at least one one Tab must have Visible="true".
    Geoffrey McGill
    Founder
  3. #3

    RE: [FIXED] Error when setting Tab visible="false"

    Thaks for the reply

    But I still get the same error even if I have 2 tabs and only sets one of the to visible="false".

    
    
    
    <ext:TabPanel ID="tabpage1" runat="server">
        <Tabs>
            <ext:Tab Visible="true" ID="Tab1" Title="Tab1"></ext:Tab>
            <ext:Tab Visible="false" ID="Tab2" Title="Tab2"></ext:Tab>
        </Tabs>
    </ext:TabPanel>
    Best regards
    Mikael
  4. #4

    RE: [FIXED] Error when setting Tab visible="false"

    Hi Mikael,

    I copy/paste your sample into a test page and it work properly with the latest source code.*


    Once v0.6 has been released this should be working as expected.*


    Geoffrey McGill
    Founder
  5. #5

    RE: [FIXED] Error when setting Tab visible="false"

    Hi Geoffrey
    I had not complete the update to 0.6, thats why it was not working. But now it is!
    Thank you! Im testing the new version 0.6 out its working very good!

    Best regards
    Mikael

Similar Threads

  1. Replies: 3
    Last Post: Oct 02, 2009, 6:04 AM
  2. Set button visible to false
    By glenh in forum 1.x Help
    Replies: 2
    Last Post: Aug 24, 2009, 10:44 AM
  3. Replies: 4
    Last Post: Nov 27, 2008, 6:45 AM
  4. Replies: 5
    Last Post: Sep 14, 2008, 12:56 PM
  5. Replies: 2
    Last Post: Feb 20, 2008, 6:05 AM

Posting Permissions