---Reply to mail from Michael Nordstrom about Displaying Plucker files from another 
application?

> On Tue, Jan 27, 2004, Chris Hawks wrote:
> 
>> You could file a feature request and ask that an exit button be added.
> 
> There shouldn't be an exit button; that's not the Zen of Palm.

    Then how about this simple change???

Add this patch:
--- viewer.c.orig       Sat Jan 17 17:39:47 2004
+++ viewer.c    Fri Jan 30 21:37:56 2004
@@ -443,6 +443,12 @@
                 DoAutoscrollToggle( AUTOSCROLL_OFF );
                 break;
 
+            case vchrLaunch:
+                DoAutoscrollToggle( AUTOSCROLL_OFF );
+                SendAppStopEvent();
+                handled = true;
+                break;
+
             default:
                 break;
         }

    When the user presses the 'Launcher' button (the Palm way to exit an
app), Plucker will exit instead of the System stopping it. If it was
called from another app, the system will return to the caller, otherwise
the launcher will run.

5 lines of code, 40 bytes.

---End reply

Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
> Linux is not user-friendly. 
It _is_ user-friendly.  It is not ignorant-friendly and idiot-friendly.
    -- Seen somewhere on the net.





_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to