databinding over remoting
-
hello. i am trying to creat a server/clients application and i want the server to hold an object and the clients to recive references to that object. (so far easy) but i also want to do databinding on some of the propertyes so when someone changes a property the other clients will see the change live... i tryed treating the remote object as an ordnary object and creat databinding but it didnt work.. is it even posible? can any one here give me an example of how to do it?
-
hello. i am trying to creat a server/clients application and i want the server to hold an object and the clients to recive references to that object. (so far easy) but i also want to do databinding on some of the propertyes so when someone changes a property the other clients will see the change live... i tryed treating the remote object as an ordnary object and creat databinding but it didnt work.. is it even posible? can any one here give me an example of how to do it?
Try using one event so the other clients know that they need to refresh their data. I don't think u have a refference to the data, but u have a ref to the object, so the properties of ur client ref object will change when u call them again, not when some other client set them .You still have to deal with concurency. I hope u undestand, my english is bad.