06. Feb 2012
Valentin Simonov on Programming
17
Jul
initInjector 0.2.1b
Scala version 2.8.0 has been finally released, Joa updated apparat amazingly fast and v.0.2.1b is just a stable Scala 2.8.0 compiled application.
http://va.lent.in/projects/swf/initInjector/initInjector.0.2.1b.zip
InitInjector is a little Scala app which allows you to move code from SWF constructor to a private init method and subscribe it to ADDED_TO_STAGE. This fixes an error of stage being null in loaded SWFs constructor.
0.2.1b:
- Recompiled for Scala 2.8.0
0.2b:
- Fixed several bugs
- Added -p option which also injects init method to parent class constructor
- Thanks to Joa Ebert who modified apparat for my needs I got rid of half of my code
Thanks to everyone for reporting bugs.
Tags: apparat, init, InitInjector, Scala
