RE: [flexcoders] client side with remote shared object

2004-05-27 Thread Elliot Winard
SharedObjects don't emit changeEvents. You'll have to wrap your SharedObject with an Object that is bound to DataProvider. Please post some sample code perhaps folks can take a look at it and see if anything else is missing. HTH, -e -Original Message- From: Andrew Spaulding

RE: [flexcoders] Synchronising data on server and clients

2004-05-27 Thread Elliot Winard
You should look into Flash's SharedObject connecting clients via a Flash Communication Server. Code on the FlashCom Server could poll only update data in the SharedObject if server data has changed. This can cut down the traffic needed if each client polls and checks for changes.

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
You shouldn't need to call executeBindings() except in extreme circumstances. During compilation, Flex creates watchers for each object (including parameters to function calls) in each binding expression. If you are making changes internal to Arrays of objects in the Repeater's dataProvider and

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
If you find bugs in Flex and you want to us to check them out, you can always file bugs using the Feature Request/Bug Report Form at http://www.macromedia.com/support/email/wishform/ Thanks! -e -Original Message- From: Elliot Winard Sent: Monday, May 03, 2004 12:09 PM To: 'flexcoders

RE: [flexcoders] Cell Renderrers

2004-04-28 Thread Elliot Winard
Please submit bugs on the Bug Report Form at http://www.macromedia.com/support/email/wishform/ Somebody at Macromedia will get back to you if we need supporting files that exhibit the bug. Thanks! -e -Original Message- From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED]