January 17, 200719 yr Created my own panel. Trying to place radio stack in upper right corner of screen.Using FS 9 and FSPS 1.1.I worked with Window_Size, Window_Pos, and even tried Size_mm.Can someone give me the meanings of the 2 numbers in these 3categories. I keep bouncing all over the screen!Thank you.
January 17, 200719 yr Window_Pos0 = Top Left1 = Top Centre2 = Top Right3 = Middle Left4 = Middle Centre5 = Middle Right6 = Bottom Left7 = Bottom Centre8 = Bottom RightYou need Window_Pos = 2Here is an example cfg entry [Window02] Background_color=20,20,20 size_mm=188,350 position=2 visible=0 ident=RADIO_STACK_PANEL gauge00=KingAir_Radio!Com1, 0,59 gauge01=KingAir_Radio!Com2, 106,59 gauge02=KingAir_Radio!Nav1, 0,155 gauge03=KingAir_Radio!Nav2, 106,155 gauge04=KingAir_Radio!Adf, 0,251 gauge05=KingAir_Radio!Xpndr, 106,251 gauge06=KingAir_Radio!Audio, 0,0This draws a radio stack of size 188 pixels wide by 350 pixels high in the top right corner on a dark grey (RGB=20,20,20) background RegardsJim
Create an account or sign in to comment