[flex_india:25334] Re: using variable in other application

2009-09-17 Thread jessy...@gmail.com
try using SharedObjects On Thu, Sep 17, 2009 at 10:05 AM, MJ wrote: > > how to use main application's variable into other application(not > component) in directory other than main application? > > e.g. > > suppose i have a boolean value flag=true in main application.. > > that i want to use in o

[flex_india:25250] Re: My Experience with Adobe ACE exam

2009-09-14 Thread jessy...@gmail.com
I also took one of the Attest sample tests on http://software.pxldesigns.com/attest/index.php On Mon, Sep 14, 2009 at 1:43 PM, jessy...@gmail.com wrote: > Hi All, > > I took the test today and I could not pass it. My score was 52%. > I fared bad in AIR with 15% or so. That said

[flex_india:25246] My Experience with Adobe ACE exam

2009-09-14 Thread jessy...@gmail.com
Hi All, I took the test today and I could not pass it. My score was 52%. I fared bad in AIR with 15% or so. That said, I've never worked on AIR before and didn't put enough effort in reading up on it. The test had 50 questions and the time limit was 60 mins. (I thought it was supposed to be 85 mi

[flex_india:25173] Re: Which J2EE framework / technology to use with Flex 3?

2009-09-10 Thread jessy...@gmail.com
You can integrate FLex with pretty much any J2ee component. You can use it with Struts, POJO's, Spring(SprinSource) etc etc I personally do not see a point in integrating it with Struts though. Flex can give you amazing MVC if you use a good framework with it. and then you can bind stuff with POJO

[flex_india:25174] Re: swf file to large

2009-09-10 Thread jessy...@gmail.com
1) Do you have any pictures embedded in your swf? If yes, then you might want to include them at runtime. 2) Have you enabled debugging in your code? If yes, switch it off. Hope that helps. On Thu, Sep 10, 2009 at 8:19 AM, Rahul wrote: > > i have created an flex application with no effect in i

[flex_india:25142] Re: Why is Flex so awesome ?

2009-09-09 Thread jessy...@gmail.com
As much as I'm happy for the two winners, I'm sad for myself. Boo hooo hoo ! (tears rolling down my eyes) But anyway, I'm giving my first Flex ACE exam on this Monday. Wish me luck universe :) On Wed, Sep 9, 2009 at 7:26 AM, Mrinal Wadhwa wrote: > > Thank you everyone for all these great res

[flex_india:25109] Re: How can we obfuscated (hide) the code in flex?

2009-09-08 Thread jessy...@gmail.com
with the flash decompilers you can only decompile flash files such as .fla etc. You cannot decompile a flex app. Moreover you can turn off the viewSourceEnabled property in your application. On Tue, Sep 8, 2009 at 7:57 AM, Preetham Hegde wrote: > Hi Krishna, > > As i know we cannot stop swf from

[flex_india:25043] Re: How to get the data from a list to be entered into a data grid immediately.

2009-09-04 Thread jessy...@gmail.com
What does your datagrid look like? Are you adding the item to the ArrayCollection / dataprovider? Can you share your code? On Fri, Sep 4, 2009 at 10:16 AM, Abhi wrote: > > Plz help me out in this thing. > My application is abt entering the details into a datagrid through an > input list

[flex_india:25042] Re: Why is Flex so awesome ?

2009-09-04 Thread jessy...@gmail.com
Hello World, Here are the few reasons why I LOVE FLEX (even more than I love my boyfriend) 1) It allows me to act like a cosmetic surgeon. I can take an existing ColdFusion app and give it a brand new face. I can take that same face and glue it as a frontend to the Java app. Requires some amount