[flexcoders] Regarding Chart problem

2006-07-12 Thread Sachin Dharmapurikar
Hi All, We are facing a strange problem in our application. Reproducing the same problem is very easy with following steps: Open the dashboard sample provided with Flex Builder. Open results.xml file which has data to render. Except for one month remove all data

[flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Sachin Dharmapurikar
Hello everybody, I am trying to get a timeline chart. For this my requirement use case is as follows – Input data – Date     Count 5/1/06 10:00  500 5/1/06 17:00  232 5/2/06 19:00  400 5/4/06 13:00  

[flexcoders] Flex Charting Beta 3

2006-05-10 Thread Sachin Dharmapurikar
Hi Adobe Team, I have downloaded Flex 2 Beta 3. It asked for a serial number at the time of installation. I didn’t have any and as per installation notes I just skipped the step. Now I can see on each chart there is a Flex Charting Trial watermark. How to get rid of this? Can I

RE: [flexcoders] Beta 3: All roads lead to Beta 2?

2006-05-09 Thread Sachin Dharmapurikar
Just hit Ctrl+F5 when you reach the site http://labs.adobe.com Maybe you are not looking at the latest page. Sometimes these proxy servers get the content from the cache. Hope it will solve your problem Regards, Sachin From: flexcoders@yahoogroups.com

RE: [flexcoders] Dynamically scaling a custom component

2006-05-09 Thread Sachin Dharmapurikar
Hi, Instead of redirecting it, can you send a confirmation XML? Depending on the contents of the XML flex application will change the state of application to logged in state. That way, your application will can display the controls which you were supposed to display on the redirected

[flexcoders] Dynamic Screen

2006-05-02 Thread Sachin Dharmapurikar
Hi Everybody, It has been some time I am playing with Flex. I came across a problem and I was wondering how we can do it in Flex. Use Case: 1. Server sends some screen XML which is having information about user controls. (Date Selectors, Drop-down lists and Buttons etc.)… 2.

Re: [flexcoders] Error while retrieving data in Flex UI(Urgent solution needed)

2006-04-04 Thread Sachin Dharmapurikar
Correct Jason,Add my .002 too.SachinOn 4/4/06, Jason Hawryluk [EMAIL PROTECTED] wrote: DUDE!!! OMG!!!Why on earth are you even trying to load 9000 rows of data! That is just bad for your user's. If you want to show it use paging. if you want to chart it, summarize or cube it up

Re: [flexcoders] Flex 2b2: Double click troubles

2006-04-04 Thread Sachin Dharmapurikar
I experienced the same problem regarding ItemDoubleClick event in the column chart. I wanted to forward drill down on one click and on double click reverse drill down. Instead, always single click event is getting fired. I tried to set only doubleclick event of the chart but still its not

Re: [flexcoders] Putting markers on chart

2006-04-03 Thread Sachin Dharmapurikar
Hi Ely, We wan't to put a vertical line on X-Axis value for which the Y-axis value exceeds a threshold. E.g. following are the input sets -X-Axis Values : [ 11:00, 12:00, 13:00]Y-Axis Values: [47,67,31] Now there should be a way to define threshold on Y-Axis. If I set the threshold on 50 then

Re: [flexcoders] Putting markers on chart

2006-04-03 Thread Sachin Dharmapurikar
Thanks very much. Ely, I understood now how to add such small extensions.Thank you very much folks.SachinOn 4/3/06, Ely Greenfield [EMAIL PROTECTED] wrote: I figure it's good to take a moment every once and a while and prove to myself that what I'm saying is actually true ;) See

[flexcoders] Putting markers on chart

2006-04-02 Thread Sachin Dharmapurikar
Hi,I am developing a charting application. I am simulating a live chart which is updated after finite interval. X-Axis of the chart is going to have dates and Y-Axis will have Numbers. I want to put a red line marker when the value of Y-axis crosses a particular value. Sample image is attached.

[flexcoders] Passing initialization parameters to application

2006-03-31 Thread Sachin Dharmapurikar
Hi,In my application, I need to pass some parameters from outside to SWF. To just give idea the flow is like this -User submits a formServlet processes request and as response displayes the Flash application Flash application is supposed to contact an URL using HTTPService and fetch data.Then

Re: [flexcoders] Large XML data binding to FLEX Chart

2006-03-31 Thread Sachin Dharmapurikar
Yes, Matt. I agree with you. With events it shouldn't be any problem to simulate the pagination. Infact I wrote a demo like that and it works fine for me.I am started to look seriously to Flex just three days ago. I am very much impressed by the the extensible nature of each component. I was

Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Sachin Dharmapurikar
I agree that there is need of something which will allow you people(who have exp of flex), to help people like us. I like blogs and I am fan of it... at the same time, I found that if we create a planetFlex and kept the aggregated feeds there, it will not solve our problem fully. I find Wiki as

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar
Hi Michael, You are absolutely correct. Beta products are not production ready and they have mistakes. I am thinking to use the Flex charting in my application. I can see that Flex 2 is in beta and Flex 1.5 is prod stable but lack in features. Moreover, if I now invest time in Flex 1.5 there

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar
' UI implementation (this has changed recently due to some contests ;-).I know this dosn't suite a lot of developers but, it has worked this far for me. This beta2 release didn't mess me up at all becasue I am focusing on logic no the UI.Peace, Mike On 3/29/06, Sachin Dharmapurikar [EMAIL PROTECTED