by Alexander Hinds. Zip file available here.
This program is a simple modification to the original LaunchPad code by Eric Kenslow. It adds a Trashcan icon (in the lower right-hand corner) allowing you to drag-and-drop programs onto it for deletion, saving you a trip to the not-very-ergonomic Memory panel. When you drag an app over the trashcan you will hear an audible "click" informing you that if you lift the pen at that point the program will in fact be dropped onto the trashcan.
When performing this operation you will be asked for confirmation; if you click "Ok", then the program and all its data will be permanently deleted from your Pilot. Please note: I have no plans at this time to allow a preferences option to disable deletion confirmation.
Simply use the USR application installer and HotSync. AppMan can coexist with LaunchPad, though this isn't recommended, particularly if you enable "Always use XXX". Note that you don't need to have both programs installed as AppMan contains all the functionality of LaunchPad.
is subject to the license described below.
v1.01 - added confirm dialog for program deletion and audio feedback. There are no plans at this time to allow a preferences option to disable deletion confirmation.
v1.0 - first public release
/*
* LaunchPad 1.11 public code release - October 1, 1997
* Official LaunchPad page: http://www.nwlink.com/~emilyk/LaunchPad
*
* This code compiles with the EXCELLENT GCC 0.4.0 Win32 port for PalmPilot.
* Find info about it at http://www.shoppersmart.com/jlehett/gccwin32.html
* Does not compile under the 0.5.0 port because of PalmOS 2.0 differences.
*
* Disclaimers and other legal stuff:
* This code is provided AS-IS; there is NO WARRANTY, express or implied.
* The user assumes full responsibility and liability for any use of
* this code.
*
* Copyright (C)1997 Eric Kenslow.
* All Rights Reserved by Eric Kenslow, except as noted below.
*
* Permission to distribute this package complete and unmodified
* for personal use via the internet for no charge (other than reasonable
* connection charges) is granted to the public.
* Distribution for commercial purposes via any other medium, including but
* not limited to CD-ROM, floppy, or printed material, in whole or in part,
* requires express permission from Eric Kenslow (erick@metainfo.com).
*
* Modified versions may be distributed with this notice intact, provided
* that said versions are clearly marked as modified code. The above
* provisions also apply to any such modified packages.
*
* Permission is also granted to the public to use PARTS of this code in
* other projects, with no special notice required unless the source code
* is part of the distribution, in which case this notice must remain
* conspicuous in the code that was used.
*
* Note: These terms are intended to protect me, not make this package less
* useful. If you have a special need or use for this package, contact
* me and we'll work something out.
* - Eric
* erick@metainfo.com
*
*/