comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Alpha/UNIX rehosting question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Alpha/UNIX rehosting question [message #17755 is a reply to message #17738] Thu, 11 November 1999 00:00 Go to previous messageGo to previous message
Liam Gumley is currently offline  Liam Gumley
Messages: 473
Registered: November 1994
Senior Member
Liam Gumley wrote:
>
> wbiagiot@suffolk.lib.ny.us wrote:
>> In the near term, I might be faced with porting my IDL application from
>> a Win95/98 platform over to an Alpha/UNIX combination. I would like to
>> ask if anyone is currently using IDL in this configuration and if there
>> are any outstanding problems/inconsistancies or anything that I should
>> know. A couple of years ago, I was a Sun Solaris user but have lost my
>> edge after being numbed with MS Windows.
>
> A few things to watch out for:
[suggestions deleted]

One item I forgot to mention. It's possible that Alpha/Unix will use
vector fonts of a different size than Windows. To ensure that vector
fonts are the same size on both platforms:

First, on Windows:

IDL> xsize = !d.x_ch_size
IDL> ysize = !d.y_ch_size
IDL> print, xsize, ysize

Then on UNIX (using the xsize and ysize values from Windows):

IDL> device, set_character_size=[xsize, ysize]

I prefer to enter the following command in the IDL startup file on
whatever platform I'm using:

device, set_character_size=[10, 12]

Cheers,
Liam.

--
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: TRIANGULATE says "Points are co-linear, no solution"
Next Topic: Object style guide

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 17:25:13 PDT 2025

Total time taken to generate the page: 0.40234 seconds