Re: [flexcoders] Re: http request erro

2009-09-06 Thread Vik
there is no such file on my sever. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Sep 2, 2009 at 8:07 PM, valdhor valdhorli...@embarqmail.com wrote: Set the breakpoint just before calling the HTTPService.send() method. Generally the crossdomain.xml file is found

[flexcoders] http request erro

2009-09-02 Thread Vik
to debug. plz help Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Re: http request erro

2009-09-02 Thread Vik
Hie Could u please tell where to set the breakpoint to be sure? Also where is this croosdomain.xml and wht to change in that file? will be of great help.. thanks.. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Sep 2, 2009 at 6:51 PM, valdhor valdhorli

[flexcoders] Fwd: Graph Question

2009-03-06 Thread Vik
Hie any updates on this plz... Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com -- Forwarded message -- From: Vik vik@gmail.com Date: Thu, Mar 5, 2009 at 9:04 AM Subject: Graph Question To: flexcoders@yahoogroups.com Hie I have a column chart graph

[flexcoders] Graph Question

2009-03-04 Thread Vik
than the lowest value in my data so that even the lowest column is visible a bit. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

[flexcoders] Hie

2009-02-27 Thread Vik
={upcomingRepeater.currentItem}/ /mx:Repeater This above code shows me all in black as I have not applied this empStatus to format. So how to do that? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

[flexcoders] Graph suggestion wanted

2009-02-24 Thread Vik
and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Re: Graph suggestion wanted

2009-02-24 Thread Vik
-C56177962443ABAFjsessionid=9630c340063fd36763de303237126115a5b3 Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Feb 25, 2009 at 2:19 AM, Tim Hoff timh...@aol.com wrote: Hi Vic, Since the variance over time doesn't change significantly, a time-based line chart

Re: [flexcoders] Re: Showing grid in line series graph

2009-02-16 Thread Vik
Hie Thankx it worked!!! Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Feb 16, 2009 at 12:29 PM, sunild99 sunilbd...@gmail.com wrote: You need to specify a Stroke to use for the grid lines. You can make the Stroke for the grid lines bolder by setting

[flexcoders] Showing grid in line series graph

2009-02-15 Thread Vik
Hie I have a line series graph. Doing a showAlldataTip gives a bad look to my graph. So i just want to show grid lines in the graph. is it possible? how? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Re: Showing grid in line series graph

2009-02-15 Thread Vik
Hie That worked thankx.. but the grid lines are very light. almost hard to see.. how to make them look a bit bold? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sun, Feb 15, 2009 at 11:49 PM, EddieBerman eddieberman2...@hotmail.comwrote: Easy. Here are some

[flexcoders] pie chart question

2009-02-13 Thread Vik
Hie I have requirement in which i have pie chart. I want to click on a particular pie area to open another pie chart. is it possible? if yes then how? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

[flexcoders] Bar graph question

2009-02-08 Thread Vik
displayName=Yesterday xField=date yField=production / mx:BarSeries displayName=Today xField=date yField=production / /mx:series /mx:BarChart any suggestions? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Re: Simplest way to create a webservice and deploy

2009-02-05 Thread Vik
Big Thankx to all you guys...especially to Tracy Nate Yes I really did not need a webservice to achieve what I was looking for. I was just in need of a xml response which I could achieve by simply creating a servlet which sends me a response as an XML. Thanks again!!! Thankx and Regards Vik

[flexcoders] Accordion click event issue

2009-02-05 Thread Vik
label=hi/ /mx:VBox mx:VBox label=Last 1 Week /mx:VBox /mx:Accordion the click event does not work on the VBox with lable last 2 days. However, it works if i copy the click stuff to the button inside it. Any idea why? and how to fix Thankx and Regards Vik Founder www.sakshum.com

Re: [flexcoders] Re: Simplest way to create a webservice and deploy

2009-02-04 Thread Vik
this. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Feb 4, 2009 at 10:43 PM, Tracy Spratt tspr...@lariatinc.com wrote: Yes, Web Services can be difficult. But, we need to be clear on our language. Vik, when you use the words web service are you using

Re: [flexcoders] Re: Simplest way to create a webservice and deploy

2009-02-03 Thread Vik
Hmm I think this is not at least the simplest way to start with especially for a beginner. Any other ideas? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Wed, Feb 4, 2009 at 12:51 AM, valdhor valdhorli...@embarqmail.comwrote: http://java.sun.com/webservices/docs

[flexcoders] Calling web service from flex

2009-02-02 Thread Vik
of jdeveloper and it returns the good expected result. any help will be appreciated. Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Calling web service from flex

2009-02-02 Thread Vik
Hie how to set the type to text? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Feb 2, 2009 at 9:03 PM, Tracy Spratt tspr...@lariatinc.com wrote: Perhaps Flex has more stringent requirements for valid xml. You could use a tcp sniffer(charles

Re: [flexcoders] Calling web service from flex

2009-02-02 Thread Vik
Hie Tracy Thankx for replying.. but even after changing the format to object/ text/ e4x and xml I get the same error just in different wording like xml parsing error for meta etc etc any suggestions? Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Mon, Feb 2, 2009

[flexcoders] Simplest way to create a webservice and deploy

2009-02-02 Thread Vik
and deploying it as a web service Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

Re: [flexcoders] Reducing white space in charts

2009-01-31 Thread Vik
Hie Thankx a lot!!! This worked Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com On Sat, Jan 31, 2009 at 11:30 AM, Sam Lai samuel@gmail.com wrote: Oh, you mean the gaps causing the scrollbars to appear? Change your HBox line to this - mx:HBox width=100% height

[flexcoders] reducing white space from chart

2009-01-30 Thread Vik
Hie Could anyone please help on this http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585threadid=1419947forumid=60 Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com

[flexcoders] Reducing white space in charts

2009-01-30 Thread Vik S. Kumar
Hie any idea on http://www.adobe.com/cfusion/webforums/forum/messageview.cfm? forumid=60catid=585threadid=1419947enterthread=y i m not able to reduce un-necessary space in right and bottom side of chart components

Re: [flexcoders] Reducing white space in charts

2009-01-30 Thread Vik
Thankx and Regards Vik Founder www.sakshum.com www.sakshum.blogspot.com Hie Thankx for the response.. I am still pretty new so could you tell me where exactly to write all this? Vik On Fri, Jan 30, 2009 at 7:48 PM, Sam Lai samuel@gmail.com wrote: I had the same problem, and wasn't

[flexcoders] Question about capturing event.

2008-07-13 Thread Vik
to this progressHandler Any help on this would be appreciated. --Vik