[flexcoders] Mouse position across an application

2006-02-01 Thread Jonathan Miranda
All this is for Flex 2 Beta. Alright, I have a datagrid with a custom cell-renderer of a button. When the user clicks on the button, I want the menu to popup on the button or mouse cursor. My problem is, the x/y coordinates of the button are in relation to the HBox containernot the

RE: [flexcoders] Mouse position across an application

2006-02-01 Thread Jonathan Miranda
Well, heres to good documentation and my lack of ability to find it before I post. myMenu.show(mx.core.Application.application.mouseX,mx.core.Application.application.mouseY); _ Jonathan Miranda Flexible Master of the Web In the game of

RE: [flexcoders] Mouse position across an application

2006-02-01 Thread Howard, Dave
Apologize for a newbie question, but when using Flex 2, does anyone have a code snippet that demonstrates how to cycle through..say 10 image files? I would like to have some transition effects also, but in essence I think I am looking to recreate an ad rotator type of application. I