PDA

View Full Version : AIR Version 1.5 and the introspector



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

aconran
4 Dec 2008, 3:38 AM
I haven't run into any AIR 1.5 issues. My guess is that some other thing has broke your code. Can you test in a prior environment just to make sure?

funkadelic
4 Dec 2008, 10:15 AM
maybe you've already done this, but are you using the latest introspector included in the 1.5 SDK? I haven't had any probs in our AIR app (which uses jquery + ext js)