hej.
im developing gui based on flex3+cairngorm lib+tomcat6 as a
backend.

now I have two issue
1)let say I made custom component which is extending panel (canvas
whatever), it contains [Bindable] public variable called model.
model is assigned to every textInput in that component. so when
content of the model changes then all values in TI will change as
well. I have more controls on my component.

PROBLEM now how can I figure out that model has really changed and
that I should update the view of component (switch to other state, or
tick the field in checkbox or make form disabled). user can load new
data form remote service any time filling the model and component
should know how to look with new data.

I could put new variables into my model that will do the job but this
is short term solution.

2)I want to login using https by httpservice, but then I want to use
AMF.
if I download flex app using http then login want work but amf is, or
if I connect to server by https then login works but amf will not.

and here I have a problem because as Flex documentation is saying I
need add crossdomain.xml, but I cant find any good example how to
prepare the xml file and finaly where to put it to make it working and
visible to flex app.

thanks 
-- 
View this message in context: 
http://www.nabble.com/detecting-that-model-changed-in-custom-control-and-setting-HTTP-connection-tp15518589p15518589.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to