Make inclusion of FlexSpy library optional
Reported by Ilkka Kudjoi | February 17th, 2009 @ 01:30 PM
Remove reference to FlexSpy library from FunFX source code so that no compile error is produced if project is built without FlexSpy library. It is possible to replace the reference with a dynamic one so that opening FlexSpy is possible exactly when the library is included.
Example source code: try { var flexSpy:Object = getDefinitionByName("com.flexspy.FlexSpy"); if (flexSpy != null) flexSpy.show(); } catch (error:ReferenceError) { trace("Could not open FlexSpy!"); }
Comments and changes to this ticket
-
Ilkka Kudjoi February 17th, 2009 @ 03:42 PM
Sorry, lighthouse gave me error message when trying to create new tickets, apparently it managed to create every of them disregarding the error message. So er, there are four identical tickets here..
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Functional testing of Flex applications from Ruby
People watching this ticket
- Nobody is watching this ticket.