Also I'm looking for a custom component that is able to drag and resize
a datagrid, I
It's commercial but, you could use it in any project that calls for resize and drag. http://www.teotigraphix.com/components/managers/resizemanagerfx You can resize any UIComponent by calling; ResizeManagerFX.addClient() or ResizeManagerFX.addClients([]) or ResizeManagerFX.addParentClient(parent) There is overlay styles, transitions and much more.
will draw a line between two components within flex.
That doesn't sound to hard. Think about a manager that you register endpoints with in stage coords(just find the two points in the datagrids and convert them). Create a render method that could be specific to a subclassed datagrid our on a larger scale. Mike On 5/7/07, craig081785 <[EMAIL PROTECTED]> wrote:
Does anyone know of a custom component that will draw a line between two components within flex. I have found SpringGraph which draws a line between two items in the graph, but was looking for something more generic that will draw it between any two items. For my purposes ideally, it would be able to draw a line from one item in a datagrid to another item in another datagrid. Also I'm looking for a custom component that is able to drag and resize a datagrid, I have found such for panels, but have run into problems with attempting to convert the components over to apply to a datagrid. Thanks for any help or suggestions.
-- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'.
