[CLOSED] Desktop icons not showing

  1. #1

    [CLOSED] Desktop icons not showing

    Hi There

    If someone could please assist. I am using the desktop control in Ext.net and would like to know the following:
    • Why do the icons not show up when using the sample of the website
    • How do you hide the start button and task bar
    • How to hide just the start button with the task bar vissible


    I have attached my webpage for reference in case I am missing something, but I used the examples page as a template.

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Desktop.aspx.cs" Inherits="Dashboard.ProtectedPages.Desktop" %>
    
    <!DOCTYPE html>
    
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <title>Desktop</title>               
        </head>
        <body>
            <ext:ResourceManager ID="ResourceManager1" runat="server"/>
    
            
            <ext:Desktop ID="Desktop1" runat="server">
    
    
                <Modules>
                    <ext:DesktopModule ModuleID="MIS">
                        <Shortcut Name="Management Information System" IconCls="x-notepad-shortcut">
                         
                        </Shortcut>   
                    </ext:DesktopModule>
                    
                    <ext:DesktopModule ModuleID="notepad">
                        <Shortcut Name="Notepad" IconCls="x-notepad-shortcut"  SortIndex="2" />                       
                        <Launcher Text="Notepad" Icon="ApplicationForm" />
                        <Window>
                            <ext:Window ID="Window1" runat="server"
                                Title="Notepad"
                                Width="600"
                                Height="400"
                                Icon="ApplicationForm"
                                AnimCollapse="false"
                                Border="false"
                                HideMode="Offsets"
                                Layout="FitLayout"
                                CloseAction="Destroy">
                                <Items>
                                    <ext:HtmlEditor ID="HtmlEditor1" runat="server" Text="Some <b>rich</b> <font color='red'>text</font> goes <u>here</u><br>Give it a try!">
                                    </ext:HtmlEditor>
                                </Items>
                            </ext:Window>
                        </Window>
                    </ext:DesktopModule>
                </Modules>
                
                <DesktopConfig ShortcutDragSelector="true">
                    <ShortcutDefaults IconCls="x-default-shortcut"></ShortcutDefaults>
    
                </DesktopConfig>
                
    
            </ext:Desktop>
    
        </body>
    </html>
    Thanks,
    Faheem
    Last edited by geoffrey.mcgill; Jul 26, 2014 at 1:29 PM.
  2. #2
    I don't see where 'x-default-shortcut' css rule is defined in your example
    Please see the following online example
    https://examples2.ext.net/#/Desktop/...tion/Overview/

    Css rules for that example is defined in desktop.css file
  3. #3
    Thanks alot Vladimir. Didnt even see the CSS in the source code.

    Much appreciated.

Similar Threads

  1. [CLOSED] Icons on desktop in FF and Chrome have incorrect size.
    By skisly in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 24, 2011, 8:54 AM
  2. [CLOSED] Icons Not Showing
    By chris.salas in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 28, 2011, 10:34 AM
  3. EXT Icons not showing!
    By Charlene in forum 1.x Help
    Replies: 1
    Last Post: May 01, 2011, 11:18 AM
  4. [CLOSED] TreeNode Icons not showing correctly
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Feb 11, 2011, 4:47 PM
  5. [CLOSED] Icons not showing up w/ASP.NET Themes
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 20, 2009, 2:08 AM

Posting Permissions