Gaia Framework 1.1.6 Update
Update Overview
1.1.6 includes a fix for the Update Existing Project, a renamed method in SoundGroup and a now fully implemented new hijackable event which I partially implemented and forgot to complete in the original 1.1 update.
I know there have been a lot of minor updates recently. It's the curse of being a perfectionist and if something isn't right, I'm going to fix it. I've been very busy with work lately, so some details have fallen through the cracks and I apologize. I believe (crosses fingers) that this is last round of minor bug fixes and minor changes.
Without further ado, here are the 1.1.6 updates:
Update Existing Project modified
The CacheBuster change was in the net.stevensacks.utils package and the previous Update code only changed the com.gaiaframework package. Update Existing Project now properly replaces both com.gaiaframework and net.stevensacks.
SoundGroup's sync() method renamed to calibrate()
The word "sync" was causing confusion as "sync" implies time (synchronize), so the method has been renamed to "calibrate" which more accurately reflects what it does. The documentation has been updated, as well.
afterGoto event fully implemented
I had partially implemented afterGoto during the 1.1 upgrade and forgot to finish it. It is now hooked up in the EventHQ. Apologies for those who saw the methods for it in the Application class and it having no effect.
afterGoto is different than beforeGoto.
beforeGoto occurs when a goto is called, regardless of whether the page is external or whether the page is the current page (which Gaia ignores).
afterGoto occurs only when the goto is an internal page that is different than the current page. Specifically, afterGoto happens right before the first step of the flow, depending on which flow it is using for that goto. If the flow is "normal" it occurs before transition out, if it's "preload" or "reverse" it occurs before preload.
If you already have Gaia installed, the panel will notify you of the update. Otherwise, you can download it here:
http://www.gaiaflashframework.com/forum/index.php?topic=71.0
Posted in Actionscript, Flash, Gaia
November 12th, 2007 at 9:19 pm
I'm download the Gaia Framework 1.1.6 for try, and install GaiaFramweorkCS3.mxp ,but still error when click "BUILD GAIA PROJECT" , here are error string alert
[TypeError:undefined is not a function.],
[SyntaxError:unterminated string literal]
why??
November 12th, 2007 at 10:07 pm
Hm. I need more information because I just tested it and it works fine for me on Mac and PC for Flash 8 and CS3, and nobody else has reported any issues. Can you please report this on the forum just in case anyone else has this issue?
Thanks!
November 12th, 2007 at 11:25 pm
okay~ I'm post the problem on the forum. Thanks for reply.