Apr 12, 2010, 5:22 PM
Adding shortcuts on desktop
Hello, i'm with some troubles with the shurtcuts.
I put the shortcuts like the coolite examples.
My code
i'm using coolite 0.8.2.
Thanks.
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.