[flexcoders] flexTasks.jar for Flex 2.0

2010-07-01 Thread arpan srivastava
Hi All, Is there a different flexTasks.jar for Flex 2.0 ? I am trying to build my project in Flex 2.0 with jar I downloaded from http://www.adobe.com/devnet/flex/articles/flex_ant_pt2.html and it is giving me error: Unable to run compc, but runs fine for Flex 3.0 projects. Thanks Arpan

[flexcoders] Controlling Datagrid with Keyboard : Tab and Spacebar

2009-08-15 Thread arpan srivastava
Hi All, I am struggling from a long time implementing tabbing in Datagrid in Flex 2. Is there any issue with controlling datagrid with keyboard? I have a datagrid with 5 columns: Radio Button Chekbox TextInput Label Label Label //i need both renderer and editor same rendererIsEditor = true;

[flexcoders] using addChild() or includeInLayout ?

2009-06-09 Thread arpan srivastava
Hi All, Is it better to create controls dynamically using addChild() or write the mxml for all the controls and use includeInLayout and visible property to show / hide the controls? Thanks Arpan Cricket on your mind? Visit the ultimate cricket website. Enter

[flexcoders] Performance issue in creating a Slide Show?

2008-03-04 Thread arpan srivastava
Hi All, I am creating a slide show with images, i have three solutions for this, can anyone help me out which one is better: 1. Load all the images in a ViewStack and show them one by one with effect. In this case all the images need to be loaded at the local machine from server. 2. Use

[flexcoders] Timer running fast in Firefox than in IE with same time interval?

2007-12-25 Thread arpan srivastava
Hi All, I have a list with many items which moves automatically by using a timer. Timer is set to 10 ms i.e. after every 10 ms second it fires an event which moves the items in the list by some distance. In IE it runs fine but in Firefox it runs very fast, i am not getting how can a timer

[flexcoders] How to change the position of the tooltip in a column chart?

2007-12-25 Thread arpan srivastava
Hi All, I need to change the position of the small circle that comes when we mouseover any column in a columnchart which displays the tooltip. It come at the top of each column and I want to display it at the bottom of the column. Can anyone tell the class in which this behavior is

[flexcoders] When chart legend is set to Tahoma font, shows bold even though fontWeight in normal?

2007-12-15 Thread arpan srivastava
Hi All, I am having problem with Tahoma font when used in any chart legend. When i set the legend font to Tahoma it shows me bold font even though fontWeight in normal. Is this is a bug? Thanks Arpan 5, 50, 500, 5000 - Store N number of mails in your inbox. Go to

[flexcoders] How can I make the title of any graph clickable?

2007-12-04 Thread arpan srivastava
Hi All, I want to make the title of any graph clickable. I want to make a handcursor when user hovers over the horizontal or vertical title of any chart and receive click event over that. Thanks Arpan Chat on a cool, new interface. No download required. Go to

Re: [flexcoders] Error with htmlText property of TextArea - Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type?

2007-10-29 Thread arpan srivastava
. } } public function imageLoaderErrorLis tener(event: IOErrorEvent) :void { // inform user if you want. } - Dan Freiman On 10/28/07, arpan srivastava [EMAIL PROTECTED] com wrote: Hi Dan, There is no stacktrace, this is the only thing i get

Re: [flexcoders] Error with htmlText property of TextArea - Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type?

2007-10-28 Thread arpan srivastava
: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type? Can you post the stack trace from the error? - Dan Freiman On 10/27/07, arpan srivastava [EMAIL PROTECTED] com wrote: Hi All, i am creating a rss reader

[flexcoders] Error with htmlText property of TextArea - Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type?

2007-10-27 Thread arpan srivastava
Hi All, i am creating a rss reader for which i am using TextArea to display RSS description which is simple html text. Sometimes i am getting this error: Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type I have also put a try and catch but it is not

[flexcoders] Error 2025 with images in TextArea?

2007-10-20 Thread arpan srivastava
Hi All, I am pasting a mail below. I am facing the same problem while displaying html in textarea. I didn't find any answers to this. Can anyone help with problem? --Message- I'm working on a quick little RSS Reader and having some

[flexcoders] not able to load svg format images?

2007-09-15 Thread arpan srivastava
Hi All, I am making an application which will run on server and loads image files. My application supports png,jpg,gif but I am not able to load svg format. I am using SWFLoader to load the file? Thanks Arpan

[flexcoders] how can i read an excel file from my local system?

2007-09-05 Thread arpan srivastava
Hi All, how can i read an excel file from my local system in my flex application. I have all the data in an excel file which i need to read and draw graphs? I have used HTTPService to read text files, but this doesn't work with excel files? Thanks arpan

[flexcoders] Getting two tooltips on same label ?

2007-09-02 Thread arpan srivastava
Hi All, I have created a ticker type application in which I scroll labels inside a HorizontalList. When I enter a long text in the label like of 200 words, and I move my mouse over that label I get two same tooltips, one after another. The other tooltip shows after the time set in

Re: [flexcoders] How to create Repeater in Actionscript only?

2007-06-09 Thread arpan srivastava
')/ /mx:Repeater - Original Message From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, June 8, 2007 7:55:53 PM Subject: Re: [flexcoders] How to create Repeater in Actionscript only? On Friday 08 Jun 2007, arpan srivastava wrote: Is there anyway i can use

[flexcoders] How to create Repeater in Actionscript only?

2007-06-08 Thread arpan srivastava
Hi All, Is there anyway i can use Repeater in actionscript (only actionscript, no mxml).? can anyone send me a small code like that created in the help documents for creating buttons from 1 to 10 in Actionscript only?

Re: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-07 Thread arpan srivastava
] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of arpan srivastava Sent: Wednesday, June 06, 2007 10:07 AM To: Flex Coders Subject: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid Hi All, I have a datagrid in which rowheight

[flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-06 Thread arpan srivastava
Hi All, I have a datagrid in which rowheight depends upon the fontSize. If i increase the fontSize rowheight increases and if i decrease the font size rowheight decreases. but at runtime when i change the fontsize , and scroll the grid i get error.I observed that when rowheight changes

[flexcoders] Help ! fontWeight style in datagrid once applied does not change?

2007-06-05 Thread arpan srivastava
Hi, I am facing problem when setting fontWeight property of datagrid to bold. when I start my datagrid i set fontWeight to bold and it works but at runtime when i set the property to normal no change is reflected. All other properties are changing like color, fontSize etc. only fontWeight

[flexcoders] Please help!! Reduce alpha value of a color in a bitmap image?

2007-05-28 Thread arpan srivastava
Hi all, I am facing a lot of problem with bitmap image. Can anyone tell me a filter with which i can reduce the alpha value of a particular color. e.g. suppse i have a flag of Japan in which there is a white rectangle with a red circle in between and I want to reduce the alpha value of

[flexcoders] how to add different skins to each button in a Buttonbar?

2007-05-19 Thread arpan srivastava
Hi All, I have two buttons in a buttonbar, and in one button I have to make a triangle in upward direction and in other a triangle in downward direction to show up and down direction. var a:Array = new Array(); var temp:Object = new Object();

[flexcoders] How to create skin for buttons in a ButtonBar?

2007-05-16 Thread arpan srivastava
Hi All, I have two buttons in a buttonbar, and in one button I have to make a triangle in upward direction and in other a triangle in downward direction to show up and down directions. I tried the following code but was not able to get the triangle. Here is what i did: var

[flexcoders] Is there any event fired after sorting the datagrid ?

2007-04-20 Thread arpan srivastava
Hi All, Is there any event fired after sorting the datagrid. I mean if I click the datagrid header then DataGridEvent.HEADER_RELEASE event is fired and rows get sorted, now i want an event to be fired when the sorting is done. I tried CollectionEvent.COLLECTION_CHANGE but didn't worked.

[flexcoders] columns does not appear in column chart with large dataset?

2007-04-09 Thread arpan srivastava
Hi All, I have created a column chart, but when if my dataprovider becomes large than at one point no columns are displayed. I tried to adjust columnWidthRatio but didn't worked. I am sending a code snippet. Here i am creating the dataprovider with 500 records (I have more records

[flexcoders] timeout happens with large amount of data?

2007-04-09 Thread arpan srivastava
Hi All, I am getting this error when I give a large amount of data to my datagrid that consists of a line chart and bar chart in it's columns. Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at

[flexcoders] Urgent! add one property to property dialog box ?

2007-04-05 Thread arpan srivastava
Hi All, I want to add a version number to my swf file so that it appears in the property dialog box that is displayed when we right mouse click on the swf file and go to properties. I want to add my own parameter to it named version number which will display my version number. How can I do

[flexcoders] How to know the position of the column in a datagrid?

2007-03-18 Thread arpan srivastava
Hi All, How can I know the position of the columns in a datagrid when they are repositioned by drag and drop? I want to store the position of the columns when they are moved. The fish are biting.

[flexcoders] create a column chart that also goes below the x-axis?

2007-03-06 Thread arpan srivastava
Hi All, I want to create a column chart that also goes below the x-axis, such that the columns can be seen above and below the x-axis.I tried by increasing the minimum value of vertical axis but didn't worked. Thanks, arpan

[flexcoders] error when scroll datagrid vertically?

2007-02-19 Thread arpan srivastava
Hi All, I am facing a weird problem with datagrid. I have added a custom itemrenderer in my datatgrid which draws a bullet graph in one of the columns. Now everything is fine except when I scroll it vertically it throws error( written below) . I tried to debug the application and found

Re: [flexcoders] Re: error when scroll datagrid vertically?

2007-02-19 Thread arpan srivastava
Hi Michael, Can you tell me how to check for post 60726? - Original Message From: michael_ramirez44 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 19, 2007 9:00:57 PM Subject: [flexcoders] Re: error when scroll datagrid vertically?

[flexcoders] how and when is updateDisplayList called ?

2007-02-02 Thread arpan srivastava
Hi all, Can anyone tell how and when is updateDisplayList called ? I always call super.updateDisplayList() when ever I override it. I created a datagrid which contains line graph in one of it's columns. Now once I removed super.updateDisplayList() from the my itemrenderer and

[flexcoders] error when including a swc ?

2007-01-18 Thread arpan srivastava
Hi All, I have a SWC file, but when i try to load it in any project it gives error: Error: unable to load xyz.swc : multiple points and one thing more, how do you compile a Flex Library Project.

Re: [flexcoders] datagrid row moves up to the header when scrolled?

2007-01-15 Thread arpan srivastava
From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 15, 2007 5:01:02 PM Subject: Re: [flexcoders] datagrid row moves up to the header when scrolled? On Friday 12 January 2007 14:39, arpan srivastava wrote: I am facing lot of problem with datagrid. In my

[flexcoders] Is there anywway i can get the axis labels?

2007-01-13 Thread arpan srivastava
Hi all, Is there anywway i can get the axis labels seprately. i tried with getLabelEstimate() but it gives me all the labels where as in the chart it shows only few labels. i want the labels that are shown in the chart. I have to show them seprately .

[flexcoders] datagrid row moves up to the header when scrolled?

2007-01-12 Thread arpan srivastava
Hi All, I am facing lot of problem with datagrid. In my datagrid i have area chart in each cell. When i scroll the datagrid down, then first row moves upto the header instead of disappearing and extra comes from down, so if you have rowcount as 3 you will see 4 rows with one row on the

[flexcoders] row data overlaps the datagrid header while scrolling ?

2007-01-02 Thread arpan srivastava
Hi all, I facing a lot of problem with datagrid, in my datagrid user can change the fontsize of the text in the rows, and row height varies to reflect that change. example : if I change the font size from 8 to 12 then the rowheight will increase by some amount. Now when row height

[flexcoders] How to lock a column in a datagrid ?

2006-12-29 Thread arpan srivastava
Hi , I want that user should not be able to drag the first column of my datagrid. User can drag other columns but not the first one. It should be locked, like we can lock a column in excel sheet. __ Do You Yahoo!? Tired of spam? Yahoo! Mail

Re: [flexcoders] How to align text in middle in a row ?

2006-12-24 Thread arpan srivastava
this, do nop copy/paste On 12/19/06, arpan srivastava [EMAIL PROTECTED] com wrote: textAlign attribute will place the text in horizontally in center , I want to place it vertically in center of the row. it's like in a text box text always starts from top

[flexcoders] What is this error - Array and Array cannot be reconciled - ?

2006-12-21 Thread arpan srivastava
Hi I am getting this error : VerifyError: Error #1068: Array and Array cannot be reconciled. I am not getting why? I have created a popup, which contains components like colorpicker, textarea etc. and I am passing the seected values when user presses save button. I am storing

Re: [flexcoders] How to align text in middle in a row ?

2006-12-18 Thread arpan srivastava
? set that label 100% width, and textAlign=center if this does not work use it inside a vbox On 12/18/06, arpan srivastava [EMAIL PROTECTED] com wrote: Hi, How can i center the text horizontally inside a row in a datagrid. I have also created

Re: [flexcoders] How to align text in middle in a row ?

2006-12-18 Thread arpan srivastava
DataGridColumn . Is that the information you need? David De : [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] De la part de arpan srivastava Envoyé : lundi 18 décembre 2006 16:32 À : [EMAIL PROTECTED] ups.com Objet : Re: [flexcoders] How to align text in middle in a row

[flexcoders] How to align text in middle in a row ?

2006-12-17 Thread arpan srivastava
Hi, How can i center the text horizontally inside a row in a datagrid. I have also created an itemrenderer which extends Label, but you can only align the text vertically. I want it to be in center of the row. __ Do You Yahoo!? Tired of

Re: [flexcoders] How to draw a circle at a point in a line chart?

2006-12-12 Thread arpan srivastava
Hi Sandeep, I have added a Plot Series for drawing circles, if you want a circle at a specific point you can create an itemrenderer and then add it to the plot series example: plotS.setStyle(itemRenderer,new ClassFactory(myCircleItemRenderer)); Here you can override the data property

Re: [flexcoders] Chart inside a datagrid

2006-12-12 Thread arpan srivastava
Hi , Maybe you can send just an array of column names in the itemrenderer by setting the properties for itemrenderer and in the itemrenderer you pick out values of those column names from the data property. i suppose the values for which you are plotting the chart are in a single row.

[flexcoders] grouping of rows in a datagrid ?

2006-12-07 Thread arpan srivastava
Hi, In my datagrid I want to group rows.Suppose I have a datagrid with rows : Col_1Col_2 N2 N3 N3 W 4 W 5 W 5 S6 S7 S8 E7 E5 E43

[flexcoders] problem with horizontalScrollbar for datagrid ?

2006-12-06 Thread arpan srivastava
Hi, I am designing a datagrid and I have many number of columns. When I do horizontalScrollPolicy = ScrollPolicy.OFF. it tries to adjust it making it small, and with horizontalScrollPolicy = ScrollPolicy.Auto it createas a horizontal scroll bar. but problem is that I am getting

[flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread arpan srivastava
Hi, Is there anyway we can add CSS programmatically in .as file rather than adding in the mxml file with mx:style / tag. Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [flexcoders] adding a CSS programmatically in .as file ?

2006-12-03 Thread arpan srivastava
@yahoogroups.com Sent: Monday, December 4, 2006 10:00:11 AM Subject: RE: [flexcoders] adding a CSS programmatically in .as file ? It's setStyle() you're looking for. Shan From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of arpan

[flexcoders] wrap header text in datagrid ?

2006-12-02 Thread arpan srivastava
Hi , I want to wrap header text in the datagrid. I did wordWrap = true; but not working. Need a quick answer? Get one in minutes from people who know. Ask your question on www.Answers.yahoo.com

[flexcoders] Re: [flexcomponents] Re: wrap header text in datagrid ?

2006-12-02 Thread arpan srivastava
--- In flexcomponents@ yahoogroups. com, arpan srivastava arpan30_cs@ ... wrote: Hi , I want to wrap header text in the datagrid. I did wordWrap = true; but not working. _ _ _ _ _ _ Need a quick answer? Get

[flexcoders] How can I create a footer for my datagrid ?

2006-11-30 Thread arpan srivastava
Hi , How can I create a footer for my datagrid. Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com

[flexcoders] change properties in itemRenderer at runtime ?

2006-11-29 Thread arpan srivastava
Hi, I have created an itemRenderer for the datagrid. I have lots of properties in the itemRenderer that can be set at rumtime by the user. How to set those properties in my itemRenderer. This is what I did: lineChartColumn.itemRenderer = new ClassFactory(gridItemRenderer); Now in

[flexcoders] creating line chart using action script

2006-11-28 Thread arpan srivastava
Hi , I need to draw a linechart using only actionscript. I have done following: private var cat:CategoryAxis; private var lineS:LineSeries; this.dataProvider = _myDataProvider; cat = new CategoryAxis(); cat.categoryField =

[flexcoders] resizing the datagrid ?

2006-11-25 Thread arpan srivastava
Hi , I facing a lot of problem for resizing the datagrid. I have created a datagrid component which I am placing in a HBox. I have to set the size of datagrid in percentage to make it resizable. Can anyone tell me what properties of datagrid can I set in percentage, I need to keep rowcount

[flexcoders] padding in the text in cells in a datagrid

2006-11-25 Thread arpan srivastava
Hi , How to give padding to text in the cells. In my datagrid I have numbers which are right aligned, but they are too much right aligned, the text in last column touches the scroll bar. Can I have padding in the text?

[flexcoders] drawing a stack of rectangle ?

2006-11-25 Thread arpan srivastava
Hi, I am drawing a stack which contans rectangles of different depending on some value. rectangles are drawn but they are overlapping each other by 1 or 2 pixels at the end. I have to highlight the rectangles also, for that I am creating a rectangle on mouseOver event and adding the

[flexcoders] How can i call drawHighlightIndicator() of datagrid from my code ?

2006-11-23 Thread arpan srivastava
Hi all, How can i call drawHighlightIndicator() of datagrid from my code. I am having a single coulmn chart which refers to one of the columns in the datagrid. I want to highlight the corresponding row in datagrid when I rollover the block in the chart. I have got the rowIndex.

[flexcoders] Can I have an image on every datagrid row

2006-11-23 Thread arpan srivastava
Hi Can I have an image on every datagrid row. I used Image class but, I cannot add the image object into a FlexShape of which my datagrid row is made.

Re: [flexcoders] Re: Remove the row selection from the datagrid

2006-11-17 Thread arpan srivastava
_ _ Tim Hoff Cynergy Systems, Inc. http://www.cynergys ystems.com Office: 866-CYNERGY --- In [EMAIL PROTECTED] ups.com, arpan srivastava [EMAIL PROTECTED] .. wrote: Hi All, I don't want the datagrid selection i.e. whenever you click on a row it gets selected. for this I overrided

[flexcoders] Extra empty row at the bottom of the data grid

2006-11-16 Thread arpan srivastava
Hi, My application has a datagrid inside a panel which gets populated from a XML. Everything works fine but when I resize the browser window,I change the rowheight to make the grid bigger but, then when I scroll for the last row one extra empty row comes at the bottom.I have also overrided

[flexcoders] Remove the row selection from the datagrid

2006-11-16 Thread arpan srivastava
Hi All, I don't want the datagrid selection i.e. whenever you click on a row it gets selected. for this I overrided the drawSelectionInidicator() and left it empty. Now if I click on any row it is not selected but when I change the font color/font size of the text in the by setStyle()

Re: [flexcoders] Q. How can I change the property of a row in a datagrid? Please help...

2006-11-05 Thread arpan srivastava
Hi, I am sorry for sending the code so late. This code is written in a ".as" file. I am calling this function on mouseOver event of the list . Now here,"GridComponent" is the "mxml" file name and "gridObj" is the static object containing the reference of the datagrid.I have also got the index