[OPEN] [#1821] Desktop window when data loads to content region

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#1821] Desktop window when data loads to content region

    Hi,

    Open the Desktop control in example page.

    Once login to page we will see list of shortcuts then click on what's new shortcut and it will open window then close the window and again try to reopen the same (what's new) window we will get blank page(some issues)..Mainly issue with content region..Can you please look in to this. Image attached for your reference.
    
    <%@ Control Language="C#" %>
    
    <ext:DesktopModuleProxy runat="server">
        <Module ModuleID="whatsnew-win" AutoDataBind="true">
            <Shortcut Name="What's new" SortIndex="100" />
            <Window>
                <ext:Window runat="server"
                    Width="600"
                    Height="250"
                    AnimCollapse="false"
                    ConstrainHeader="true"
                    Border="false"
                    StyleHtmlContent="true">
    
                    <Content>
                        <ul>
                            <li>
                                Dynamic modules (attach/deattach modules from server side without page reloading)
                            </li>
                            <li>
                                Modules can be defined in the user control now
                            </li>
                            <li>
                                Shortcuts multi selection (including drag selection)
                            </li>
                            <li>
                                Shortcuts drag&amp;drop (multiple shortcuts dragging is supported)
                            </li>
                            <li>
                                Shortcut and desktop context menu
                            </li>
                            <li>
                                Quick lanch and tray
                            </li>                        
                        </ul>
                    </Content>
                </ext:Window>
            </Window>
        </Module>
    </ext:DesktopModuleProxy>
    Thank you,
    Vamsi.
    Attached Thumbnails Click image for larger version. 

Name:	Desktop.jpg 
Views:	124 
Size:	92.7 KB 
ID:	25331  
    Last edited by Vamsi; Jul 31, 2020 at 5:27 AM. Reason: Re-Posting

Similar Threads

  1. Replies: 8
    Last Post: Nov 15, 2017, 2:06 PM
  2. [CLOSED] How to position a window into a desktop on window open
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 26, 2012, 1:59 PM
  3. Replies: 2
    Last Post: Feb 17, 2012, 10:51 AM
  4. Open other aspx pages in desktop window
    By Vaishali in forum 1.x Help
    Replies: 1
    Last Post: Jan 19, 2012, 12:20 PM
  5. [CLOSED] Modal Window does not open with the correct z-index in desktop
    By Labyrinth in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Nov 08, 2011, 6:53 PM

Posting Permissions