[CLOSED] Combobox items

  1. #1

    [CLOSED] Combobox items

    Hi folk's,

    Sorry for this post, but I'm really concerned about the posts:

    http://forums.ext.net/showthread.php...=4794-4-1.aspx and
    http://forums.ext.net/showthread.php...=3577-4-1.aspx

    that seems to be ignored for the community.... no answer till now and this is a thing that deserves some consideration...

    Cheers

    Fábio
  2. #2

    RE: [CLOSED] Combobox items

    Hi Fabio,

    Please feel free to bump an old post if you feel the topic has not been solved. Your post regarding the combobox was added only 15 hours ago, and we are aware of it and working on the problem. If you have further comments to add to a specific thread, please ensure you respond within that thread. If you feel two topics are related, please feel free to cross link between the two topics.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Combobox items

    Thank's Geoffrey,

    I'll be aware of new posts...
    Hope new version (0.7) could solve this bug.

    Regards
  4. #4

    RE: [CLOSED] Combobox items

    Hi Friends,

    Any change to fix the bug listed in this post ?

    Regards

    Fabio
  5. #5

    RE: [CLOSED] Combobox items

    At the moment the only solution we have for the problem is to ensure the <ext:ComboBox> is rendered in a Layout control.*

    You could try adding a <ext:ContainerLayout> inside the <Body>, and then placing the <ext:ComboBox> inside the ContainerLayout


    I'm hoping to spend some more time troubleshooting this rendering issue before the v0.7 release.*


    Geoffrey McGill
    Founder
  6. #6

    RE: [CLOSED] Combobox items

    I Geofrrey

    Thank's for your replay.
    I'm affraid your sollution did not work, bellow is what I did using Container Layout:
    <body>
        <form id="form1" runat="server">
        <ext:ScriptManager ID="ScriptManager1" runat="server" />
        <ext:Panel ID="Panel1" runat="server" Collapsible="True" Height="300"  Title="Title" Collapsed="True">
            <content>
    
                <ext:ContainerLayout ID="ContainerLayout1" runat="server">
    
                    <ext:ComboBox ID="ComboBox1" runat="server">
                    </ext:ComboBox>
    
                </ext:ContainerLayout>
    
            </content>
        </ext:Panel>
        </form>
    </body>
    The problem still persists as I have described in my early posts...

    Sorry....
  7. #7

    RE: [CLOSED] Combobox items

    Hi,

    Try to use the following listener for panel

         <Render Handler="this[this.collapseEl].setVisibilityMode(1);" />
  8. #8

    RE: [CLOSED] Combobox items

    Hi Vladsch

    Thanks for your tip, but your workaround doesn't work if the panel is started hidden and set to visible (show()) with an ajax event...

    <Render Handler="this[this.collapseEl].setVisibilityMode(1);" />
    There's a workaround to use with this context ?

    Thank's

  9. #9

    RE: [CLOSED] Combobox items

    Hi !

    Any clue about my last post ?

Similar Threads

  1. How can delete items from the ComboBox?
    By qch2006qch in forum 1.x Help
    Replies: 1
    Last Post: Dec 10, 2011, 5:47 AM
  2. [CLOSED] Combobox: How to remove the duplicate items in the combobox?
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2011, 9:34 AM
  3. [CLOSED] How to preserve items in ComboBox
    By hgouw in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 07, 2010, 7:03 AM
  4. Combobox Items bug ?
    By fabiomarcos in forum 1.x Help
    Replies: 3
    Last Post: Dec 26, 2008, 4:00 PM
  5. [CLOSED] ComboBox look strange with +200 items
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 12, 2008, 5:38 AM

Posting Permissions