سؤال

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