Re: [flexcoders] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-08-02 Thread Brendan Meutzner



Having the same issues as well... Bump!On 7/26/06, Clint Modien <[EMAIL PROTECTED]> wrote:













  



I'm noticing this behavior as well... (No. 2) but in PopUpButton.Has this bug been filed?  Is there a workaround?
On 7/3/06, 
sinatosk <[EMAIL PROTECTED]> wrote:














  



thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna rephrase the PopUpMenuButton problem I mentioned above...
When I first open the menu... I'm accessing the root menu... When I hover over one of those items for the time then move my mouse over another item in root menu ( not sub menus ). The menu closes on it's own. If I redo all of this again but this time I go into sub menus and then hover over the parent or root menu of the sub menu I just entered into... the menu also closes on it's own.
There hope that is explained better :pOn 03/07/06, Benoit Hediard <

[EMAIL PROTECTED]> wrote:













  






I've also encountered this issue (event dispatched 
twice).
 
Here is a workaround :
private function itemClickHandler(event:MenuEvent):void 
{
    if (event.index != -1) { // Workaround 
to ignore the second event
    
...
    }
}
 
Benoit Hediard


De : flexcoders@yahoogroups.com
 
[mailto:flexcoders@yahoogroups.com] De la part de 
sinatoskEnvoyé : dimanche 2 juillet 2006 
21:41À : flexcoders@yahoogroups.comObjet :
 
[flexcoders] F2.0 final - Possbile bug with PopUpButton and 
PopUpMenuButton
4 days after the release I come to update my Flex Application from 
Beta 3 to Final and the 2 main components I used seem to be bugged. not very 
good at explaining things to bare with me please :pPopUpButton   
 - Every time I select an item... 
the "itemClick" event gets dispatched twice. it just pops with with 2 Alert 
dialogs every time I select an 
itemPopUpMenButton    - When I put my mouse over 
an item for the first time works fine... but soon as I hover over another 
menu item in the main level... the menu closes automatically and also if I Hover 
over an item that is a sub menu I can keep going in and in until there are 
no more children... or I could just go in once... and then soon as I hover over 
another item... again the menu just closes. Both times this is without click on 
any items in the menu I've posted the code belowFlex code 
being:http://www.adobe.com/2006/mxml " 
layout="absolute">    
    
    
        paddingTop="10" 
paddingBottom="10" paddingRight="10" paddingLeft="10" x="10" y="10" height="187" 
width="411">        
text="Button label contains the name of the last selected menu item." 
/>     
    
            
        
    
    
    
                     
    
 
    
 
    
    
    
    
         
    
     
         
        paddingTop="10" paddingLeft="10" 
paddingRight="10" x="10" y="205" height="143" width="271"> 
        
text="Click the down arrow to open the 
menu."/>    
    
dataProvider="{treeDP2}" 
    
labelField="@label"    
itemClick="itemClickHandler2(event);"/>    
Flex code end;Is it 
possible these are bugs? I've tested this with flash player 9.0.15.0 ( with debug ) and 


9.0.16.0 ( without debug ) 

  















  














  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   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] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-27 Thread Clint Modien



I'm noticing this behavior as well... (No. 2) but in PopUpButton.Has this bug been filed?  Is there a workaround?On 7/3/06, 
sinatosk <[EMAIL PROTECTED]> wrote:













  



thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna rephrase the PopUpMenuButton problem I mentioned above...
When I first open the menu... I'm accessing the root menu... When I hover over one of those items for the time then move my mouse over another item in root menu ( not sub menus ). The menu closes on it's own. If I redo all of this again but this time I go into sub menus and then hover over the parent or root menu of the sub menu I just entered into... the menu also closes on it's own.
There hope that is explained better :pOn 03/07/06, Benoit Hediard <
[EMAIL PROTECTED]> wrote:













  






I've also encountered this issue (event dispatched 
twice).
 
Here is a workaround :
private function itemClickHandler(event:MenuEvent):void 
{
    if (event.index != -1) { // Workaround 
to ignore the second event
    
...
    }
}
 
Benoit Hediard


De : flexcoders@yahoogroups.com
 
[mailto:flexcoders@yahoogroups.com] De la part de 
sinatoskEnvoyé : dimanche 2 juillet 2006 
21:41À : flexcoders@yahoogroups.comObjet :
 
[flexcoders] F2.0 final - Possbile bug with PopUpButton and 
PopUpMenuButton
4 days after the release I come to update my Flex Application from 
Beta 3 to Final and the 2 main components I used seem to be bugged. not very 
good at explaining things to bare with me please :pPopUpButton   
 - Every time I select an item... 
the "itemClick" event gets dispatched twice. it just pops with with 2 Alert 
dialogs every time I select an 
itemPopUpMenButton    - When I put my mouse over 
an item for the first time works fine... but soon as I hover over another 
menu item in the main level... the menu closes automatically and also if I Hover 
over an item that is a sub menu I can keep going in and in until there are 
no more children... or I could just go in once... and then soon as I hover over 
another item... again the menu just closes. Both times this is without click on 
any items in the menu I've posted the code belowFlex code 
being:http://www.adobe.com/2006/mxml " 
layout="absolute">    
    
    
        paddingTop="10" 
paddingBottom="10" paddingRight="10" paddingLeft="10" x="10" y="10" height="187" 
width="411">        
text="Button label contains the name of the last selected menu item." 
/>     
    
            
        
    
    
    
                     
    
 
    
 
    
    
    
    
         
    
     
         
        paddingTop="10" paddingLeft="10" 
paddingRight="10" x="10" y="205" height="143" width="271"> 
        
text="Click the down arrow to open the 
menu."/>    
    
dataProvider="{treeDP2}" 
    
labelField="@label"    
itemClick="itemClickHandler2(event);"/>    
Flex code end;Is it 
possible these are bugs? I've tested this with flash player 9.0.15.0 ( with debug ) and 

9.0.16.0 ( without debug ) 

  















  














__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   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] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread sinatosk



thanks that worked ;)ok thats the PopUpButton partially fixed... now for PopUpMenuButtonI'm gonna rephrase the PopUpMenuButton problem I mentioned above...When I first open the menu... I'm accessing the root menu... When I hover over one of those items for the time then move my mouse over another item in root menu ( not sub menus ). The menu closes on it's own. If I redo all of this again but this time I go into sub menus and then hover over the parent or root menu of the sub menu I just entered into... the menu also closes on it's own.
There hope that is explained better :pOn 03/07/06, Benoit Hediard <[EMAIL PROTECTED]> wrote:













  






I've also encountered this issue (event dispatched 
twice).
 
Here is a workaround :
private function itemClickHandler(event:MenuEvent):void 
{
    if (event.index != -1) { // Workaround 
to ignore the second event
    
...
    }
}
 
Benoit Hediard


De : flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de 
sinatoskEnvoyé : dimanche 2 juillet 2006 
21:41À : flexcoders@yahoogroups.comObjet : 
[flexcoders] F2.0 final - Possbile bug with PopUpButton and 
PopUpMenuButton
4 days after the release I come to update my Flex Application from 
Beta 3 to Final and the 2 main components I used seem to be bugged. not very 
good at explaining things to bare with me please :pPopUpButton   
 - Every time I select an item... 
the "itemClick" event gets dispatched twice. it just pops with with 2 Alert 
dialogs every time I select an 
itemPopUpMenButton    - When I put my mouse over 
an item for the first time works fine... but soon as I hover over another 
menu item in the main level... the menu closes automatically and also if I Hover 
over an item that is a sub menu I can keep going in and in until there are 
no more children... or I could just go in once... and then soon as I hover over 
another item... again the menu just closes. Both times this is without click on 
any items in the menu I've posted the code belowFlex code 
being:http://www.adobe.com/2006/mxml " 
layout="absolute">    
    
    
        paddingTop="10" 
paddingBottom="10" paddingRight="10" paddingLeft="10" x="10" y="10" height="187" 
width="411">        
text="Button label contains the name of the last selected menu item." 
/>     
    
            
        
    
    
    
                     
    
 
    
 
    
    
    
    
         
    
     
         
        paddingTop="10" paddingLeft="10" 
paddingRight="10" x="10" y="205" height="143" width="271"> 
        
text="Click the down arrow to open the 
menu."/>    
    
dataProvider="{treeDP2}" 
    
labelField="@label"    
itemClick="itemClickHandler2(event);"/>    
Flex code end;Is it 
possible these are bugs? I've tested this with flash player 9.0.15.0 ( with debug ) and 
9.0.16.0 ( without debug ) 

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   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] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread Benoit Hediard





I've also encountered this issue (event dispatched 
twice).
 
Here is a workaround :
private function itemClickHandler(event:MenuEvent):void 
{
    if (event.index != -1) { // Workaround 
to ignore the second event
    
...
    }
}
 
Benoit Hediard


De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] De la part de 
sinatoskEnvoyé : dimanche 2 juillet 2006 
21:41À : flexcoders@yahoogroups.comObjet : 
[flexcoders] F2.0 final - Possbile bug with PopUpButton and 
PopUpMenuButton
4 days after the release I come to update my Flex Application from 
Beta 3 to Final and the 2 main components I used seem to be bugged. not very 
good at explaining things to bare with me please :pPopUpButton   
 - Every time I select an item... 
the "itemClick" event gets dispatched twice. it just pops with with 2 Alert 
dialogs every time I select an 
itemPopUpMenButton    - When I put my mouse over 
an item for the first time works fine... but soon as I hover over another 
menu item in the main level... the menu closes automatically and also if I Hover 
over an item that is a sub menu I can keep going in and in until there are 
no more children... or I could just go in once... and then soon as I hover over 
another item... again the menu just closes. Both times this is without click on 
any items in the menu I've posted the code belowFlex code 
being:http://www.adobe.com/2006/mxml " 
layout="absolute">    
    
    
        paddingTop="10" 
paddingBottom="10" paddingRight="10" paddingLeft="10" x="10" y="10" height="187" 
width="411">        
text="Button label contains the name of the last selected menu item." 
/>     
    
            
        
    
    
    
                     
    
 
    
 
    
    
    
    
         
    
     
         
        paddingTop="10" paddingLeft="10" 
paddingRight="10" x="10" y="205" height="143" width="271"> 
        
text="Click the down arrow to open the 
menu."/>    
    
dataProvider="{treeDP2}" 
    
labelField="@label"    
itemClick="itemClickHandler2(event);"/>    
Flex code end;Is it 
possible these are bugs? I've tested this with flash player 9.0.15.0 ( with debug ) and 9.0.16.0 ( without debug ) 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   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] F2.0 final - Possbile bug with PopUpButton and PopUpMenuButton

2006-07-03 Thread Benoit Hediard





I've also encountered this bug (event dispatched 
twice).
 
Here is a workaround :
private function itemClickHandler(event:MenuEvent):void 
{
    if (event.index != -1) { // Workaround 
to ignore the second event
    
...
    }
}
 
Benoit Hediard


De : flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] De la part de 
sinatoskEnvoyé : dimanche 2 juillet 2006 
21:41À : flexcoders@yahoogroups.comObjet : 
[flexcoders] F2.0 final - Possbile bug with PopUpButton and 
PopUpMenuButton
4 days after the release I come to update my Flex Application from 
Beta 3 to Final and the 2 main components I used seem to be bugged. not very 
good at explaining things to bare with me please :pPopUpButton   
 - Every time I select an item... 
the "itemClick" event gets dispatched twice. it just pops with with 2 Alert 
dialogs every time I select an 
itemPopUpMenButton    - When I put my mouse over 
an item for the first time works fine... but soon as I hover over another 
menu item in the main level... the menu closes automatically and also if I Hover 
over an item that is a sub menu I can keep going in and in until there are 
no more children... or I could just go in once... and then soon as I hover over 
another item... again the menu just closes. Both times this is without click on 
any items in the menu I've posted the code belowFlex code 
being:http://www.adobe.com/2006/mxml " 
layout="absolute">    
    
    
        paddingTop="10" 
paddingBottom="10" paddingRight="10" paddingLeft="10" x="10" y="10" height="187" 
width="411">        
text="Button label contains the name of the last selected menu item." 
/>     
    
            
        
    
    
    
                     
    
 
    
 
    
    
    
    
         
    
     
         
        paddingTop="10" paddingLeft="10" 
paddingRight="10" x="10" y="205" height="143" width="271"> 
        
text="Click the down arrow to open the 
menu."/>    
    
dataProvider="{treeDP2}" 
    
labelField="@label"    
itemClick="itemClickHandler2(event);"/>    
Flex code end;Is it 
possible these are bugs? I've tested this with flash player 9.0.15.0 ( with debug ) and 9.0.16.0 ( without debug ) 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___