Chirayu
Chirayu

Reputation: 613

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

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, who 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

Upvotes: 0

Views: 202

Answers (1)

gustyaquino
gustyaquino

Reputation: 767

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

You can find more info and a example here

Upvotes: 1

Related Questions