[flexcoders] Re: Trees are killing me

2009-10-17 Thread max.nachlinger
I'm happy to help. I've been experimenting a bit and have found an approach using getObjectsUnderPoint which I like better. It's at: http://flexamusements.blogspot.com/2009/10/flex-tree-what-node-am-i-dragging-over.html There are (of course) lots of other ways to accomplish this as well. ---

[flexcoders] Re: Trees are killing me

2009-10-11 Thread timgerr
Max, that was a big help. Thanks all for helping me out, this group rocks. timgerr --- In flexcoders@yahoogroups.com, max.nachlinger max.nachlin...@... wrote: Here's a bit of code that might help. Silly test app: - ?xml

[flexcoders] Re: Trees are killing me

2009-10-10 Thread max.nachlinger
Here's a bit of code that might help. Silly test app: - ?xml version=1.0 encoding=utf-8? Application xmlns=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=_onLoad() xmlns:local=* Script ![CDATA[ import mx.events.*; import

[flexcoders] Re: Trees are killing me

2009-10-09 Thread timgerr
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Tuesday, October 06, 2009 8:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me Thanks for the response, I have a question for ya. I am dragging with in a tree, how can I get

RE: [flexcoders] Re: Trees are killing me

2009-10-09 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me OK, I am now hanging my hat in hand. I need help with a method to get the object of the folder that I am over, I have no idea how to do this. PLEASE HELP! Thanks, maybe I can get my dignity back. timgerr

[flexcoders] Re: Trees are killing me

2009-10-09 Thread timgerr
: Friday, October 09, 2009 7:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me OK, I am now hanging my hat in hand. I need help with a method to get the object of the folder that I am over, I have no idea how to do this. PLEASE HELP! Thanks, maybe I

RE: [flexcoders] Re: Trees are killing me

2009-10-09 Thread Alex Harui
/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Friday, October 09, 2009 2:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me I have no idea how to use this, I have been googleing

[flexcoders] Re: Trees are killing me

2009-10-06 Thread timgerr
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Monday, October 05, 2009 2:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me I am creating an app that folders are groups and leafs are users. I want

RE: [flexcoders] Re: Trees are killing me

2009-10-06 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Tuesday, October 06, 2009 8:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me Thanks for the response, I have a question for ya. I am dragging with in a tree, how can I get

[flexcoders] Re: Trees are killing me

2009-10-05 Thread timgerr
I am creating an app that folders are groups and leafs are users. I want users in groups (folders) only. Tim --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: You have folders mixed with non-folders and you only want to allow dropping on the folder rows? Why not allow

RE: [flexcoders] Re: Trees are killing me

2009-10-05 Thread Alex Harui
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Monday, October 05, 2009 2:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Trees are killing me I am creating an app that folders are groups and leafs are users. I want users in groups (folders) only. Tim