Hello Everyone, My application creates a global data model in main() and createApplication() passes a pointer to the model into each application. When a change is made to the model (properly mutex'd, of course), the changes immediately show in the instance that made them, but not any others. Other instances seem to have access to the updated model, but don't receive update notification. After referencing the simplechat example, I've tried getUpdateLock and triggerUpdate, but they don't seem to trigger the update in the other instances.
Any ideas would be greatly appreciated. Thanks, Mike ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
