rsrini7 / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

Application.application references FlexMonkey instead of the application under test #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When calling Application.application.<id of ui component in application 
mxml>; it gives the following error:

ReferenceError: Error #1069: Property <id> not found on FlexMonkeyLauncher

What is the expected output? What do you see instead?

I would expect the Application.application to reference the application 
under test, not the FlexMonkeyLauncher itself.

What version of the product are you using? On what operating system?

FlexMonkey 0.6a on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by wbervo...@gmail.com on 9 Feb 2009 at 12:26

GoogleCodeExporter commented 9 years ago
The work around for this problem is to link FlexMonkey into your application 
instead
of using the FlexMonkeyLauncher.  Instructions can be found at:
http://code.google.com/p/flexmonkey/wiki/LinkingFlexMonkeyIntoApp

Original comment by mark.c...@gorillalogic.com on 5 Mar 2009 at 4:10

GoogleCodeExporter commented 9 years ago
Please see the wiki at 
http://code.google.com/p/flexmonkey/wiki/ApplicationapplicationFix  This page 
has new 
workaround options that are not instrusive.

Original comment by mark.c...@gorillalogic.com on 16 Mar 2009 at 10:28