Re: Workaround for X11 Beta 3 and IDL
Re: Workaround for X11 Beta 3 and IDL
- Subject: Re: Workaround for X11 Beta 3 and IDL
- From: Travis Barman <email@hidden>
- Date: Wed, 19 Mar 2003 15:40:59 -0600 (CST)
On Wed, 19 Mar 2003 email@hidden wrote:
> I have this in my IDL startup file:
>
> device,decomposed=0
>
Sorry, I probably should have mentioned it in my first post.
This WAS in my idl_startup script (inherited from a previous
life). I also had the following in idl_startup:
loadct=12
landscape=1
device,decomposed=0
device,retain=2
But, I now have removed everything (also tried various device
settings and combinations of the above) and I still have the
problems I reported earlier.
UPDATE!
After playing with, the simple plot,x,x problem, I can now add
a little more information:
O.K., in my first post I tried manually entering the commands
IDL>x=findgen(10)
IDL>plot,x,x
IDL>plot,x,x^2
and the plot window was NOT updated after the 1st plot command.
HOWEVER! If the first thing I do after starting IDL is
copy+paste all three of the command at once or placed them in
test.pro and issued @test, then the final plot command would be
displayed in the window. BUT, after this, manual, pasted or @'ed
commands would NOT update the window (only updates after I click
the window). I hope this is clear.
Anyway, thanks for the suggestion,
t.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.