Site Tools


windows:windows:gadget

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:windows:gadget [2020/04/06 16:26] lunetikkwindows:windows:gadget [2020/04/06 16:54] (current) lunetikk
Line 1: Line 1:
-====== Create a Gadget/Widget ======+====== Gadget/Widget ======
  
 //Note: Windows 8/10 doesnt have Gadgets anymore, install either [[http://gadgetsrevived.com/wp-content/uploads/2013/10/DesktopGadgetsInstaller.zip|Windows Desktop Gadgets]] or [[http://8gadgetpack.net/dl123/8GadgetPackSetup.msi|8GadgetPack]] to enable this feature again.// //Note: Windows 8/10 doesnt have Gadgets anymore, install either [[http://gadgetsrevived.com/wp-content/uploads/2013/10/DesktopGadgetsInstaller.zip|Windows Desktop Gadgets]] or [[http://8gadgetpack.net/dl123/8GadgetPackSetup.msi|8GadgetPack]] to enable this feature again.//
 +
 +===== Create a Gadget/Widget =====
  
 In this example I create a gadget for my music livetracker. In this example I create a gadget for my music livetracker.
Line 38: Line 40:
 </code> </code>
  
-Create "livetracker.html"+Create "livetracker.html" in the rootfolder
  
 <code> <code>
Line 60: Line 62:
 </html> </html>
 </code> </code>
 +
 +Create "styles.css" in css folder
 +
 +<code>
 +body
 +{
 +width: 660px;
 +height: 115px;
 +margin:0;
 +border:2px outset gray;
 +cursor:default;
 +}
 +</code>
 +
 +Add your images to your images folder and start the gadget
 +
 +===== Start a Gadget/Widget =====
 +
 +Rightclick your desktop and select "Gadgets" or in german "Minianwendungen"
 +
 +{{:windows:windows:pasted:20200406-163124.png?400}}
 +
 +{{:windows:windows:pasted:20200406-164521.png}}
 +
 +{{:windows:windows:pasted:20200406-163532.png}}
windows/windows/gadget.1586183191.txt.gz · Last modified: 2020/04/06 16:26 by lunetikk