[flex_india:22976] Re: How to navigate between MXML screens

2009-06-14 Thread Ripi
Hi Adi, You can also follow a simple architecture. 1. Keep one parent component. (ex parentCanvas) 2. Add Child component(childCanvas1) to the above parent component (parentCanvas) 3. To show another canvas(childCanvas2) first remove all the children from parentCanvas using

[flex_india:22973] truncating ComboBox label

2009-06-14 Thread Tomasz Szych
Hey all, I'd like to share the solution for truncating the combobox label, which I worked out recently. Here it goes: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import

[flex_india:22971] Re: Date Stamp

2009-06-14 Thread Tino Dai
Edwin, Why do you do something this: mx:Script ![CDATA[ import mx.controls.DateField; import mx.containers.VBox; import mx.containers.Box; var v1:VBox = new VBox(); var

[flex_india:22968] Flex Event And Validation Help

2009-06-14 Thread Arul.Flex
All, I am unable to call event handler(validateMe) when focus out of my control.In this case i cant use focusOut.But I need validation when leave control. My flex code ?xml version=1.0 encoding=utf-8? !-- Simple example to demonstrate StringValidator. -- mx:Application

[flex_india:22978] Re: how to store editable text from datagrid to database

2009-06-14 Thread natarajan santosh
Hi, i got the solution based on ListBox mx:List id=list x=344 y=262 height=221 dataProvider={arr} editable=true itemEditEnd=itemend(event)/ public function itemend(event:ListEvent):void { txt.text = event.currentTarget.itemEditorInstance.text.toString(); // To Get Editable

[flex_india:22974] Re: family tree create

2009-06-14 Thread kamlesh vaghela
Hi For making family tree you need to create a class having a minimum field like { id , membername , parentid } . Next you have to create a recursive function , which can display the tree up to n level . In the function first find all parent , and their child , and child's child and

[flex_india:22977] Creating Dashboard using Canvas - Resize Effect

2009-06-14 Thread Kaushik K
Hi All, I am trying to create a dashboard using canvas as the parent container. The dashboard canvas contains widgets as the 1. On clicking Maximize button on a widget, it has to resize and occupy the full screen. 2. For this i used Parallel Effect with a coombination of Move,Resize. (Move to 0,0

[flex_india:22970] How to Copy image to clipboard in flex

2009-06-14 Thread Nimesh Nanda
Hi ALL, How can i copy Image to system clipboard in flex ( web based application NOT IN AIR). Flash player support this kind of functionality.. PLEASE HELP ME Thanks, Nimesh Nanda --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:22975] Re: Flex Freelancer

2009-06-14 Thread vishnu agarwal
Hi, I have 3 years experience in adobe flex and actionscript . I am interested into this. Please contact me to vishnue...@gmail.com Regards Vishnu On Fri, Jun 12, 2009 at 9:53 PM, sudesh dassudesh...@gmail.com wrote: Hi I am sudesh with 2 year exp in flex I would like to know about the

[flex_india:22972] Re: how to store editable text from datagrid to database

2009-06-14 Thread mahesh babu
Thank you vinod, when you mouse out on the text field,then the editable data will be stored into the database. On Sat, Jun 13, 2009 at 10:32 AM, Vinod M Jacob flex4...@gmail.com wrote: Can you explain why you want this requirement to happen ?Did you mean on mouse out or focus out of

[flex_india:22969] Re: i want to select a particular path by browse

2009-06-14 Thread surendra
Hi, here we are using flex API only not AIR,can we do that using Flex API. if so can u give me sample example on this. thanks in advance surendra. On Jun 12, 3:08 pm, surendra surendrachowdary.m...@gmail.com wrote: Hi, Thanks for the reply I used the flow you given to me.but there is no

[flex_india:22979] Re: Final: Google Api

2009-06-14 Thread ADAM TONG
well done ,my firend. this topic is soo interesting On 6月10日, 下午5时02分, Abhinav Mehta mehta.88...@gmail.com wrote: Hi Guys, I have implemented Google-Maps as my small mini academia-project. It was so intresting and quite easy to dobeing the member of community I want you all people

[flex_india:22980] Please help me

2009-06-14 Thread vishnu agarwal
Hi, My Name is Vishnu Agarwal. I have 2.8 years experience in adobe flex and action script with java . Currently i am working in wipro technologies Bangalore. Due to my family conditon i have to move into delhi. If anybody knows any flex related work in new delhi or ncr please reply back to me

[flex_india:22981] Looking for Passionate Flex developer

2009-06-14 Thread Lakshmi Pusuluri
All, I'm looking for passionate, honest developers 2in number to help build/share our produt in flex. At this point of time I can afford only equity and once the working model is in place then money follows. please let me know if it is an interesting option for you. thanks Lakshmi

[flex_india:22982] Re: Flex Freelancer

2009-06-14 Thread venu S
Hi i am also interested to work.. i have 2 years of exp in flex let me know... Thanks Regards, Venu.S On Fri, Jun 12, 2009 at 9:53 PM, sudesh das sudesh...@gmail.com wrote: Hi I am sudesh with 2 year exp in flex I would like to know about the work. On Fri, Jun 12, 2009 at 4:13 PM,

[flex_india:22983] Re: Flex Freelancer

2009-06-14 Thread saurabh goel
Hi, I have exp of 2 years in Flex. i m interested in Free Lanceing work in Flex. Regards Saurabh Goel 9717006624 N. Delhi On Sat, Jun 13, 2009 at 5:16 PM, krishna2004 somakrishna2...@gmail.comwrote: Hi, I am interested to do part time work on Flex/Flash. Thanks,

[flex_india:22984] Cell click of a datagrid

2009-06-14 Thread itonflex team
Hi friends, I have a requirement that i have to click on the column headers of a datagrid. Could u please help me regarding that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:22985] Re: how to store editable text from datagrid to database

2009-06-14 Thread Ripi
Hi mahesh, Look into one of the very nice feature of Adobe. ie LCDS( LiveCycle DataServices). It gives you a lot of functionality including what you exactly want. Please let me know if you want more info on this. Thanks Pranam On Jun 12, 9:55 pm, mahesh babu0...@gmail.com wrote: hi i have

[flex_india:22989] Re: mouse event on axislabel for chart

2009-06-14 Thread saurabh goel
There is no inbuild mouse event on Axis Label, you have to customize it. Try to use axis label renderer, in this we can find out the position(x,y) of the axis label and accordingly. Regards Saurabh On Sun, Jun 14, 2009 at 10:31 AM, Akhil Agrawal akhil06.i...@gmail.comwrote: Hi, Is there any

[flex_india:22986] Re: Flex Freelancer

2009-06-14 Thread sankar swaroop
Hi, I have 1 year experience in flex and actionscript. I am also willing to work. can u mention the details? Thanks... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:22987] Re: Creating Dashboard using Canvas - Resize Effect

2009-06-14 Thread Tomasz Szych
Hey, try setting visible property of these widgets to false and exclude them from the layout. sth. like this: yourWidget.visible = yourWidget.includeInLayout = false; I didn't have time to investigate your code but this solution will let you hide unwanted widgets. hope this will resolve your

[flex_india:22988] Re: Flex Freelancer

2009-06-14 Thread adi reddy
hi i am adireddy , i have 2 years of exp in richinternet Applications, i interested free lanceing work. On Sat, Jun 13, 2009 at 12:33 PM, saurabh goel goelsaurabh2...@gmail.comwrote: Hi, I have exp of 2 years in Flex. i m interested in Free Lanceing work in Flex. Regards Saurabh Goel

[flex_india:22990] Re: Final: Google Api

2009-06-14 Thread pankaj munjal
Awesome Abhinav, Guys use 7 Zip , it dont care either file is zipper or rar and its open source. On Fri, Jun 12, 2009 at 11:09 PM, ADAM TONG tonghuaq...@gmail.com wrote: well done ,my firend. this topic is soo interesting On 6月10日, 下午5时02分, Abhinav Mehta mehta.88...@gmail.com wrote: Hi