RE: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup?

2008-06-27 Thread Dimitrios Gianninas
:[EMAIL PROTECTED] On Behalf Of pbrendanc Sent: Friday, June 27, 2008 5:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup? Thx a bunch - this looks like what I need - however for some reason I'm seeing -ve numbers

RE: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup?

2008-06-27 Thread Tracy Spratt
] Re: How to Position a Popup relative to the control that invoked the popup? Thx a bunch - this looks like what I need - however for some reason I'm seeing -ve numbers for my x + y coordinates and my popup is partway off my form/window - any further suggestions. Since my grid is dynamically

RE: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup?

2008-06-26 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup? Sorry, while I don't mean to be obtuse - however I need some clarification on how/where to get a reference to that event object - that's really what I having a problem

Re: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup?

2008-06-26 Thread Josh McDonald
If you're creating a popup on a button click, you must already have an event listener. Can you post the code that creates your popup? -Josh On Fri, Jun 27, 2008 at 11:00 AM, pbrendanc [EMAIL PROTECTED] wrote: Sorry, while I don't mean to be obtuse - however I need some clarification on