Re: IDL on Suns: XWindows <-> OpenWindows [message #735] |
Tue, 27 October 1992 09:39 |
ali
Messages: 11 Registered: February 1991
|
Junior Member |
|
|
In article <27OCT199210163616@stars.gsfc.nasa.gov>, offenberg@stars.gsfc.nasa.gov (JOEL D. OFFENBERG (301) 286-5801) writes...
>
> In article <1992Oct26.151752.9624@rulway.LeidenUniv.nl>, mellema@rulcvx.LeidenUniv.nl (Garrelt Mellema) writes...
>
>> We have IDL Version 2.1.2 running on a Sun (sunos4.1.sun4). We
>> normally use MIT XWindows on these machines, although OpenWindows
>> is still available. But when you ask IDL to perform some X work
>> (like ? or XLOADCT) in MIT XWindows, it aborts/crashes with the message:
>>
>> OPEN LOOK Toolkit Error in application "idl":
>> Could not find default OPEN LOOK button font:
>> Resolution: d Point Size: 12
>
> Widget functions in IDL were incompatible with MIT XWindows before
> version 2.3 or 2.3.2. You need a later version of IDL, or to avoid
> widget applications, such as XLOADCT and MP_WIDGETS (you can avoid the
> latter by re-writing MAN_PROC.PRO).
"Incompatible" is not quite accurate. The OpenLook widget toolkit uses
special fonts that the MIT server doesn't have available by default.
IDL versions built against the OpenWindows 2.0 release will fail to find
the fonts, as in the case above. The OpenWindows 3.0 toolkit handles this
situation more gracefully.
In either case, all you have to do is convert the fonts and make the server
use them. The process is detailed in the file notes/openwin_widget_fonts.doc
in the IDL distribution. Mail me if you don't have a copy, or get it from the
internet FTP sites.
I use this setup on my home system (Sun 3, MIT X) without problem.
------------------------------------------------------------ -----------------
Ali Bahrami 303-786-9900 (voice)
Research Systems, Inc. 303-786-9909 (fax)
777 29th St., Suite 300 ali@rsinc.com (internet)
Boulder, CO 80303 ORION::ALI (SPAN)
|
|
|
Re: IDL on Suns: XWindows <-> OpenWindows [message #736 is a reply to message #735] |
Tue, 27 October 1992 06:16  |
offenberg
Messages: 5 Registered: October 1992
|
Junior Member |
|
|
In article <1992Oct26.151752.9624@rulway.LeidenUniv.nl>, mellema@rulcvx.LeidenUniv.nl (Garrelt Mellema) writes...
> We have IDL Version 2.1.2 running on a Sun (sunos4.1.sun4). We
> normally use MIT XWindows on these machines, although OpenWindows
> is still available. But when you ask IDL to perform some X work
> (like ? or XLOADCT) in MIT XWindows, it aborts/crashes with the message:
>
> OPEN LOOK Toolkit Error in application "idl":
> Could not find default OPEN LOOK button font:
> Resolution: d Point Size: 12
Widget functions in IDL were incompatible with MIT XWindows before
version 2.3 or 2.3.2. You need a later version of IDL, or to avoid
widget applications, such as XLOADCT and MP_WIDGETS (you can avoid the
latter by re-writing MAN_PROC.PRO).
Joel D. Offenberg
Hughes STX
offenberg@stars.gsfc.nasa.gov stars::offenberg
|
|
|