<html> <head> <title>App Launcher settings</title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <link href="css/settings.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/settings.js"></script> </head> <body> <div id="menu"> <span onClick="menuA()" id="menu1">Add/Remove</span><span onClick="menuB()" id="menu2">Layout</span><span onClick="menuC()" id="menu3">Links</span><span onClick="menuD()" id="menu4">Misc</span><span onClick="menuE()" id="menu5">Info</span><span id="fill"></span> </div> <div id="reorder"> <div id="iViewList" ondragenter="javascript:event.returnValue = false" ondragover="javascript:event.returnValue = false" ondrop="fileDragDropped()"> <table id="linksHeadings" cellspacing="0" cellpadding="0" border="0"><tr> <td width="80px">&nbsp;</td><td width="110px"><b style="font-size:8pt;">Links</b></td><td width="*"><b style="font-size:8pt;">Arguments</b></td> </tr></table> <table id="iItemTbl"> </table> </div> <div id="dragDrpTxt"> You can drag/drop to this area. </div> <div id="idNoShortcutList" style="display:none" ondragenter="javascript:event.returnValue = false" ondragover="javascript:event.returnValue = false" ondrop="fileDragDropped()"> <h3>You're list is empty.</h3> </div> <div id="warning" style="font-weight:bold;">Add any object by dragging it to the list.</div> <button title="This will remove all the objects you have checked in the panel above." class="btn" id="L_REMOVE" onClick="delLinks();" onFocus="blur();">Remove</button> <button title="This will allow you to change the icon of any SINGLE object you have checked above. To change the Recycle Bin icons click the Layout tab." class="btn" id="L_CHANGE" onClick="changeIco();" onFocus="blur();">Icon</button> <button title="This will reset any checked objects to their original icons." class="btn" id="L_RESET" onClick="resetIco();" onFocus="blur();">Fix icon</button> <button title="This will open a dialogue to add arguments/switches to pass to the application." class="btn" id="L_ARG" onClick="addArguments();" onFocus="blur();" style="width:65px;">Arg</button> <hr /> <div id="addDivs" style="display:block;font-size:0.9em;padding-top:0px;"> <table><tr><td> <button title="Click here to add a divider to the launcher. Use as many as you like to help organize the layout." class="btn" id="L_DIV" onClick="addDivide();" onFocus="blur();" style="width:100px;">Add Divider</button> </td><td> Use them to help organize the layout. </td></tr></table> </div> <div id="commands" style="display:none;font-size:0.9em;"> <b class="noWrap">Add commands to pass to <span id="appName"></span>:</b> <br /> <input type="text" class="inputFld" value="" id="commandInput" /> <table><tr height="50px"><td width="150px"> Add arguments/switches above then click set. To remove them clear the box then click set. </td><td> <button title="This will add the command switches to be executed with the program." class="btn" id="L_SETARG" onClick="setArg();" onFocus="blur();">Set</button> <button title="This will clear the box and cancel this action." class="btn" id="L_CARG" onClick="cancelSetArg();" onFocus="blur();">Cancel</button> </td></table> </div> </div> <div id="style" style="display:none;margin-top:5px;font-size:0.9em;"> <b>Change the style and layout of the launcher:</b> <br /><br /> <table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td width="45%"> <b style="font-size:8pt;">&#35; Icons per row:</b><br /> <select name="perRowSelect"> <option value="Three">3 icons per row.</option> <option value="Four">4 icons per row.</option> </select> </td><td width="*"> <b style="font-size:8pt;">Position the icons:</b><br /> <select name="centreSelect"> <option value="yes">Keep them centered.</option> <option value="no">Position on the left.</option> </select> </td></tr></table> <hr /> <b>Show information below the icons:</b> <select name="infoSelect"> <option value="no">NO: Don't show me any info.</option> <option value="yes">YES: Show the info below the icons.</option> </select> <hr /> <b>Change the background:</b> <div id="bgArrows"> <a href="javascript:prevBG();" onFocus="blur();" id="L_PBG" title="Select the previous background."><img src="/images/left.gif" class="arrow" /></a> <br /><br /> <a href="javascript:nextBG();" onFocus="blur();" id="L_NBG" title="Select the next background."><img src="/images/right.gif" class="arrow" /></a> </div> <div id="bgPreview"> </div> <div id="bgInfo"> To add your own backgrounds, name and number them in order after the last one. They must be .jpg files. <br /> <button title="Click here to open the background folder." class="btn" id="L_BGFLD" onClick="openBgFolder();" onFocus="blur();" style="margin-top:5px;margin-left:5px;width:45px;">Add</button> <button title="Update the list of backgrounds by counting them." class="btn" id="L_COUNT" onClick="countBackgrounds();" onFocus="blur();" style="margin-top:5px;width:60px;">Count</button> </div> <div style="clear:both;"></div> <hr /> <b>Change the recycle bin icons:</b> <br /> Click the icon you want to change. <div id="rbIcons"> <table cellpadding="0" cellspacing="0"> <tr><td>Empty:</td><td> <img src="" id="rbEmptyIcon" width="32px" height="32px" onClick="changeRbIcon('empty');" onFocus="blur();" style="margin-right:20px;margin-left:5px;margin-top:5px;cursor:pointer;" title="Click this image to change it's icon." /> </td><td>Full:</td><td> <img src="" id="rbFullIcon" width="32px" height="32px" onclick="changeRbIcon('full');" onFocus="blur();" style="margin-left:5px;margin-top:5px;cursor:pointer;" title="Click this image to change it's icon." /> <button title="This will reset to the original icons for the Recylce Bin." class="btn" id="L_RB" onClick="resetRbIco();" onFocus="blur();" style="margin-left:40px;width:80px;">Reset</button> </td></tr></table> </div> </div> <div id="defaults" style="display:none;margin-top:5px;font-size:0.9em;"> <b>Add special links. They can be removed in Add/Remove:</b> <br /><br /> <table class="special" cellspacing="0" cellpadding="0" border="0"> <tr><td><input type="checkbox" id="sp1" onFocus="blur();" /></td><td><span id="sp1name">My Computer</span></td></tr> <tr><td><input type="checkbox" id="sp2" onFocus="blur();" /></td><td><span id="sp2name">Network</span> Computers</td></tr> <tr><td><input type="checkbox" id="sp3" onFocus="blur();" /></td><td><span id="sp3name">Control Panel Category</span> view</td></tr> <tr><td><input type="checkbox" id="sp4" onFocus="blur();" /></td><td><span id="sp4name">Control Panel Classic</span> view</td></tr> <tr><td><input type="checkbox" id="sp5" onFocus="blur();" /></td><td><span id="sp5name">Internet Explorer</span></td></tr> <tr><td><input type="checkbox" id="sp6" onFocus="blur();" /></td><td><span id="sp6name">Recycle Bin</span></td></tr> <tr><td style="height:15px; width:20px;">&nbsp;</td><td style="height:10px;">&nbsp;</td></tr> <tr><td><input type="checkbox" id="sp7" onFocus="blur();" /></td><td><span id="sp7name">IE Favorites</span> &nbsp;(opens in Internet Explorer)</td></tr> <tr><td><input type="checkbox" id="sp8" onFocus="blur();" /></td><td><span id="sp8name">Firefox Bookmarks</span> &nbsp;(opens in Firefox)</td></tr> <tr><td><input type="checkbox" id="sp9" onFocus="blur();" /></td><td><span id="sp9name">Opera Bookmarks</span> &nbsp;(opens in Opera)</td></tr> </table> <br /> Note: Links no longer open in your default browser. They open in their respective browsers. <br /><br /> <table><tr><td> <button class="btn" id="L_SPEC" onClick="updateDef();" onFocus="blur();" style="width:90px;" title="This will confirm that the selected links will be added to the launcher.">Add Links</button> </td><td> Select the items you want to add then click Add Links. </td></tr></table> </div> <div id="misc" style="display:none;margin-top:5px;font-size:0.9em;"> <b>Drag/drop items to folders in the launcher:</b> <select name="folderSelect"> <option value="delete">Move the item to the folder.</option> <option value="save">Copy the item to the folder.</option> <option value="nothing">No action performed (disabled).</option> </select> <br /> Note: The file is <b>not</b> overwritten if it already exists. <hr /> <b>Method for viewing folders when clicked:</b><br /> <select name="folderOpenSelect"> <option value="open">Open the folder.</option> <option value="fly">View folder contents in flyout.</option> </select> <hr /> <b>Show only popular file types in flyout:</b><br /> <select name="filterExtSelect"> <option value="no">Show all file types in the flyout.</option> <option value="yes">Filter to only show popular file types.</option> </select> <hr /> <b>Bypass shortcut files dropped on launcher:</b><br /> <select name="linkSelect"> <option value="target">Link direct to the target file.</option> <option value="link">Link to the shortcut. Use target icon.</option> <option value="link2">Link to the shortcut. Use shortcut icon.</option> </select> <br /> Note: Setting it to direct allows you to delete the shortcut. <hr /> <b>Choose the launcher panel drag/drop option:</b><br /> <select name="dragSelect"> <option value="Drag1">a) Item can be added to the launcher only.</option> <option value="Drag2">b) Item executed on the launcher icon only.</option> <option value="Drag3">c) Either action possible. a or b</option> </select> <br /> Note: If you choose the second option (Item executed...) you must use the "Add/Remove" section in settings to add files/icons. </div> <div id="save" style="display:none;margin-top:5px;font-size:0.9em;"> <b>Disable tool tips in settings:</b> <br /> <select name="settingsTipsSelect"> <option value="on">Show tips when hovering over buttons.</option> <option value="off">Don't show me anything.</option> </select> <br /> Note: You must close and re-open settings for the change. <hr /> <b>Your list of shortcuts and link settings.</b> <br /> Settings are saved automatically everytime the OK button is clicked. The backup files will be saved into a folder called BackMeUp located in the gadget folder. All settings will reload if the App Launcher is closed and reopened. If updating to a new version you can transfer these files to the <i>new</i> gadget folder and your settings will be restored on the new version. <br /><br /> <button class="btn" id="L_GFLD" onClick="openGadgetFolder();" onFocus="blur();" style="width:110px;" title="This will open the launchers save folder.">Open folder</button> <hr /> <b>Special thanks:</b> <br /> Thanks to Simon Paterson for contributing your icon change, settings backup and other code to help improve this gadget. <br /><br /> Thanks to Matt Palermo for contributing your favorites code. <br /><br /> Thanks to Martin Howe as well for drag/execute and other code samples. </div> </body> </html>