Make inclusion of FlexSpy library optional
Reported by Ilkka Kudjoi | February 17th, 2009 @ 01:51 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!"); }
No comments found
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.