December 19, 200520 yr Hi,I'm trying to modify a window that contains nothing but my GPS so that I can move this window to a second monitor. No matter what I do, the window doesn't change it's size, even with no gauge in it! What the heck am I missing?!?!?I've done this before with other aircraft and had no problem. Perhaps someone can explain what the following do:window_size_ratiosize_mmwindow_sizewindow_posI *thought* they were pretty self-explanatory, but apparently I'm missing some subtlety.Help!!!!AK_Dave[Window01]Background_color=255,255,255size_mm=440,265window_size_ratio=1.000 position=8visible=0window_size= 0.450, 0.450window_pos= 0.545, 0.550//size_mm=409,287//size_mm=205, 144//window_size_ratio=1.000 //position=8//visible=0ident=GPS_PANEL//gauge00=FS9Garmin530_R1!GNS530, 617,480,409,287//gauge00=FS9Garmin530_R1!GNS530, 1,1,205,144
December 20, 200520 yr Moderator Try this one://--------------------------------------------------------[Window08]Background_color=0,0,0 size_mm=457,379window_size_ratio=1.000 position=0visible=0ident=90window_size= 0.490, 0.470window_pos= 0.520, 0.540gauge00=FS9Garmin530_R1!GNS530, 2,0,456,378 Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
December 20, 200520 yr OK, that worked great. Thanks! Although I'm still not sure what the window_size and window_pos parameters do. Am I just stupid?Anyway, thanks for the help.AK_Dave
December 20, 200520 yr No, you are not stupid. It is just fiddly is all. It is a royal pain in the asp to get right by hand.Then again, I may be stupid too ;).CheersShad
December 20, 200520 yr Moderator >OK, that worked great. Thanks! Although I'm still not sure>what the window_size and window_pos parameters do. Am I just>stupid?>>Anyway, thanks for the help.Background_color=0,0,0size_mm=457,379window_size_ratio=1.000position=0visible=0ident=90window_size= 0.490, 0.470window_pos= 0.520, 0.540gauge00=FS9Garmin530_R1!GNS530, 2,0,456,378window_pos overrides the position= parameter, which only has nine, fixed choices (0 through 8)window_size specifies the precise size in pixels you want the window to be.Note that the size_mm is precisely ONE mm wider and higher than the specificed gauge size. While this doesn't matter with C gauges, with XML gauges it most frequently will make the difference between your gauge appearing or not appearing... ;)BTW, I own and use FS Panel Studio, which I consider one of the best investments I've ever made. ;) Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
December 20, 200520 yr Well, thanks again for the fix and for the lesson. It all makes so much more sense now.:-)AK_Dave
Create an account or sign in to comment