문제

I changed from mx:Application to s:Application in the GraniteDS examples. When i deploy and run the project in JBoss 5 I get the error as ReferenceError: Error #1069: Property executeChildBindings not found on [SwfName]. I am building all the JARs and SWFs for Granite from source. One of the class Tide.as has the offending line

FlexGlobals.topLevelApplication.executeChildBindings(true);

So what is the equivqlent for a s:Application?

도움이 되었습니까?

해결책

I suppose you can user executeBindings() method. More information is available here http://livedocs.adobe.com/flex/3/html/help.html?content=databinding_2.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top