Re: [flex_india:32848] Re: Cannot access image component inside module

2011-02-03 Thread Jakir Qureshi
Is u use any swc. What is * import com.jpl.modules.* *?For whom it is stand for?. On Thu, Feb 3, 2011 at 9:27 PM, Flex Hatter wrote: > Hi all, > > Im still stuck with this... anybody know solution for this? > > > On Thu, Jan 27, 2011 at 5:26 PM, Flex Hatter wrote: > >> Hi all, >> >> I'm trying

[flex_india:32846] Zoom in and out in Flex Web Application

2011-02-03 Thread nav
Hi Friends, I have a requirement to provide an option to zoom in and zoom out at the application level of my Flex4 application. Using the zoom options should resize all of the child components within the parent application accordingly. Can anybody guide me on how to go about this implementation?

Re: [flex_india:32846] Re: What is the difference b/w ChangeWatcher.watch() and BindingUtils.binProperty()?

2011-02-03 Thread anand sharma
well strange same setting is working on mine system... just check out the code once more and remember to put @{} expression in binding formulas hope this helps.. On Thu, Feb 3, 2011 at 11:50 AM, Navin wrote: > Hi Anand, > > Thnx for your reply, > > I have run the code which is provided in the tu

Re: [flex_india:32845] Invoke ItemRendor Class function

2011-02-03 Thread Vikas Madan
Hi Gautham, Can you explain it in more detail please ? What do you mean by need to access this datagrid using keyboard and need to click this link (button ?) using any keypress. I guess you meant that when you are in the linkbutton column, any keypress will mean you clicked the linkbutton. If th

[flex_india:32844] Re: Cannot access image component inside module

2011-02-03 Thread Flex Hatter
Hi all, Im still stuck with this... anybody know solution for this? On Thu, Jan 27, 2011 at 5:26 PM, Flex Hatter wrote: > Hi all, > > I'm trying to use module in flex. I tried create a header module which is > loaded by the main > application and should update the image component in the header.

[flex_india:32843] "The Application "app-name" has stopped unexpectedly-Force Stop"

2011-02-03 Thread elan pras
Hi I tried a simple Flex Mobile Application using Flex 4 Burrito + AIR 2.5 + Android Emulator. Code is really simple just a hello World Application which displays HelloWorld in a Label, once I run this file in my bin-debug I get the swf and descriptor.xml file relavent file for my application.

[flex_india:32842] AIR 2.5

2011-02-03 Thread kalai selvi
Please correct the following problem in the app.xml file for this application. invalid application descriptor: descriptor version does not match runtime version Launch command details: "C:\Program Files\Adobe\Adobe Flash Builder 4\sdks\4.1.0\bin\adl.exe" -runtime "C:\Program Files\Adobe\Adobe F

[flex_india:32841] Catch the Dispatched Event from the Flash to Flex

2011-02-03 Thread saravana kumar
Hi All *Sample code:* *Flash Function* * filename: Sample.fla * */*End of the frame in the Flash file*/* *EndFrame();* *function Endframe():void* *{* *dispatched(new Event('CustomEvent'));* *}* * * * * *Flash Builder 4 Function **/*loading SWF*/* *private function fnLoadswf():v

[flex_india:32839] How to read xsd in Flex

2011-02-03 Thread krishnaja Mavatoor
Hi, Does any one know how to read xsd in Flex. Thanks in Advance Krishnaja -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com. To unsubscribe from this group, send email to

Re: [flex_india:32839] Invoke ItemRendor Class function

2011-02-03 Thread Gautam Ram
hi Friends, Any idea regarding this?? Gautham On Thu, Jan 27, 2011 at 11:18 AM, Gautam Ram wrote: > Hi all, > > I have a datagrid which contians 3 datagridcolumns. > Last datagridcolumn uses one itemRendor.. that is an MXMl file. > In this column one linkbutton will displayed after loadi