[flex_india:30113] drawing tick marks in grid line in flex

2010-05-20 Thread Anoop Max
Hi All, I am drawing a line chart with 4 line series. Two of them have negative values and goes under the 0 line. I want only the grid line across 0 to be displayed. hence i used like this : By doing this I am getting only one grid line across '0'. But I am wondering if I can put tick marks corr

[flex_india:29435] Cutom axis renderer

2010-03-29 Thread Anoop Max
Hi All, Can anyone please help me in how to create the legend or the axis title renderer in the following picture? Is there any such built in renderer for line series? http://www.freeimagehosting.net/uploads/3450a40dc0.jpg Regards, PK -- You received this message because you are subscribed t

[flex_india:29436] Re: Line chart inside Column chart

2010-03-29 Thread Anoop Max
> > On Mar 25, 7:19 pm, Anoop Max wrote: > > > Hi Friends, > > > I am trying to draw one column chart with two line charts also inside > > that. > > but when i draw the line chart the columns displayed are drifting to > > left some pixels. > > henc

[flex_india:29356] Line chart inside Column chart

2010-03-25 Thread Anoop Max
Hi Friends, I am trying to draw one column chart with two line charts also inside that. but when i draw the line chart the columns displayed are drifting to left some pixels. hence the line data points are not coming in center of the columns. I am attaching the code, and am sure that someone migh

[flex_india:28647] Sample flex technical documentation

2010-02-18 Thread Anoop Max
Hi all, I am taking knowledge transfer of one big flex application. So need to document all technical things. Do anybody worked like the same or anybody have a flex technical documentation sample? If yes, please help. Am confused about how to proceed. Regards, PK -- You received this message b

[flex_india:27047] Re: Kerala Flex User Group

2009-12-03 Thread Anoop Max
; There is group in kerala, check it out here > > -http://groups.adobe.com/groups/42db90c799/summary > > > Saurabh > > > On Thu, Dec 3, 2009 at 2:40 PM, Anoop Max wrote: > > > Hi All, > > > > I just got myself relocated from the great Bangalore to

[flex_india:27012] Kerala Flex User Group

2009-12-03 Thread Anoop Max
Hi All, I just got myself relocated from the great Bangalore to Kerala. I would like to know if there is any Kerala flex user group already existing. If not anybody interested in kicking it off? regards, Anoop P K -- You received this message because you are subscribed to the Google Groups "Fle

[flex_india:24581] Re: Complex rows in datagrid

2009-08-18 Thread Anoop Max
> > Can you pls share your code snippet with us? So that we can have a > > better picture. > > > -Ravi > >http://achieveravi.blogspot.com > > > On Aug 18, 2:44 pm, Anoop Max wrote: > > > Hi All, > > > > I am working on one datagrid in whic

[flex_india:24564] Complex rows in datagrid

2009-08-18 Thread Anoop Max
Hi All, I am working on one datagrid in which am facing one difficulty. In the data grid, after each row, it needs to display one row which will display comments for that particular row. a | b | c | d comments : I guess itemrenderer is the answer for this, but how? I tried putt

[flex_india:23990] Open all tabs in Accordion

2009-07-27 Thread Anoop Max
Hi All, One quick doubt. Is there any way to open all tabs in the accordion control. I am able to open only one tab at a time. Is there some work around I can do. Please help. thanks in advance, Anoop --~--~-~--~~~---~--~~ You received this message because you a

[flex_india:23795] File Download using Flex

2009-07-17 Thread Anoop Max
Hi All, I am doing a piece of code which will be used to download files from DB (which is stored as BLOB). Now, I am able to ask the user to browse the location to which the file needs to be stored and when he selects it am able to save the file to that location. But one more requirement came up

[flex_india:22541] Re: Type Coercion failed

2009-05-27 Thread Anoop Max
rked with ArrayCollections. > This comes when ArrayCollection contains only one item. >  so i uesd ArrayUtil.toArray(new ArrayCollection()); > and it was solved. > > If useful, use it or else ignore it. > > Thanks. > > On 5/26/09, Anoop Max wrote: > > > > > Hi

[flex_india:22545] Re: Type Coercion failed

2009-05-27 Thread Anoop Max
th ArrayCollections. > This comes when ArrayCollection contains only one item. >  so i uesd ArrayUtil.toArray(new ArrayCollection()); > and it was solved. > > If useful, use it or else ignore it. > > Thanks. > > On 5/26/09, Anoop Max wrote: > > > > > Hi a

[flex_india:22528] Type Coercion failed

2009-05-26 Thread Anoop Max
Hi all, I am having one dictionary object in my local cache. I want to create another dictionary object with the same values of the first dictionary object. I tried the following way. But its giving me "TypeError: Error #1034: Type Coercion failed: cannot convert obj...@49ad0b1 to com.citi.gwm.pi

[flex_india:20364] Multiselect DropDown

2009-03-12 Thread Anoop Max
Hi All, We are using Flex 2 for our application and now am facing a requirement where I need to implement multiselect dropdown, which I guess is not there in Flex2 combo box. I tried to extend current combo box control, but its creating lots of trouble, when I call change event. It would be a gre

[flex_india:19919] LCDS Doubt 2

2009-03-02 Thread Anoop Max
Hi All, My Second Doubt in LCDS. We are having LCDS Data management services which is using Abstract Assembler approach . Autos sync is enabled for the service When I try to do cache-Items as false. I am getting Unsupported exception while loading application. Assembler code is below : public c

[flex_india:19908] LCDS Doubt 1

2009-03-02 Thread Anoop Max
Hi All, We are having LCDS Data management services which is using Abstract Assembler approach . Autos sync is enabled for the service. We are using Spring framework at java side. Situation is like this Two clients are seeing same fill method First client deletes one row Second client inserts

[flex_india:19887] Datagrid Doubt

2009-03-02 Thread Anoop Max
Hi All, I have one doubt in Flex 2 Datagrid. I want to give different colors to different row based on some conditions. I used Item Renderer like this : which worked perfectly. Now the problem is when I mouse over the cells, I am able to see the selection colors only on the border of the cells

[flex_india:18754] Re: Problem with Flex Data Services

2009-01-30 Thread Anoop Max
the dataservice if some conflict occurred on commit. I tried to handle it in DataConflictEvent.CONFLICT event, but the conflict is not getting resolved and keeps giving me trouble. Please help me, since its giving me lots of trouble. Thanks, Anoop On Jan 30, 10:05 am, Anoop Max wrote: > Hi

[flex_india:18710] Problem with Flex Data Services

2009-01-29 Thread Anoop Max
Hi All, I am using flex data services to load data in my app. Backend is java with iBatis. For some reasons, we had disabled the session time out. But now when we keep the app idle for say, 30 mins, and then try to save one of the records, it is trying to save all records. It keeps on calling the

[flex_india:18259] One flex interview question

2009-01-15 Thread Anoop Max
Hi all, Yesterday I attended one interview on flex and I didnt get one question they asked. What are the rules and steps to follow while creating custom components in flex? If anybody knows the answer or any link, please provide. Thanks, Anoop P K --~--~-~--~~~---~-

[flex_india:17936] FDS v LCDS

2009-01-04 Thread Anoop Max
Hi All, I am having a basic question. Is flex data services and livecycle data services the same? I know that LCDS needs license. If both are different, do FDS needs license? I am also interested to know the difference between these two, if they are different. Thanks, Anoop --~--~-~--~--

[flex_india:16503] Flex SDK 3 with builder 2

2008-11-24 Thread Anoop Max
Hi All, is it possible to add flex sdk 3 in flex builder 2? thanks, Anoop --~--~-~--~~~---~--~~ 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.c

[flex_india:16483] Heatmap.

2008-11-24 Thread Anoop Max
Hi All, I got some interesting work. I was asked to build a web based application that will provide Heatmap interface all kind of data feeds. I just saw how heatmap looks like and still trying to make out the details of the mapping. If anyone had tried this out in flex, please help me. You can ch

[flex_india:16197] Stepping into AIR

2008-11-17 Thread Anoop Max
Hi All, I was doing web development in Flex for past one year and now am thinking of moving into stand alone AIR applications. I just thought of starting it and in one tutorial i found that i need to install AIR. Is AIR freeware or licenced? Also i would like to read some good tutorials which i c

[flex_india:15756] Bug in Tree?

2008-11-05 Thread Anoop Max
Hi all, I am having a tree in my App. I am facing a problem when the tree is having a scroll bar and the scrollbar is at the bottom most. After some operations, i am refreshing the tree data provider. When i scroll it back i can see the first root of the tree is repeated a number of times. if i s

[flex_india:15683] Flex Serial Number showing invalid

2008-11-04 Thread Anoop Max
Hi All, I had licences of flex builder with charting and my flex builder is working fine also. I got Eclipse 3.4 and added flex builder plugin to that. It asked me flexbuilder and charting serial numbers and when i gave it its crying that its invalid. In the previous eclipse i had which was 3.1 i

[flex_india:15665] Re: Datefield component: disable days before today

2008-11-03 Thread Anoop Max
Hi all, I am having a similar requirement. But its something like this. >From the calendar user can select only the last date of the selected month. If he selects Decemeber, he can select only 31st December. Please Help. Thanks in Advance, Anoop P K On Sep 19, 8:51 am, "arvind hr" <[EMAIL PROT

[flex_india:15487] Re: Currency Format Rounding

2008-10-28 Thread Anoop Max
Hi All, I got the solution. I was using one currency formatter and i specified rounding="nearest" in that. It simply worked. Thanks 4 All, Anoop On Oct 28, 1:51 pm, Anoop Max <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using a currency formatter to format a curr

[flex_india:15486] Currency Format Rounding

2008-10-28 Thread Anoop Max
Hi All, I am using a currency formatter to format a currency field. But i got a requirement to display only integer parts and no decimals. Can i get it done using currency formatter. Pls Help Thanks in Advance, Anoop --~--~-~--~~~---~--~~ You received this messag

[flex_india:15044] creating result handler for servlet call

2008-10-14 Thread Anoop Max
Hi All, I am facing a problem. In my flex app, I am calling a servlet for generating one pdf document. In all other remote calls, i am showing the status in the status bar by chaning it in those result handler. But is it possible by any chance to create result handler while calling a servlet. I a

[flex_india:14942] CSS type selectors are not supported in components.

2008-10-10 Thread Anoop Max
Hi all, I am getting one warning "CSS type selectors are not supported in components.". Any idea why this is coming? Thanks in Advance, Anoop P K --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Communit

[flex_india:14806] Summing Currency Formatted fields

2008-10-06 Thread Anoop Max
Hi All, I have three text boxes among which last one will show the sum of the text in first two boxes. I am using currency formatter to format the text boxes. My doubt is how can i get the sum of formatted values of the two text boxes. I tried this : text="{currForm.format(parseInt(txt1.text)+p

[flex_india:14733] Re: RunTimeError : Identities for an object must be unique

2008-10-03 Thread Anoop Max
antiated > properly. Just check if cache.getBaData() returns a properly instantiated > (non-null) arrayCollection object. > > Regards, > Venkatwww.venkatv.com > > On Tue, Sep 9, 2008 at 10:32 AM, Anoop Max <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I am f

[flex_india:13781] RunTimeError : Identities for an object must be unique

2008-09-08 Thread Anoop Max
Hi all, I am facing one problem. In one of my method, I am creating a new object and am putting that into one ArrayCollection in Cache. This is the code I used for this. private function getBusinessSeqResultHandler(resultEvent:ResultEvent):void{ var cache:

[flex_india:13326] Multiple Rows in Datagrid

2008-08-26 Thread Anoop Max
Hi All, I am facing a fancy requirement. I am having one datagrid. In that datagrid I want one of the cells to have multiple rows. Anybody did this way? Thanks in Advance, Happy Coding, Anoop P K --~--~-~--~~~---~--~~ You received this message because you are su