Re: Cursor in IDL under Mac OSX 10.4 [message #46764] |
Tue, 20 December 2005 01:01 |
jean-claude.bouret@oa
Messages: 2 Registered: December 2005
|
Junior Member |
|
|
Hi David,
Thanks a lot, really a lot! I just typed the command you suggested and
it works perfectly fine then!
Cheers,
JC.
David Fanning wrote:
> jean-claude.bouret@oamp.fr writes:
>
>> I'm using IDL on my power Mac (OSX, 10.4) and I'm having trouble
>> getting the cursor command work.
>> When I use cursor and click on the graphic window, it seems like the
>> program is waiting forever for me to click. Does anybody know how to
>> fix this?
>
> Ken Mankoff provided this answer on the IDL newsgroup:
>
> In a terminal just type the following and then restart X11:
>
> defaults write com.apple.x11 wm_click_through -bool true
>
> It worked for me.
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: Cursor in IDL under Mac OSX 10.4 [message #46771 is a reply to message #46764] |
Mon, 19 December 2005 09:08  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
jean-claude.bouret@oamp.fr writes:
> I'm using IDL on my power Mac (OSX, 10.4) and I'm having trouble
> getting the cursor command work.
> When I use cursor and click on the graphic window, it seems like the
> program is waiting forever for me to click. Does anybody know how to
> fix this?
Ken Mankoff provided this answer on the IDL newsgroup:
In a terminal just type the following and then restart X11:
defaults write com.apple.x11 wm_click_through -bool true
It worked for me.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|