[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread carl_steinhilber
Anybody have ANY insight? Bueller? Bueller? --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Ely Greenfield egreenfi@ wrote: Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example...

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread simonjpalmer
grasping at straws, have you tried a bubble chart instead? I suspect the series are derived from the same root. or maybe you could subclass the plotseries and overload updateTransform or some other suitable method. just ideas I managed to get my similar problem basically working by writing a

RE: [flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread Ely Greenfield
[mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Tuesday, May 15, 2007 1:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Absolutely forcing chart to redraw grasping at straws, have you tried a bubble chart instead? I suspect the series are derived from the same root

RE: [flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread Ely Greenfield
below. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Friday, May 11, 2007 8:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Absolutely forcing chart to redraw Anyone else have any ideas? I really need to get

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
Anyone else have any ideas? I really need to get this solved, or I'll have to throw out the entire app and build it in something else. This is crucial functionality. --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Thanks Ely... I was hoping to catch your attention

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example... Thanks Ely. I've trimmed it down as much as I think I can... I have a lot more going on, but this is it in it's basic

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-09 Thread simonjpalmer
hmm, didn't work for me either. It would be good to hear from Ely or Alex on something like this. Gentlemen? Simon --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Simon, Could be. Though I just tried invalidating the chart, the parent panel and the stage, in

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-09 Thread carl_steinhilber
Thanks Ely... I was hoping to catch your attention ;-) The (complete) code for the itemRenderer is below in my original posting. Was there some other sample code that would be useful? I can't imagine that the MXML would be all that helpful... as all that would show is that I'm assigning the

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-08 Thread simonjpalmer
I have been grappling with a similar issue. I put this down a week or so ago but I was next going to try and invalidate the stage and see what happened. Something along the lines of Stage.invalidate(). Worth a try. --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote:

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-08 Thread carl_steinhilber
Simon, Could be. Though I just tried invalidating the chart, the parent panel and the stage, in bubble-up order: chart.invalidateDisplayList(); panel.invalidateDisplayList(); stage.invalidate(); and threw validateNow()'s in there on the same components for good measure... and still no