[CLOSED] Radio component inside window hidden=true

  1. #1

    [CLOSED] Radio component inside window hidden=true

    I have a radio component (ext.net ) inside a hidden window on loading.


    I think there is an issue because in this case, radio component is not rendering into page.
    Last edited by Daniil; Dec 15, 2010 at 10:26 AM. Reason: Marked as [CLOSED]. No more information was provided.
  2. #2
    Hi,

    I have tried to reproduce with no success.

    Could you change this code to reproduce?

    Example
    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Ext.Net Example</title>
    </head>
    <body>
        <form runat="server">
        <ext:ResourceManager runat="server" />
        <ext:Window ID="Window1" runat="server" Hidden="true">
            <Items>
                <ext:Radio runat="server" />
            </Items>
        </ext:Window>
        <ext:Button runat="server" Text="Show Window">
            <Listeners>
                <Click Handler="Window1.show();" />
            </Listeners>
        </ext:Button>
        </form>
    </body>
    </html>
  3. #3
    did you try with last version available in svn ?
  4. #4
    Quote Originally Posted by jeybonnet View Post
    did you try with last version available in svn ?
    I just tried the sample above with the SVN source and the radio appears to render correctly.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 2
    Last Post: Apr 21, 2012, 10:15 AM
  2. Window component inside desktop control
    By Shuaib in forum 1.x Help
    Replies: 0
    Last Post: Apr 20, 2012, 3:30 PM
  3. Replies: 3
    Last Post: Mar 19, 2012, 12:35 PM
  4. Replies: 3
    Last Post: Aug 15, 2009, 2:55 PM
  5. Replies: 1
    Last Post: May 22, 2009, 7:38 AM

Posting Permissions