Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-03-03 Thread carlo giordano
Thanks for the link, but now I would connect the node with straight lines not curved lines. Have you some idea or some tututorial how to do this ? 2009/2/28 Maciek Sakrejda msakre...@truviso.com: It's not a drop-in library, but you may want to take a look at Simon Gladman's node-based UI:

Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-03-03 Thread Tom Chiverton
On Tuesday 03 Mar 2009, carlo giordano wrote: Thanks for the link, but now I would connect the node with straight lines not curved lines. Have you some idea or some tututorial how to do this ? Graphics.lineTo(); -- Tom Chiverton Helping to apprehensively integrate visionary magnetic

[flexcoders] Question about how to draw a line connecting two UIComponent

2009-02-27 Thread carlo giordano
Hi, I would connect two UIComponent like mx:Panel or flexmdi:MDIWindow with a line in such a way that the line continues to connect the two UIComponent when one or both get dragged around. Anyone has idea on how to implement it ? I try to use the Flex Wires

Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-02-27 Thread Fotis Chatzinikos
I have made something similar in flash, but it was ages ago... I would recommend, creating a new custom container that knows how to draw / redraw connection lines whenever a child component is dragged... On Fri, Feb 27, 2009 at 6:42 PM, carlo giordano giordano1...@gmail.comwrote: Hi, I

Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-02-27 Thread Maciek Sakrejda
...@gmail.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about how to draw a line connecting two UIComponent Date: Fri, 27 Feb 2009 17:42:10 +0100 Hi, I would connect two UIComponent like mx:Panel or flexmdi:MDIWindow with a line in such a way