RE: [flexcoders] How to get screen coordinate from child application

2007-09-21 Thread Mark Ingram
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 20 September 2007 17:07 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get screen coordinate from child application It wouldn't be app.localToGlobal it would be child.localToGlobal

RE: [flexcoders] How to get screen coordinate from child application

2007-09-20 Thread Mark Ingram
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 19 September 2007 19:48 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get screen coordinate from child application localToGlobal() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] How to get screen coordinate from child application

2007-09-20 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 19 September 2007 19:48 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get screen coordinate from child application localToGlobal() From

[flexcoders] How to get screen coordinate from child application

2007-09-19 Thread Mark Ingram
Hi, if I have an application within an application, how can I convert coordinates from the child app to the parent app? I need to display a popup window and if I use the x, y values from the child application, they are set to zero, but when loaded into a parent app, they are actually around 200,

RE: [flexcoders] How to get screen coordinate from child application

2007-09-19 Thread Alex Harui
localToGlobal() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Wednesday, September 19, 2007 8:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to get screen coordinate from child application Hi