[flexcoders] Re: Animated dashed lines

2008-07-22 Thread havardfl
--- In flexcoders@yahoogroups.com, havardfl [EMAIL PROTECTED] wrote: In a project I'm working on I would like to represent data flowing through the system with dashed/dotted lines moving between two or more points. I've done one implementation using the lineGradientStyle function to create

[flexcoders] Animated dashed lines

2008-07-21 Thread havardfl
In a project I'm working on I would like to represent data flowing through the system with dashed/dotted lines moving between two or more points. I've done one implementation using the lineGradientStyle function to create dashes. This works, but I'm not pleased with the CPU load while the script

[flexcoders] Re: DataGrid ItemEditor being closed when other component is updated

2007-06-06 Thread havardfl
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of havardfl Sent: Tuesday, June 05, 2007 6:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid ItemEditor being closed when other component is updated I'm having some trouble with an editable DataGrid... I have one

[flexcoders] DataGrid ItemEditor being closed when other component is updated

2007-06-05 Thread havardfl
I'm having some trouble with an editable DataGrid... I have one DataGrid that is editable, and then a List that is not. The List is bound to an XMLListCollection (Same thing happens ArrayCollection), which gets items added to it constantly. Now, when I click one of the columns in the editable

[flexcoders] Visibility of components

2007-05-31 Thread havardfl
I have an application where several different components in different containers spread around the application should be bound to external data. These bindings need to know when the component is actually on-screen to know when to start fetching data. What is the easiest way of doing this, that is

[flexcoders] TileList showing wrong data after using removeItemAt when scrolled

2007-05-11 Thread havardfl
I have a rather strange error occuring, which to me seems like a bug with the TileList... I have a small application with a TileList and a Button. The Tilelist has an XMLListCollection as a dataprovider. On Initialization I add 100 entries to the collection. They all come up nicely in the