Page 1 of 1
Radar Icon

Posted:
Wed Feb 16, 2005 5:35 pm
by Batman93210
Hi yaw
I put a radar window by Eric Marciano and Jorge Salas, in one of my fs9 aircraf. The radar works just fine, but I cant get the radar Icon to show up. Is there a way to ues the 747-400 clock icon in place of the radar icon?
If so what is the 747 clock icon id?
Re: Radar Icon

Posted:
Wed Feb 16, 2005 7:57 pm
by WebbPA
I didn't know there was a default radar icon. I use cpt.icons!ifr.
The cpt icons package should be in the library - let me know if you can't find it.
The code for the icon and window is:
(Window00)
gauge3xx=cpt.icons!ifr, xx,xx,xx,xx
and
(WindowXX) - whatever your popup radar window is.
ident=IFR_MAIN_PANEL
I suppose you could use the clock icon if you don't have another popup window using it. You should be able to do that (theoretically) by renaming the radar window to:
(WindowXX)
ident=270
in Re: Radar Icon

Posted:
Wed Feb 16, 2005 8:24 pm
by Batman93210
No the radar isn't default . I have been uesing the radar, and the radar icon in fs2002 just fine. It's fs9 thats giving me the trouble.
I copied the cpt.icons in to fs9 gauge folder like the readme sed to do. For some reason
Re: Radar Icon

Posted:
Thu Feb 17, 2005 7:08 am
by WebbPA
Since option 1 didn't work did you try option 2 (use ident=270 for the radar window)?
I have had to uninstall FS04 in preparation for a system upgrade so I can't test any of these theories.
Re: Radar Icon

Posted:
Thu Feb 17, 2005 5:49 pm
by Batman93210
That worked.
For some reason the cpt.icons!ifr will not show up in FS9, but by copying the clock icon form the def 747-400, in to a different airplane, and tiying the clock icon in to the Radar gauge the clock icon now opens the radar window.
Thank for you help