HeathT
1 Dec 2008, 8:58 AM
Prior to updating to AIR version 1.5, I was able to use the introspector and throw Ext commands. I could, for example, use Ext and would get a return of the entire Ext instance. I could also do an Ext.getCmp() allowing me to look at individual elements within my app.
In addition, I had some code to test for the existence of the introspector which would allow for debug information to be tossed to the introspector if it existed or ignore the debug code for the typical user.
For example:
if(air.Introspector.Console){
// Throw debug information to console
}
However, post 1.5, I'm unable to do any of those things. Anyone else having issues? Anyone know of a fix?
Help! LOL
In addition, I had some code to test for the existence of the introspector which would allow for debug information to be tossed to the introspector if it existed or ignore the debug code for the typical user.
For example:
if(air.Introspector.Console){
// Throw debug information to console
}
However, post 1.5, I'm unable to do any of those things. Anyone else having issues? Anyone know of a fix?
Help! LOL