?????????collect.swf??????????????????????FlexBuilder,????????????????? ????? Hello there! I want to recompile collect.swf this document, I do not know how this document is produced, I installed FlexBuilder, compile time error will prompt, how can I do? thank you very much! asked 13 May '16, 11:24 wuqingman |
Hi, what compile time error do you have? Have you followed the instructions in the readme file (you can read ithere)? answered 13 May '16, 11:43 Stefano (OF) ♦♦ |
[Bindable] not allowed on static functions. Application.as /collect/src/org/openforis/collect line 142 [Bindable] public static function get preview():Boolean { return _preview; } change to: [Bindable] public function get preview():Boolean { return _preview; } is ok! answered 13 May '16, 13:23 wuqingman |
Hi, please download and use the Flex SDK 4.5.1. Then change the "Additional compiler arguments" in the project properties; the config parameter "debug" must be renamed into "debugging", so the arguments will be:
Thanks, answered 13 May '16, 14:00 Stefano (OF) ♦♦ |
Hi, answered 16 May '16, 09:15 Stefano (OF) ♦♦ |
Thanks, I use Maven command line compile succed! is very good! answered 18 May '16, 03:20 wuqingman |