-
19 Apr 2010 1:53 AM #1
Adobe Air Introspector does not show up with ExtJS 3.2
Adobe Air Introspector does not show up with ExtJS 3.2
Hi guys,
since I updated to ExtJS 3.2 the Air Introspector does not show up in my app anymore
I tried F12 and the air.Introspector function.
When I press F12 I get following error:
The problem I'm trying to solve is that I get small grey boxes around some pictures in my app:Code:TypeError: Undefined value at [Eval script]() (about:blank:806) at [Top-level script]() (about:blank:700)

With Ext3.1 I didn't metioned these boxes, so I think I got them since 3.2
Any hints for these two problems?
-
19 Apr 2010 3:50 AM #2
I've no problems with IntroSpector. The "grey boxes" look like you forgot to define Ext.BLANK_IMAGE_URL to the local s.gif.
Programming today is a race between software engineers striving to build bigger and better Ń–diot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
20 Apr 2010 4:45 AM #3
HI - the boxes disappeared with your help
I have had set it to a https url...
Thanks!


Reply With Quote