hello, I was thinking about new feature in Plucker when figuring out how JPluck JPBuddy works
There's a button in the external link form that makes Plucker copy the external link URL to memo. I got an idea - what about addding a button that would make Plucker call some webbrowser (if there's any installed). There are two ways to do it AFAIK - to call webbrowser3/webpro3 directly with sysAppLauchGoToUrl launch code (hope I remember it right) or to use exchange library with scheme text/html which would call the default registered browser (possibly webpro). I looked into Plucker sources and I realized that there already is a button for launching web browser - but it's only active if HAVE_HANDSPRING_SDK is defined (uses some proprietary function to call web browser). Why not to extend the button to all other cases and use one of the two ways mentioned? It should be "a piece of cake" for any of Plucker developers IMHO. krysot _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

