March 20, 200620 yr Hey guys,I am modifying Captainsims C-130 Nav panel to add a few gauges. The way they designed it, their fixed window is all compiled into a gauge, bitmap included. So... I am forced to put a set of gauges into a [Fixed Window] view. I got a new [window] to pop up with the Nav panel by their icon, by setting the icon ID, but it's a fixed window, so when you go back to another view, that popup window I added stays up. The icon commands the popup to come up, but switching to any other view, it stays there. I have to close it from the menu. Is there anyway to slave it to the fixed window so when I change views it closes also?Here's a copy of pertaining sections. --------------------------------[window15]position=0background_color=16,16,16size_mm=608,80window_pos=0.227,0visible=0sizeable=1ident=32icon_type=scalegauge00=atn!Scale,300,0,305,80,32gauge01=atn!Ambient,0,0,300,80gauge02=atn!Toggle,600,0,20,20-----------------------------------------[Fixed Window32]background_color=16,16,16size_mm=1024,768position=4visible=0ident=32render_3d_window=1gauge00=cs.c130.navigator!main,0,0,1024,768gauge01=cs.c130.icons!nav,0,0,10,10gauge02=cs.c130.radar!main,498,341,121,117gauge03=cs.c130.radio!C130_NAV, 315,281, 164, 108gauge04=cs.c130.radio!C130_VHF, 315,388, 164, 65gauge05=cs.c130.radio!C130_ADF, 637,281, 160, 125My only alternative is to add an icon to the already huge popup and have to pop it up every time, I guess. Any help is appreciated.Jim
Create an account or sign in to comment