开发者

Dynamic/Real-Time Update using 2 different states in Flex project

开发者 https://www.devze.com 2023-01-16 05:08 出处:网络
I am trying to update a visual component giving some information in 1st state, while I make changes in the 2nd State...Question : Is it possible ? If yes,then is just data binding the solution? how ?!

I am trying to update a visual component giving some information in 1st state, while I make changes in the 2nd State...Question : Is it possible ? If yes, then is just data binding the solution? how ?!

Clearer Description :

State 1 : Has a form, in which I enter some data value for 3 boxes.

State 2 : Has 3 boxes, w开发者_JAVA技巧ho have to change in color based on what values were entered in State 1.

Purpose : User 1 will enter data in with State 1 open, while User 2 should be able to see the dynamic/real-time effect while he is in State 2.

Kindly Help as I'm still learning. (If I say beginner, then people get angry!)

Regards,

Chirayu


I believe it's possible using messaging capabilities of Blazeds or Livecycle Data Services.

You can find more info and a example here

0

精彩评论

暂无评论...
验证码 换一张
取 消