Adding shortcuts on desktop

  1. #1

    Adding shortcuts on desktop

    Hello, i'm with some troubles with the shurtcuts.

    I put the shortcuts like the coolite examples.

    My code
    <ext:Desktop ID="Desktop" runat="server" Wallpaper="../../img/wallpapers/walp1.jpg">
                          
                <StartButton Text="Iniciar" />
                <Body>
                </Body>
    
               <Modules>
                    <ext:DesktopModule ModuleID="DesktopModule1" WindowID="winGerUsuario" AutoRun="false">
                        <Launcher ID="LauncherAnotacoes" runat="server" Text="Anotações" Icon="Anchor" />
                    </ext:DesktopModule>
                </Modules>
    
               <Shortcuts>
                    <ext:DesktopShortcut ShortcutID="shortCutAtividade" IconCls="icone-anotacoes" Text="Anotações2"
                        ModuleID="DesktopModule1" AutoDataBind="true" />
                </Shortcuts>
    
    </ext:Desktop>
    But the shortcut doesnt appear, how can i fix it?
    i'm using coolite 0.8.2.

    Thanks.
  2. #2

    RE: Adding shortcuts on desktop

    does someone knows how to do this?

Similar Threads

  1. Desktop Shortcuts
    By fabiomarcoseuzebio in forum 1.x Help
    Replies: 1
    Last Post: Sep 06, 2012, 2:23 PM
  2. [CLOSED] Center desktop shortcuts on desktop
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 15, 2011, 6:49 AM
  3. Replies: 1
    Last Post: Aug 17, 2010, 10:07 PM
  4. [CLOSED] Desktop - Adding GridPanel to the StartMenu
    By danielg in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 07, 2009, 8:05 AM
  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