[FIXED] [V0.7] errors after svn update

  1. #1

    [FIXED] [V0.7] errors after svn update

    i updated my coolite project reference earlier today (about 3 hours ago) and i encountered 2 errors

    - the content of my columnlayout is not being displayed. (i got this column layout within a window that pops up upon grid row click)
    - i got this ajax event on button click, on the event function i get a value from a hidden textfield (ext control). im not able to get the value of the textfield on that ajax event function


    i reverted back to my previous version of coolite (revision 682 from october 31, 2008) and those two errors are gone


  2. #2

    RE: [FIXED] [V0.7] errors after svn update

    Same here. Here's an example that's breaking. It is working fine in v0.6 but not in v0.7

    
        <ext:ViewPort ID="ViewPort1" runat="server">
            <Body>
                <ext:FitLayout ID="FitLayout1" runat="server">
                    <ext:Panel runat="server" ID="pnlMain">
                        <Body>
                            <ext:FormLayout ID="FormLayout1" runat="server">
                                <ext:Anchor Horizontal="100%">
                                    <ext:FieldSet ID="FieldSet1" runat="server" Title="Viewer Options" Collapsible="true">
                                        <Body>
                                            <ext:ColumnLayout ID="ColumnLayout1" runat="server">
                                                <ext:LayoutColumn ColumnWidth=".5">
                                                    <ext:Panel ID="Panel1" runat="server" BodyBorder="false" Border="false" Cls="frame-panel-nopadding">
                                                        <Body>
                                                            <ext:FormLayout ID="FormLayout2" runat="server">
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkShowChart" FieldLabel="Show Chart">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkShowToolbar" FieldLabel="Show Toolbar">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkShowGridTitle" FieldLabel="Show Title (Grid)">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                            </ext:FormLayout>
                                                        </Body>
                                                    </ext:Panel>
                                                </ext:LayoutColumn>
                                                <ext:LayoutColumn ColumnWidth=".5">
                                                    <ext:Panel ID="Panel2" runat="server" BodyBorder="false" Border="false" Cls="frame-panel-nopadding">
                                                        <Body>
                                                            <ext:FormLayout ID="FormLayout3" runat="server">
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkShowGrid" FieldLabel="Show Grid">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkShowFiltering" FieldLabel="Show Filtering">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                                <ext:Anchor>
                                                                    <ext:Checkbox runat="server" ID="chkFilteredDrillDown" FieldLabel="Filtered Drill Down (Chart)">
                                                                    </ext:Checkbox>
                                                                </ext:Anchor>
                                                            </ext:FormLayout>
                                                        </Body>
                                                    </ext:Panel>
                                                </ext:LayoutColumn>
                                            </ext:ColumnLayout>
                                        </Body>
                                    </ext:FieldSet>
                                </ext:Anchor>
                            </ext:FormLayout>
                        </Body>
                    </ext:Panel>
                </ext:FitLayout>
            </Body>
        </ext:ViewPort>
    The checkboxes show up but they are aligned incorrectly. If I resize the browser, they align correctly.
  3. #3

    RE: [FIXED] [V0.7] errors after svn update

    We've made some changes and fixed a couple defects.*

    Please svn update and re-test.*


    We're still testing, so there might still be a few loose ends. Please let us know if you find any issues.*


    Geoffrey McGill
    Founder

Similar Threads

  1. [FIXED] [1.0] Container update problem
    By d.urazalinov in forum 1.x Help
    Replies: 1
    Last Post: Jul 29, 2010, 8:03 AM
  2. [FIXED] [V0.8.2] error after recent update
    By [WP]joju in forum Bugs
    Replies: 10
    Last Post: Sep 09, 2009, 10:38 AM
  3. [FIXED] [V0.8] Update Html ToolTip
    By methode in forum Bugs
    Replies: 4
    Last Post: Apr 28, 2009, 3:42 PM
  4. [CLOSED] Alot of errors after last update
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 19
    Last Post: Oct 28, 2008, 4:51 PM
  5. Replies: 3
    Last Post: Jun 15, 2008, 10:41 AM

Posting Permissions