[flex_india:27738] Microphone Voice Recognition in Flex

2010-01-12 Thread Manimaran
Dear Friends, I am in the need to develop a flex/AIR/flash application which should a microphone voice input and perform the action based on the voice it receives. I mean that i am trying to develop a speech recognition application in Flex. Searching in the Internet for last two days , not even

Re: [flex_india:27739] display hierachical data in datagrid

2010-01-12 Thread Alekhya Krishna
go to advance datagrid example then u will get it. On Tue, Jan 12, 2010 at 11:18 AM, pradeepflex pradeepflex.gr...@gmail.comwrote: Hello Friends, Please give me any example or steps to devlop hierachical data in the datagrid. This is very useful for me getting forward in to the flex

Re: [flex_india:27740] Diff between LCDS and Blaze DS

2010-01-12 Thread Alekhya Krishna
please refer this link then u will understand easily http://sujitreddyg.wordpress.com/2008/01/31/blazeds-and-lcds-feature-difference/ On Mon, Jan 11, 2010 at 11:01 AM, seetha chowdary seethachowd...@gmail.comwrote: Hi, I am new FLEX. Can you please explain wht is the use of LCDS and

Re: [flex_india:27742] flex application doesn't run properly

2010-01-12 Thread ravi kanth
Pradeep, The problem is with your browser.So try to uninstall and install it again. thanks, Ravi On Thu, Jan 7, 2010 at 4:54 PM, pradeepflex pradeepflex.gr...@gmail.comwrote: Hello Friends, i have installed the flex software in my system.when i run the flex application the browser will

[flex_india:27743] How can i get Alert in flex when i close the browser?

2010-01-12 Thread kishan
Hi All, I've been trying to write an code which will trigger flex Alert when i close the browser. Then based on Alert's Yes || No i should be able to close the browser. The approach i have used is through ExternalInterface to call my Flex function which gives Alert when

Re: [flex_india:27744] How can i get Alert in flex when i close the browser?

2010-01-12 Thread Vaibhav Seth
try capturing the onunload; onbeforeunload events of BODY tag in java-script and handle in flex via external-interface. You may need to stop propagation of the events in java-script first, take care of that. On Tue, Jan 12, 2010 at 11:39 AM, kishan kirtikisha...@gmail.com wrote: Hi All,

[flex_india:27745] Anyone knows Flex with ArcGIS Server API

2010-01-12 Thread RAGHUNATHAN MOHAN
Hi, I am new to flex and i am working with ArcGIS Server API for flex. Is anyone having knowledge with Flex and ArcGIS Server ? Thanks in advance, Raghunathan M -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

Re: [flex_india:27747] Anyone knows Flex with ArcGIS Server API

2010-01-12 Thread Prashant Koshta
It is similar to google map api for flex but it is product of ArcGIS. See the below link you will get some sample source code. Refer the following link; http://resources.esri.com/arcgisserver/apis/flex/ On Tue, Jan 12, 2010 at 11:39 PM, RAGHUNATHAN MOHAN raghunathan.mo...@gmail.com wrote:

Re: [flex_india:27748] Mobile Flex Applications in Flex

2010-01-12 Thread Prashant Koshta
Humm... I am not sure in Flex 4 it is possible to such kind of application. But if you mobile device support the SWF file compitable then it can work. Other wise best to see the Elips Studio http://www.openplug.com/products/elips-studio It convert your flex application for mobile os native

[flex_india:27750] Help on embed swf code

2010-01-12 Thread sachin kewale
hi all, I have one diffcuilty regarding swf,what i want, i have to call updated swf from embded swf code so how i have achive this in flex ? The scinario is like ,we have chart application,when we create the chart for that embed code genrate ,if user used that embed code in his html,the swf

Re: [flex_india:27751] Mobile Flex Applications in Flex

2010-01-12 Thread Jitendra Jain
FlashLite is the platform On Wed, Jan 13, 2010 at 9:12 AM, Prashant Koshta prashantkos...@gmail.comwrote: Humm... I am not sure in Flex 4 it is possible to such kind of application. But if you mobile device support the SWF file compitable then it can work. Other wise best to see the Elips

Re: [flex_india:27752] Multi-selecting checkbox in AdvancedDataGrid

2010-01-12 Thread Jitendra Jain
Look at this mx:Canvas id=scanCenterGridCanvas mx:DataGrid dataProvider={scanCenterArray} textAlign=center id=dgScanCenters itemClick=manipulateScanCenters(event) mx:columns mx:DataGridColumn width=20 dataField=IsSelected headerText= sortable=false