Text property does not initialize properly inside TabPanel (high importance!)

  1. #1

    Text property does not initialize properly inside TabPanel (high importance!)

    The behavior I am getting here, Posting # 123 (Text="123")*shows up*just fine, in the top Panel.
    *
    However all of the fields inside a TabPanel do not initialize properly*OR*can not be set in Code-behind using : txtGradUndergrad.Text = "20"

    I have specified default Text values for Hours Per Week, Total Number of Hours, Supervisor, none of them show up when I load the form... why is that? Once again, working in IE6 and .NET 3.5 (VS 2008)

    There are no compile-time errors, just simply does not render properly for TabPanel. This is a BIG-time show stopper. I need a fix for this immediately or I can't move forward. I have been hearing about SVN codebase for 0.8.0, but where is it? What is the http link for the repository? Thanks --James

    
    
    
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %></p>
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
    
    
    <html xmlns="http://www.w3.org/1999/xhtml" ></p>
    
    
    <head runat="server"></p>
    
    
    <title>Untitled Page</title></p>
    
    
    </head></p>
    
    
    <body></p>
    
    
    <form id="form1" runat="server"></p>
    
    
    </p>
    
    
    <ext:ScriptManager ID="ScriptManager1" runat="server" /> </p>
    
    
    </p>
    
    
    <ext:Panel</p>
    
    
    ID="Panel5"</p>
    
    
    runat="server"</p>
    
    
    Title="Create Job Posting"</p>
    
    
    Width="640"</p>
    
    
    BodyStyle="padding:5px;"</p>
    
    
    ButtonAlign="Center"></p>
    
    
    <Body></p>
    
    
    <ext:ContainerLayout ID="ContainerLayout1" runat="server"></p>
    
    
    <ext:Panel ID="Panel1" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:ColumnLayout ID="ColumnLayout1" runat="server"></p>
    
    
    <ext:LayoutColumn ColumnWidth=".5"></p>
    
    
    <ext:Panel ID="Panel2" runat="server" Border="false" Header="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout2" runat="server" LabelAlign="Top"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:ComboBox ID="cbSession" runat="server" FieldLabel="Session" AutoWidth="true" /></p>
    
    
    </ext:Anchor></p>
    
    
    <ext:Anchor Horizontal="95%"></p>
    
    
    <ext:ComboBox ID="cbFaculty" runat="server" FieldLabel="Faculty" AutoWidth="true" /></p>
    
    
    </ext:Anchor></p>
    
    
    <ext:Anchor Horizontal="95%"></p>
    
    
    <ext:ComboBox ID="cbDepartment" runat="server" FieldLabel="Department" AutoWidth="true" /></p>
    
    
    </ext:Anchor> </p>
    
    
    </ext:FormLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    <ext:LayoutColumn ColumnWidth=".5"></p>
    
    
    <ext:Panel ID="Panel3" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout3" runat="server" LabelAlign="Top"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="txtPostingID" runat="server" FieldLabel="Posting #" ReadOnly="true" Text="123" StyleSpec="background:#E5E5E5;" Width="50" /></p>
    
    
    </ext:Anchor></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:ComboBox ID="cbStatus" runat="server" FieldLabel="Status" AutoWidth="true" /></p>
    
    
    </ext:Anchor> </p>
    
    
    <ext:Anchor></p>
    
    
    <ext:ComboBox </p>
    
    
    ID="cbJobClass"</p>
    
    
    runat="server" </p>
    
    
    FieldLabel="Job Classification"</p>
    
    
    Editable="true"</p>
    
    
    DisplayField="CodeValue"</p>
    
    
    ValueField="CodeName"</p>
    
    
    TypeAhead="true" </p>
    
    
    Mode="Local"</p>
    
    
    ForceSelection="true"</p>
    
    
    TriggerAction="All"</p>
    
    
    EmptyText="Select..."</p>
    
    
    SelectOnFocus="true"></p>
    
    
    <SelectedItem Value="CO" /></p>
    
    
    </ext:ComboBox> </p>
    
    
    </ext:Anchor> </p>
    
    
    </ext:FormLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    </ext:ColumnLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    <ext:TabPanel ID="TabPanel2" </p>
    
    
    runat="server" </p>
    
    
    ActiveTabIndex="0" </p>
    
    
    Plain="true"</p>
    
    
    Border="true"</p>
    
    
    Height="240"></p>
    
    
    <Tabs></p>
    
    
    <ext:Tab ID="Tab7"</p>
    
    
    runat="server"</p>
    
    
    Title="Rates"</p>
    
    
    AutoHeight="true" </p>
    
    
    BodyStyle="padding:10px;"></p>
    
    
    <Body> </p>
    
    
    <ext:RowLayout ID="RowLayout2" runat="server"></p>
    
    
    <ext:LayoutRow RowHeight=".55"></p>
    
    
    <ext:Panel ID="Panel14" runat="server" AutoHeight="true" Border="false" Header="false"></p>
    
    
    <Body></p>
    
    
    <ext:ColumnLayout ID="ColumnLayout4" runat="server"></p>
    
    
    <ext:LayoutColumn ColumnWidth=".25"></p>
    
    
    <ext:Panel ID="Panel10" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout5" runat="server" LabelWidth="75" LabelAlign="Top"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="TextField3" runat="server" FieldLabel="Hours Per Week" Text="10" Width="50" /></p>
    
    
    </ext:Anchor></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="TextField4" runat="server" FieldLabel="Total Number of Hours" Text="70" Width="50" /></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout> </p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    <ext:LayoutColumn ColumnWidth=".25"></p>
    
    
    <ext:Panel ID="Panel11" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout6" runat="server" LabelWidth="165" LabelAlign="Top"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:RadioGroup ID="RadioGroup4" runat="server" HideLabel="false" FieldLabel="Language of Work (if appropriate)" ColumnsNumber="1" Vertical="true" StyleSpec="spacing:0px;padding:0px;" ItemCls="x-check-group-alt"></p>
    
    
    <Items></p>
    
    
    <ext:Radio ID="radioButton1" runat="server" BoxLabel="English Required" AutoWidth="true" /></p>
    
    
    <ext:Radio ID="radioButton2" runat="server" BoxLabel="French Required" AutoWidth="true" AutoHeight="true" /></p>
    
    
    <ext:Radio ID="radioButton3" runat="server" BoxLabel="Bilingual" AutoWidth="true" AutoHeight="true" /></p>
    
    
    </Items></p>
    
    
    </ext:RadioGroup></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    <ext:LayoutColumn ColumnWidth=".50"></p>
    
    
    <ext:Panel ID="Panel12" runat="server" Border="false" Header="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout7" runat="server" LabelWidth="75" LabelAlign="Top"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="txtSupervisor" runat="server" FieldLabel="Supervisor" Text="Prof. Plum" Width="200" /></p>
    
    
    </ext:Anchor></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextArea ID="txtLocation" runat="server" FieldLabel="Location" Height="40" Width="200" /></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout> </p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    </ext:ColumnLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutRow></p>
    
    
    <ext:LayoutRow RowHeight=".25"></p>
    
    
    <ext:Panel ID="Panel16" runat="server" AutoHeight="true" Border="false" Header="false"></p>
    
    
    <Body></p>
    
    
    <ext:ColumnLayout ID="ColumnLayout3" runat="server"></p>
    
    
    <ext:LayoutColumn ColumnWidth=".33"></p>
    
    
    <ext:Panel ID="Panel15" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout10" runat="server" LabelWidth="85"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="TextField9" runat="server" FieldLabel="Graduate Rate" Text="123" StyleSpec="background:#E5E5E5;" Width="70" /></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout> </p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    <ext:LayoutColumn ColumnWidth=".33"></p>
    
    
    <ext:Panel ID="Panel17" runat="server" Border="false"></p>
    
    
    <Body></p>
    
    
    <ext:FormLayout ID="FormLayout11" runat="server" LabelWidth="85"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="TextField10" runat="server" FieldLabel="Undergraduate Rate" Text="123" StyleSpec="background:#E5E5E5;" Width="70" /></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    <ext:LayoutColumn ColumnWidth=".33"></p>
    
    
    <ext:Panel ID="Panel18" runat="server" Border="false" Header="false"></p>
    
    
    <Body> </p>
    
    
    <ext:FormLayout ID="FormLayout12" runat="server" LabelWidth="85"></p>
    
    
    <ext:Anchor></p>
    
    
    <ext:TextField ID="txtGradUndergrad" runat="server" FieldLabel="Grad in an Undergrad Program" Text="123" StyleSpec="background:#E5E5E5;" Width="70" /></p>
    
    
    </ext:Anchor></p>
    
    
    </ext:FormLayout> </p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutColumn></p>
    
    
    </ext:ColumnLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </ext:LayoutRow></p>
    
    
    </ext:RowLayout></p>
    
    
    </Body></p>
    
    
    </ext:Tab> </p>
    
    
    </Tabs></p>
    
    
    </ext:TabPanel></p>
    
    
    </ext:ContainerLayout></p>
    
    
    </Body></p>
    
    
    </ext:Panel></p>
    
    
    </p>
    
    
    
    </p>
    
    
    </form></p>
    
    
    </body></p>
    
    
    </html>
    </p>
  2. #2

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    Hi James,

    Does removing*AutoHeight="true" from the <ext:Tab> help solve the problem?


    <ext:Tab runat="server" Title="Rates" BodyStyle="padding:10px;">

    Geoffrey McGill
    Founder
  3. #3

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    After removing AutoHeight="true" from you sample it appears to work as expected in IE6. At least for me.



    Geoffrey McGill
    Founder
  4. #4

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    That definitely did not work. My problem is not with rendering any controls, its setting the default property value of the TextField, in my example it should show up as "10" or "70" or "Prof. Plum" for supervisor ---James
  5. #5

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    Also FYI: I hit Reply on the blue buttons to your note and it gave me an error:

    The following error occurred...
    The board administrator has requested that you must provide some message content within your post. You cannot post only HTML, Images, EmotIcons or IFCode.

    After that I went to the top and to "Add Reply" (the grey button) and the message worked.
  6. #6

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    jsemple (2/24/2009)*That definitely did not work. My problem is not with rendering any controls, its setting the default property value of the TextField, in my example it should show up as "10" or "70" or "Prof. Plum" for supervisor ---James
    For me all the fields get filled in properly and I'm able to set the properties in either design mode (markup) or code-behind.*


    That said, I'm testing with the latest build of v0.8.0.


    Running IE 6.0 on WinXP.


    Geoffrey McGill
    Founder
  7. #7

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    [removed]


    Geoffrey McGill
    Founder
  8. #8

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    [quote]I need a fix for this immediately or I can't move forward. I have been hearing about SVN codebase for 0.8.0, but where is it? What is the http link for the repository?[CODE]

    Access to the SVN source-code repository is available to all Professional License holders with a Support Subscription (http://www.ext.net/store/#support).


    We're working hard to publicly release v0.8.0, although a firm date has not been decided.*


    I hope this helps answer your question.


    Geoffrey McGill
    Founder
  9. #9

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    Just for sanity sake this is NOT the correct release right?
    http://coolite-ux-toolkit.googlecode.com/svn/trunk

    That*contains nothing like Coolite.Toolkit.Source from 0.7 that I downloaded, there are only about a couple dozen files in it

    What I am asking; does a purchased license (ie. Coolite/Ext License + Silver Support) come with a different link (password protected) that has Coolite.Toolkit.Source for 0.8.0 similar to the download package on your site?
  10. #10

    RE: Text property does not initialize properly inside TabPanel (high importance!)

    Just for sanity sake this is NOT the correct release right?
    Correct. That link is a separate User Extension project and not the main Coolite Toolkit Solution.*


    What I am asking; does a purchased license (ie. Coolite/Ext License + Silver Support) come with a different link (password protected) that has Coolite.Toolkit.Source for 0.8.0 similar to the download package on your site?

    yes. There is a separate private SVN repository where you can connect and download the entire Coolite Toolkit Solution source code. Once you have the source code, you can svn update and rebuild as required.*


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] MonitorResize property not resizing properly?
    By Andrew in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 14, 2011, 10:54 PM
  2. Replies: 3
    Last Post: May 18, 2011, 7:06 PM
  3. Replies: 9
    Last Post: Oct 07, 2010, 6:27 PM
  4. Replies: 10
    Last Post: Sep 22, 2010, 10:07 PM
  5. Replies: 3
    Last Post: Feb 24, 2009, 2:37 PM

Posting Permissions