RE: [flexcoders] Tree change event

2005-05-29 Thread Mika Kiljunen










For the tree set dragEnabled=”true”
and you see it.

 

-Mika

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani
Sent: 28. toukokuuta 2005 14:28
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Tree
change event



 

On 5/27/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:

> I see it now.

What did you change?  I don't see the
behaviour.


http://www.macromedia.com/2003/mxml"
  xmlns="*">
  
    
  
   

   

   

  
    
  
  


Then 'change' event seems to get fired every time
you change the
selection in this Tree.












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












Re: [flexcoders] Tree change event

2005-05-28 Thread Manish Jethani
On 5/27/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:

> I see it now.

What did you change?  I don't see the behaviour.


http://www.macromedia.com/2003/mxml";
  xmlns="*">
  

  



  

  
  


Then 'change' event seems to get fired every time you change the
selection in this Tree.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Tree change event

2005-05-27 Thread Tracy Spratt










I see it now.  That may be a bug. Report it at http://www.macromedia.com/go/wish

 

Maybe
someone else will have some suggestions.

 

Tracy

 









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen
Sent: Friday, May 27, 2005 3:30 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Tree
change event



 

Hi, I forgot to mention that the tree has
dragEnabled=”true”, which makes this “lost event”
occur…. It also seems that it doesn’t send any of these events
either on when clicked with CTRL down:

dragEnter

dragExit

dragOver

dragDrop

dragComplete

 

 

-Mika

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: 26. toukokuuta 2005 19:45
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Tree
change event



 

I don’t see that behavior.  Try
the sample app below.  Select a node, the node label will display in the
Label field below. CTRL-click that node to deselect, and the Label control
becomes empty.

Tracy

 





 



 





   




 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen
Sent: Thursday, May 26, 2005 3:15
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree change
event



 

Hi,

 

I noticed that the tree’s change event does not work
as expected ( the same way as for example in DataGrid ). When a user selects a
node on a tree, the tree sends change event properly, as in DataGrid. But when
the user deselects (is that a word?) a node by clicking it with CTRL –key
down, it does not send change event (as datagrid does). This causes real
problems, since I get no info that the there are no nodes now selected ( as
user has done something I can not follow) and my buttons that should be
disabled when no nodes are selected, stay enabled -> leads to errors. 

 

Is there a fix or a nice workaround on this issue?

Is this a feature or a bug in the Tree?

 

 



--
Mika Kiljunen
Ohjelmistosuunnittelija / Intensium Oy
[EMAIL PROTECTED]ium.fi
GSM: +358 50 352 4842






http://www.intensium.fi





 





 





 





 



 

 

 










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Tree change event

2005-05-27 Thread Mika Kiljunen










Hi, I forgot to mention that the tree has
dragEnabled=”true”, which makes this “lost event” occur….
It also seems that it doesn’t send any of these events either on when
clicked with CTRL down:

dragEnter

dragExit

dragOver

dragDrop

dragComplete

 

 

-Mika

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: 26. toukokuuta 2005 19:45
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Tree
change event



 

I don’t see that behavior.  Try
the sample app below.  Select a node, the node label will display in the
Label field below. CTRL-click that node to deselect, and the Label control
becomes empty.

Tracy

 





 



 





   




 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen
Sent: Thursday, May 26, 2005 3:15
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree change
event



 

Hi,

 

I noticed that the tree’s change event does not work
as expected ( the same way as for example in DataGrid ). When a user selects a
node on a tree, the tree sends change event properly, as in DataGrid. But when
the user deselects (is that a word?) a node by clicking it with CTRL –key
down, it does not send change event (as datagrid does). This causes real
problems, since I get no info that the there are no nodes now selected ( as
user has done something I can not follow) and my buttons that should be
disabled when no nodes are selected, stay enabled -> leads to errors. 

 

Is there a fix or a nice workaround on this issue?

Is this a feature or a bug in the Tree?

 

 



--
Mika Kiljunen
Ohjelmistosuunnittelija / Intensium Oy
[EMAIL PROTECTED]ium.fi
GSM: +358 50 352 4842






http://www.intensium.fi





 





 





 





 



 

 











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












RE: [flexcoders] Tree change event

2005-05-26 Thread Tracy Spratt










I don’t see that behavior.  Try the
sample app below.  Select a node, the node label will display in the Label
field below. CTRL-click that node to deselect, and the Label control becomes
empty.

Tracy

 





 



 





    



 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen
Sent: Thursday, May 26, 2005 3:15
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree change
event



 

Hi,

 

I noticed that the tree’s change event does not work
as expected ( the same way as for example in DataGrid ). When a user selects a
node on a tree, the tree sends change event properly, as in DataGrid. But when the
user deselects (is that a word?) a node by clicking it with CTRL –key
down, it does not send change event (as datagrid does). This causes real
problems, since I get no info that the there are no nodes now selected ( as
user has done something I can not follow) and my buttons that should be
disabled when no nodes are selected, stay enabled -> leads to errors. 

 

Is there a fix or a nice workaround on this issue?

Is this a feature or a bug in the Tree?

 

 



--
Mika Kiljunen
Ohjelmistosuunnittelija / Intensium Oy
[EMAIL PROTECTED]ium.fi
GSM: +358 50 352 4842






http://www.intensium.fi





 





 





 





 



 

 










Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ 
To unsubscribe from this group, send an email to:[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.