[flex_india:24632] Hi

2009-08-20 Thread kalai selvi
Hi , i need to pass event between two components.please help me. --~--~-~--~~~---~--~~ 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 unsub

[flex_india:24715] Re: Hi

2009-08-24 Thread kalai selvi
hi thanks to reply for mail.yes u r riht it shoul be listened to another page. On Thu, Aug 20, 2009 at 3:27 PM, venki @flex wrote: > > can u just brief... > u have to perform an action in one page and it shld be listened in > another page??? > is it so > > On Aug 20,

[flex_india:24915] image upload

2009-08-31 Thread kalai selvi
How to upload image using flex ? --~--~-~--~~~---~--~~ 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 emai

[flex_india:24965] refresh the viewStack Components

2009-09-02 Thread kalai selvi
Hi, How to refresh the viewStack Components --~--~-~--~~~---~--~~ 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 gro

[flex_india:24986] Re: Button validator

2009-09-02 Thread kalai selvi
better u can use radio button na,y u need to use buttons instead of this. On Wed, Sep 2, 2009 at 7:35 PM, jeroen wrote: > > Is there a way of using the validators to check if a button has been > click.. > I have quite a few yes/no buttons that users need to click. > > Once they click the last sub

[flex_india:25011] Re: Multiple RadioButtons in DataGrid

2009-09-03 Thread kalai selvi
private function doSelectRadioBtn(event:Event):void { var group1:RadioButton = event.currentTarget as RadioButton; Alert.show(event.currentTarget.selectedValue ); } Here "value = "{rbID.currentItem.data}" " the data is the ID . do like this u vill get the selec

[flex_india:25574] datagrid with menu using flex 3

2009-09-30 Thread kalai selvi
Hi All, i have dataGird and when i rightClick to dataField it should display the menu. please let me know.how to do. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to thi

[flex_india:25576] Re: datagrid with menu using flex 3

2009-09-30 Thread kalai selvi
> On Sep 30, 5:09 pm, kalai selvi wrote: > > Hi All, > > > > i have dataGird and when i rightClick to dataField it should display the > > menu. > > > > please let me know.how to do. > > > --~--~-~--~~~---~--~~ You receiv

Re: [flex_india:26590] repeater in as3

2009-11-11 Thread kalai selvi
increase the height of the VBOX . On Thu, Nov 12, 2009 at 11:34 AM, amutha wrote: > box_v=new VBox(); > babyactimg=new Image(); > rep=new Repeater(); > addChild(box_v); > rep.dataProvider=cat.img; > babyactimg.source=rep.currentit...@src; > babyactimg.width=30; > babyactimg.height=30; > addChild

[flex_india:26631] HTML Component with Images

2009-11-13 Thread kalai selvi
or; var htmlComp:HTML; htmlComp.htmlLoader.placeLoadStringContentInApplicationSandbox = true; htmlComp.htmlText='sample'; for(var i:int = 0; i <10;i++) { htmlComp=new HTML();

Re: [flex_india:26702] Sqlite with Flex AIR

2009-11-17 Thread kalai selvi
yes i have the soln: selectStmt.text = "insert into widgetdef (id,code,name,widgetdefgroup, image) values ('"+Number(id)+"','"+String(widgetCode)+"','"+String(widgetName)+"','"+String(widgetDefGroup)+"', '"+new File("http://www.helpexamples.com/flash/images/image1.jpg";)

[flex_india:27144] create xml

2009-12-08 Thread kalai selvi
Hi all, how to create an xml using flex. how to create a parent node() using flex. plz help me. -- 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_in...@googlegroups.com. To unsubscribe from this g

[flex_india:27467] image save in local folder (flex client side)

2009-12-23 Thread kalai selvi
Hi all. i want to save image without using "fileRef.save(img.data, "image.jpg"); " when i click on save automattically save to to local specified folder. please let me know. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to

[flex_india:27616] preloader with component

2010-01-06 Thread kalai selvi
Hi all, i want to use the preloader for custome component. so how to use this. -- 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_in...@googlegroups.com. To unsubscribe from this group, send ema

Re: [flex_india:28246] Reg File Reference

2010-02-03 Thread kalai selvi
hi , i have few doubts , i am creating one datagrid ,in this one of my datagrid column i m using itemrenderer. ItemRenderer : then for the datagrid i am using rightmousedown event to create context menu. inthis menu update create edit delete rename options available . so in side this datagr

[flex_india:28267] issues with datagrid and item renderer

2010-02-04 Thread kalai selvi
hi , i have few doubts , i am creating one datagrid ,in this one of my datagrid column i m using itemrenderer. ItemRenderer : then for the datagrid i am using rightmousedown event to create context menu. inthis menu update create edit delete rename options available . so in side this datagr

[flex_india:28369] Fwd: Hi

2010-02-10 Thread kalai selvi
-- Forwarded message -- From: kalai selvi Date: Wed, Feb 10, 2010 at 5:02 PM Subject: Hi To: flexbeero...@gmail.com Hi guys, Please help for this type of tree.see also the attachments.i am having Section it has some Pages,so when i open the Section i need to show the pages

[flex_india:28415] Tree issues

2010-02-11 Thread kalai selvi
Hi please help me out i have section and under some pages will come so how to do in using Tree using flex 3. -- 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_in...@googlegroups.com. To unsubscri

Re: [flex_india:28428] Re: Tree issues

2010-02-11 Thread kalai selvi
Hi, i am having data : Section Name On Thu, Feb 11, 2010 at 10:27 PM, FlexiSush wrote: > Hey can u please elaborate on what exactly u r looking for so that it > can be answered easily..wheer is the image?? > > regards, > http://flexphpworld.wordpress.com > > On Feb 11,

Re: [flex_india:28429] Re: Tree issues

2010-02-11 Thread kalai selvi
On Thu, Feb 11, 2010 at 11:30 PM, kalai selvi wrote: > Hi, > > i am having data : > > Section Name - Folder > SubSection-Folder PageName - Labels these type of fotmat i need. so this view i want put into Tree.so can u help me..

Re: [flex_india:28438] Re: Tree issues

2010-02-11 Thread kalai selvi
Hi sushanth, Thanks to send this code.but i am using ArrayCollection This is my code : for each(var sectionObj:Section in sectionArr){ if(sectionObj.subSectionId==0){ var sectionName:String= sectionObj.sectionName; var secti

[flex_india:30473] move effect for RichText

2010-06-23 Thread kalai selvi
hi all how to move a text from bottom to top using flex 4.plz help me -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to fle

[flex_india:30825] Issue with color Picker

2010-07-22 Thread kalai selvi
Hi All im Using basic colorPicker. but by default it shows with Black COlor,so i dont want to in black color instead of i want to show no Color.can u help me out for this issue -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post t

Re: [flex_india:31805] Image inside Datagrid

2010-10-20 Thread kalai selvi
u can use @Embeded On Wed, Oct 20, 2010 at 8:33 AM, Malek S wrote: > HI All, > I am facing issue with Flex 4. > I want to display image in datagrid coloumn. The path for the image is in > DB. I am able to fetch the path properly. However image is not displayed.I > am populating arrycollection an

Re: [flex_india:31999] MouseOver, MouseOut issue Flex 4 !

2010-11-16 Thread kalai selvi
use rollover and rollout On Tue, Nov 16, 2010 at 4:45 AM, vicky wrote: > Hi all, > > Hope somebody knows what the problem could be in the following > situation. > > I have a togglebutton inside an applicationcontrolbar. When the button > is selected everything seems to be working fine. But when

[flex_india:32009] image uploading

2010-11-17 Thread kalai selvi
hi guys, how to limit the size when uploading an image in flex?say example i want to allow to upload only 8mb files ,greater than that i should not allow it, so plz help me, i have implemented image uploading with Filereference. regards, Kalai -- You received this message because you are su

[flex_india:32123] HTML Redirection in flex 4

2010-11-25 Thread kalai selvi
hi aLL, im facing some critical issue in my task, using this im showing html contents, let assuming my situation : in this live performance so when u click this link it will goes to that site (google) then it will hit the url also this also it will redirect to one more url (www.yahoo.com) li

Re: [flex_india:32126] HTML Redirection in flex 4

2010-11-25 Thread kalai selvi
oadDomain(event)"/> > > location="http://abdulthink.wordpress.com/"; > width="100%" > height="100%" > htmlText="summa" > historyPosition=&qu

Re: [flex_india:32211] HTML Redirection in flex 4

2010-12-01 Thread kalai selvi
direct?* On Sun, Nov 28, 2010 at 8:43 AM, Jitendra Jain < warriorofheavens...@gmail.com> wrote: > It is better you paste some code what and how you are trying to doing > this.. > > Thanks and Regards, > Jitendra Jain > > > On Thu, Nov 25, 2010 at 4:40 PM, kalai selvi

[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:33555] cancelling image upload

2011-04-26 Thread kalai selvi
Hi all, how to cancel a image upload ? in flex and java ? -- 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 flex_india+unsubs

[flex_india:34632] AS3 Circle Preloader / Circular Progress Bar

2011-10-17 Thread kalai selvi
Hi all, Please any body give some idea for this : AS3 Circle Preloader / Circular Progress Bar Regards, Kalai -- 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 unsubs

[flex_india:34885] Install Air Application.

2012-02-24 Thread kalai selvi
Hi, How to install 3 Air package which is complete it one after the other ? -- 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 emai

Re: [flex_india:34887] Install Air Application.

2012-02-27 Thread kalai selvi
Hi, how to use that ? On Fri, Feb 24, 2012 at 5:55 PM, rakesh amety wrote: > Hi, > > Make use of exe packager to install one after the other. > > Thanks, > Rakesh Amety. > > On Fri, Feb 24, 2012 at 5:32 PM, kalai selvi wrote: > >> Hi, >> >> How to i

[flex_india:34903] AIR installation process.

2012-03-11 Thread kalai selvi
I want to disable "start application after installation". I would very much like to know how to force "start application after installation" to always be disabled, so that the application cannot automatically start after the installation. In other words, force it to be unchecked. Anyone out there