I am using KapInspect 1.2.1 with flex sdk 3.0.
I followed the following steps t...
I am using KapInspect 1.2.1 with flex sdk 3.0.
I followed the following steps to integrate kapInspect with my application compiled using flex sdk 3.0.
In FlexBuilder, open the Properties box for your project, into "Flex Build Path" / "Library path", add KapInspect.swc
Integration of KapInspect into an MXML file is very simple. Just add the following line into your
main application.mxml file:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:kapit="fr.kapit.*">
...
<kapit:KapInspect/>
</mx:Application>
Launch your application, and first gives it focus by clicking anywhere in it.
Then hit Ctrl+Alt+F12 or ctrl+alt+click
but the pop up is not appearing. What might me wrong??
Comments (5)
Jun 15
crazyghost81 says:
I am using KapInspect 1.2.1 with flex sdk 3.0. I followed the following steps t...I am using KapInspect 1.2.1 with flex sdk 3.0.
I followed the following steps to integrate kapInspect with my application compiled using flex sdk 3.0.
In FlexBuilder, open the Properties box for your project, into "Flex Build Path" / "Library path", add KapInspect.swc
Integration of KapInspect into an MXML file is very simple. Just add the following line into your
main application.mxml file:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:kapit="fr.kapit.*">
...
<kapit:KapInspect/>
</mx:Application>
Launch your application, and first gives it focus by clicking anywhere in it.
Then hit Ctrl+Alt+F12 or ctrl+alt+click
but the pop up is not appearing. What might me wrong??
Jun 15
crazyghost81 says:
I tried even with KapInspect.0.8.0. The popup is not displayed.I tried even with KapInspect.0.8.0. The popup is not displayed.
Jun 16
Julien Revel says:
Hi On what OS do you work ? Windows, OSX or Linux ?Hi
On what OS do you work ? Windows, OSX or Linux ?
Jun 16
crazyghost81 says:
Hi Julien, I am working on Windows XP. Thanks.Hi Julien,
I am working on Windows XP.
Thanks.
Jun 16
crazyghost81 says:
Hi Julien, Never mind. Its because of our app source code mismatch. KapInspect ...Hi Julien,
Never mind. Its because of our app source code mismatch. KapInspect 1.2.1 is working!!
Thanks.