RE: [flexcoders] problem with DataService

2006-02-26 Thread Matt Chotin
flexcoders@yahoogroups.com Subject: [flexcoders] problem with DataService Hello all: I tried to run the following codes in flex builder 2 : import mx.rpc.AsyncToken; import mx.rpc.events.*; import mx.messaging.events.*; import mx.utils.ObjectProxy; private var ds:DataService; public var noteObj:Ob

[flexcoders] problem with DataService

2006-02-24 Thread cplus_developer
Hello all: I tried to run the following codes in flex builder 2 : import mx.rpc.AsyncToken; import mx.rpc.events.*; import mx.messaging.events.*; import mx.utils.ObjectProxy; private var ds:DataService; public var noteObj:Object = new Object(); public var getToken:AsyncToken; public var noteProxy:O