"Robert Kozak" <[EMAIL PROTECTED]> wrote in message
news:33909@palm-dev-forum...
> I'll probably go the apps that are sublaunched. I am aware of the problems
> with Globals and with the limited stack space.
>
> My biggest concern is the management of form event handlers. I want to be
> able to access the toolbar while another form is running also. I am having
> trouble with this. The few tests that I have done fell clunky. Sometimes
the
> tap goes thru other times it doesn't. Sometimes the form that holds the
> toolbar erases and the redraws.

I don't think you'll find a lot of samples, but one idea would be to have
the applications call a special version of EvtGetEvent() --
ToolbarGetEvent(), perhaps.  That code would call EvtGetEvent(), then filter
out ones intended for the toolbar.  You might even be able to support
multiple forms by swapping the active form, calling your toolbar's form
event handler, then restoring the previous active form.

It would be yet another API change required for the plugin apps, but it
sounds like you're already requiring some changes, and for most apps, this
would only affect the one line in the AppEventLoop() function.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to