[flex_india:31545] Reg:Mouse double click event on UI component

2010-09-27 Thread nithya flex
Hi, I am trying catch mouse double click event from UIComponent, it seems like I am missing some thing to make it work. Here is my code, any idea mx:Canvas width=100% height=100% doubleClickEnabled=true mx:Canvas width=100% height=100% doubleClickEnabled=true

[flex_india:31546] Re: Reg:Mouse double click event on UI component

2010-09-27 Thread Anoop PK
Hi Nithya, Why are you using UIComponent. Instead of that you can use Canvas itself and it will work without any probs. is there any particular reasons to use UIComponent? AFAIK, DoubleClick events are registered for the sub classes of the UIComponent, and hence u need to use some of the sub

Re: [flex_india:31547] Re: Reg:Mouse double click event on UI component

2010-09-27 Thread nithya flex
Thanks for suggestions, But I want it in UI component. There few custom component which are built based upon(by extending UIComponent), so for this reason am doing this. On Mon, Sep 27, 2010 at 3:22 PM, Anoop PK anoo...@gmail.com wrote: Hi Nithya, Why are you using UIComponent. Instead of

[flex_india:31548] Re: Reg:Mouse double click event on UI component

2010-09-27 Thread Anoop PK
Well, then can you try using those component you created extending UIComponent, instead of directly using UIComponent? Cheers, Anoop PK On Sep 27, 3:36 pm, nithya flex nithya4f...@gmail.com wrote: Thanks for suggestions, But I want it in UI component. There few  custom component which are

Re: [flex_india:31548] Re: Flex- Datagrid row export to excel file

2010-09-27 Thread oviya selvan
Hi, One more option is there. Iterate datagrid's data and construct them in html table form. Once you have htmlTable string, just use some server side languages(php,java...) to export htmlTable content into excel file. To make clear understanding: (eg) *htmlTable content:* table

Re: [flex_india:31550] Problem with charts

2010-09-27 Thread oviya selvan
Hi, I guess that since arrays are having some duplicated data, you may not able to see them. just get ride of duplication and try. Array 1: [ {qty:10, year:2001}, {qty:10, year:2002}, {qty:10, year:2003}, {qty:17, year:2004}, {qty:12, year:2005} ] Array 2: [ {qty:10, year:1999}, {qty:10,

[flex_india:31551] Keyboard Navigation in flex page

2010-09-27 Thread makani
Hi, I am making a flash page bt getting some problem while using TAB as after some navigation to some fields the control goes to the address bar.What might be the case and solution? -- You received this message because you are subscribed to the Google Groups Flex India Community group. To

Re: [flex_india:31551] Re: Reg:Mouse double click event on UI component

2010-09-27 Thread Banu
Hi Friend please try this sample code below: == ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=500 height=500 creationComplete=init() mx:Script ![CDATA[ import mx.controls.Alert; private function init():void {

[flex_india:31553] Flex Line Drawing

2010-09-27 Thread krishna shinde
Hi All, I am developing an application in which i need to draw line which is like a connector between two nodes and like a cabel/Wire. please help me in working out this. Thanks Krishna -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:31555] Dynamic Form generation with XMl Data.

2010-09-27 Thread chandra sekhar
Hi I want to generate the dynamic form generation in tree structure format using the XML. when ever i am changing the the form i will automatically update the xml but xml having no specific formt. it may have no of childs. Thanks, Chandra -- You received this message because you are

RE: [flex_india:31551] Reg:Mouse double click event on UI component

2010-09-27 Thread Natwar Garg
There is no visible item present in side UIcomponent, add some visible item and try, it will work. Regards, Natwar Garg http://flexyria.wordpress.com/ From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of nithya flex Sent: Monday, September 27, 2010 3:06 PM

Re: [flex_india:31551] dispatch event issue

2010-09-27 Thread vincent
hi its company coding sorry i m not able to share . On Fri, Sep 17, 2010 at 11:39 AM, Akshar Kaul akshar.k...@gmail.com wrote: you can atleast share what you were doing wrong. Others may benefit from your mistake. --- Akshar Kaul --- On Wed, Sep 15, 2010 at 20:12, deepak bh

Re: [flex_india:31557] Keyboard Navigation in flex page

2010-09-27 Thread Akshar Kaul
use the tabindex property of the components to set the order in which they should receive focus when you press tab. --- Akshar Kaul --- On Mon, Sep 27, 2010 at 15:36, makani er.rahul.makani@gmail.com wrote: Hi, I am making a flash page bt getting some problem while using TAB as

Re: [flex_india:31558] dispatch event issue

2010-09-27 Thread Akshar Kaul
you can ateast share the concept. --- Akshar Kaul --- On Mon, Sep 27, 2010 at 11:06, vincent privinc...@gmail.com wrote: hi its company coding sorry i m not able to share . On Fri, Sep 17, 2010 at 11:39 AM, Akshar Kaul akshar.k...@gmail.comwrote: you can atleast share what you

Re: [flex_india:31559] Flex Line Drawing

2010-09-27 Thread Rohit Agarwal
Check out flexwires. http://github.com/joshtynjala/flexwires http://github.com/joshtynjala/flexwires On Mon, Sep 27, 2010 at 12:31 PM, krishna shinde krish.shinde2...@gmail.com wrote: Hi All, I am developing an application in which i need to draw line which is like a connector

[flex_india:31559] problem with datagrid

2010-09-27 Thread chaitanya
Hi All, I have a data grid whose data provider is an arraycollection. How can i increase / decrease the rowcount based on the screen resolution. i tried using the rowcount, but it didn't work. An example is worth more important Thanks, Chaitanya -- You received this message because you are

[flex_india:31561] Automated tool for converting Flex project source code into Class diagram/Highlevel diagram

2010-09-27 Thread Renu
Hi, I am looking for a tool which can take the source code of the Flex project and can create a Highlevel diagram associated/ relationship with the application modules. Thanks, Renu -- You received this message because you are subscribed to the Google Groups Flex India Community group. To