[flex_india:30222] Run a home page in flex project

2010-05-29 Thread athi
hi i have build my flex project using ant task my project name is StudentRegistration. my mxml file name is StudentRegistation. target name=appcompile depends=install mxmlc file=${flexsrc.home}/StudentRegistration.mxml context- root=/StudentRegistration keep-generated-actionscript=true

[flex_india:30222] light weight line chart in Flex

2010-05-29 Thread Pankaj
Hi, Can anyone suggests which component should I use to draw multiple (avg is 50) lines. I need tooltip, so, definitely draw lines I have to ignore. Already I used Line Chart, but it becomes too heavy to load if each dataseries have at least 10-15 data points and lines could be around 50 or more.

Re: [flex_india:30222] Modules error

2010-05-29 Thread sharanagouda patil
Hi Krishna, This error will show when you are accessing some values from the array or arraycollections. If the array/arraycollection is null, still your trying to get the values then it will through this kind of error. Thanks Sharan On Fri, May 28, 2010 at 10:28 AM, Alekhya Krishna

[flex_india:30222] Re: Suggestions for free/opensource Flex editors?

2010-05-29 Thread athi
hi myeclipse workbench downloading http://www.myeclipseide.com/module-htmlpages-display-pid-4.html MyEclipse Enterprise Workbench 6.6.0 + use this myeclipse to ur flex plugin (flex 3) regards athi On May 27, 10:04 pm, edwin.vgw...@gmail.com wrote: Which one would you download to build front

[flex_india:30222] how to show horizontalgridlines after every 4 rows in datagrid

2010-05-29 Thread rash
Hi, As i am using UIComponent as cellrenderer for the datagrid there iam overriding function updatedisplaylist(w,h) and applying colors for background. Now i need to give line after every 4 rows that iam not getting how to do. Also i tried with graphics.linestyle() function on some condition

Re: [flex_india:30222] CheckBox Itemrenderer

2010-05-29 Thread sharanagouda patil
You mean to say in the popup u'll be having datagrid with checkboxes with SelectALL, Single...checkbox selection to proceed? -Sharan On Fri, May 28, 2010 at 10:27 AM, Alekhya Krishna alekhyakrishn...@gmail.com wrote: Hi, I have a popupbutton, popupButton inside checkbox itemrenderer. I

[flex_india:30222] Re: cannot set defaultLeafIcon

2010-05-29 Thread Santosh
Hi, Can share your code so we can identify where the error is. On May 27, 4:27 pm, venkat venk...@gmail.com wrote: still cannot work frien I try to create tree structure in AdvanceDataGrid. I try to insert the image in defaultLeafIcon. Santosh wrote: Hi try this code it will work    

Re: [flex_india:30222] Datagrid

2010-05-29 Thread sharanagouda patil
Hi Krishna, Please use this code. It will help you i think. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ *import* mx.controls.dataGridClasses.DataGridColumn; *import* mx.collections.ArrayCollection; [*Bindable*] *private*

Re: [flex_india:30231] Datagrid

2010-05-29 Thread Alekhya Krishna
Hi sharanagouda patil, and All Thank u very much. On Sat, May 29, 2010 at 6:44 AM, sharanagouda patil patil.sharanago...@gmail.com wrote: Hi Krishna, Please use this code. It will help you i think. ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flex_india:30232] CheckBox Itemrenderer

2010-05-29 Thread Alekhya Krishna
Hi sharanagouda patil, Ya, I have popupButton, popUpButton inside itemrenderer, So my Question is Whenever i click the popupButton, It will shows datagrid, In datagrid having two columns(id(checkbox), Title (name)) id Title CheckBox1Program1