Okay, I understand how to a gauge is sized and mapped on a 2D panel. Now, what I can't figure out is how to make a pop-up window appear on a specific x,y co-ordinate of the 2D panel. Here's what I want to do. I want to take a WX radar guage display and make it appear over the display area of an MFD gauge on the 2D panel. What throws me is this. Pop-up windows have a position reference
position= 1,2,3,4, etc.
and a window_pos reference
window_pos=0.xxxx,0.xxxx
Okay, the decimal notation messes me up because I can't relate that in any way to the 2D panel x,y co-ordinate and of course the window position number 1,2,3 etc. seems to be very generalized. What I need to figure out is how to make the window to overlay on the 2D panel at a specifc x,y when I click the associated icon or press shift 1,2,3,etc. Any help??
Thanks.
Thanks