Hi all, I am interested in the following components (either existing, or pointers on where to start). Eventually they'll be part of an open-source product, btw.
1. A Console. Basically like a mx:TextArea, but allows user to type in commands that are parsed and executed, with all attendant things (up-down arrow for history, some symbol - e.g. \ - for line continuation, not being able to place a cursor arbitrarily, etc.) 2. A graph that allows orthogonal layout (ideally real-time/dynamic/interactive (I dunno what's the right word). In other words, I'd like to connect nodes by dragging an edge from one to another while nicely avoiding other edges :) Thanks.
