I have 2 multi edit controls or just say windows. I use simple algorithm to parse an XML data to be used in both windows. The question is whether any of you knows how to synchronize the view in 2 windows. For example:
1st window: <part value="1"> <chapter value="1"> Hello World Bla bla Bla </chapter> <chapter value="2"> This is just a test </chapter> </part> 2nd Window: <part value="1"> <chapter value="1"> Hello World Bla bla Bla Hello World Bla bla Bla </chapter> <chapter value="2"> This is just a test </chapter> </part> What i want to do is simply to synchronize the 2 view so when i go to chapter value="1" in 1 window the other will also go to chapter value="1". I really appreciate your help. Best Regards, Victor __________________________________________________ Do You Yahoo!? Send free SMS from your PC! http://sg.sms.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
