[flexcoders] Drawing a line exactly to the dragged proxy

2006-12-10 Thread chuvakgu
Hi all, Let's say I want to drag something and this is for creating an edge in a graph. So what is being dragged, let's say, is a little arrow (an image). What I would like is for there to be a line from the place I started to drag it to the current position of the dragged arrow. I can do it, usin

[flexcoders] Fixed-length file import component

2006-12-10 Thread chuvakgu
Hi all, I am looking to create something like MS Office wizard for importing fixed-length files, specifically, the part where you can click to draw a line delimiting fields, and move it. I can do, say, a TextArea, and a VRule (the textarea is transparent), or actually do graphics.drawLine, etc.,