Re: [flexcoders] How would I do something like this....

2006-04-23 Thread jeremy lu
. - Original Message - From: jeremy lu To: flexcoders@yahoogroups.com Sent: Saturday, April 22, 2006 11:14 PM Subject: Re: [flexcoders] How would I do something like this well, just flip thru my gridtree component (http://tinyurl.com/grcfs) developed two months ago

Re: [flexcoders] How would I do something like this....

2006-04-23 Thread Anatole Tartakovsky
23, 2006 2:41 AM Subject: Re: [flexcoders] How would I do something like this hi Anatole,I'm talking about datagrid too, never thought about extending tree and add in those function. (especially in flex 2 the implementation changed a lot).I should add this to my original post:if

[flexcoders] How would I do something like this....

2006-04-22 Thread Doug Hughes
Hello all, I need to create a UI element that looks more or less like the screenshot at this link. http://odetocode.com/aimages/debugging/fig8.jpg. The screenshot is of the MS Visual Studio 2005 watch window. The component seems to be a combination of a tree control and a list

Re: [flexcoders] How would I do something like this....

2006-04-22 Thread JesterXL
, and obey the indentation rules. - Original Message - From: Doug Hughes To: flexcoders@yahoogroups.com Sent: Saturday, April 22, 2006 6:50 PM Subject: [flexcoders] How would I do something like this Hello all, I need to create a UI element that looks more or less like the screenshot

Re: [flexcoders] How would I do something like this....

2006-04-22 Thread Anatole Tartakovsky
-- From: Doug Hughes To: flexcoders@yahoogroups.com Sent: Saturday, April 22, 2006 6:50 PM Subject: [flexcoders] How would I do something like this Hello all, I need to create a UI element that looks more or less like the screenshot at this

Re: [flexcoders] How would I do something like this....

2006-04-22 Thread jeremy lu
well, just flip thru my gridtree component (http://tinyurl.com/grcfs) developed two months ago (which is still in a mess), it's around 2000 lines of code (after refactoring it three times) and lot of algorithm behind to handle following function: addNode removeNode cutNode copyNode pasteNode

Re: [flexcoders] How would I do something like this....

2006-04-22 Thread Anatole Tartakovsky
r simplify the task. - Original Message - From: jeremy lu To: flexcoders@yahoogroups.com Sent: Saturday, April 22, 2006 11:14 PM Subject: Re: [flexcoders] How would I do something like this well, just flip thru my gridtree component (http://tinyurl.com/grcfs)