[CLOSED] Desktop - Adding GridPanel to the StartMenu

  1. #1

    [CLOSED] Desktop - Adding GridPanel to the StartMenu

    Is it possible to add controls such as the GridPanel to the StartMenu in the Desktop?

    Please see the attached screenshot of the current StartMenu configuration that I have. I have a "Search" text box, that when the user starts typing I would like to populate a list of search results in a GridPanel just above the TextBox. How can I achieve this?

    Thanks.

    ...<StartMenu ToolsWidth="180" Width="380" Height="400">
    <ToolItems>
        <ext:MenuItem Text="Favourites" Icon="Star">
        <Menu>
            <ext:Menu>
            <Items>
                ...
            </Items>
            </ext:Menu>
        </Menu>
        </ext:MenuItem>
        <ext:MenuSeparator></ext:MenuSeparator>
        <ext:MenuItem Text="Settings" Icon="Wrench">
        </ext:MenuItem>
        <ext:MenuItem Text="Logout" Icon="Disconnect">
        </ext:MenuItem>
    
        <ext:MenuSeparator StyleSpec="margin-bottom: 288px;"></ext:MenuSeparator>
    
        <ext:EditMenuItem runat="server" CanActivate="false">
        <TextField EmptyText="Search" ID="txtSearchData" runat="server" Width="171"></TextField>
        </ext:EditMenuItem>
    </ToolItems>
    <Items>
        <ext:MenuItem Text="Project Manager" runat="server" Icon="Folder">
        <Menu>...
  2. #2

    RE: [CLOSED] Desktop - Adding GridPanel to the StartMenu

    Hi,

    Interesting question. I am not ready to answer at this moment. Please give me day (or two) and I'll investigate it and try to implement
  3. #3

    RE: [CLOSED] Desktop - Adding GridPanel to the StartMenu

    Thanks, much appreciated.
  4. #4

    RE: [CLOSED] Desktop - Adding GridPanel to the StartMenu

    Hi,

    Please update toolkit from SVN and update Examples Explorer. See updated Desktop example from Examples Explorer
  5. #5

    RE: [CLOSED] Desktop - Adding GridPanel to the StartMenu

    Hi Vladimir,

    Thanks for implementing that functionality so quickly. I've tested it, and it's just what I needed!

    Dan

Similar Threads

  1. ext:Desktop StartMenu title how to change it
    By xtremexploit in forum 1.x Help
    Replies: 2
    Last Post: Nov 29, 2011, 3:23 PM
  2. Replies: 1
    Last Post: Nov 24, 2011, 9:02 PM
  3. Replies: 3
    Last Post: Apr 15, 2011, 8:12 AM
  4. Combebox in Startmenu or a panel in Desktop
    By Kamal in forum 1.x Help
    Replies: 0
    Last Post: Oct 24, 2009, 2:03 PM
  5. adding a contextmenu for the desktop
    By dreambe in forum 1.x Help
    Replies: 0
    Last Post: Feb 13, 2009, 3:52 AM

Posting Permissions