Pablo Martin wrote: > > Isn't iEventPlug required to send events into the event queue? It is > required by the following function in iEventQueue: > > csPtr<iEventOutlet> CreateEventOutlet (iEventPlug*) > > and i'm using it in several places (all framework integration which > needs to translate/inject events into cs) precisely for that. if there > is another way to do it, i wouldn't have any problems of course.
No, its not required, you can directly add events into the event queue via iEventQueue::Post (or iEventQueue::Dispatch for immediate delivery), although I realize that right now the documentation tells you to use iEventPlug instead. I haven't put those interfaces up for deprecation/removal but rather to understand what problem they are solving ;) -Marten ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[email protected]?subject=unsubscribe
