Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Franekek12
Franekek12
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Franekek12
Customize the badges you want to showcase on your profile
Re: Conversion between ASObject and custom Java object - Adobe LiveCycle 20-05-2011
The Flex compiler ultimately converts the metadata tags into AS code during compilation. In case of [RemoteClass], it rougly gets converted to the what I wrote in my earlier response.As regards the second question, here you can get access to the result of the RemoteObject.var token:AsyncToken = remoteObject.echo1(myDupa);token.addAsyncResponder(resultFunc, faultFunc));public function resultFunc(r:ResultEvent, t:Object = null) { room = r.result as Room;}public function faultFunc(f:FaultEvent, t:O...

Views

224

Likes

0

Replies

0