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

Home » Public Forums » archive » IDL7.0 Workbench: configuring cursor focus
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: IDL7.0 Workbench: configuring cursor focus [message #60036 is a reply to message #59391] Fri, 25 April 2008 12:35 Go to previous messageGo to previous message
K.I.W.I. is currently offline  K.I.W.I.
Messages: 4
Registered: March 2008
Junior Member
To add to my frustration with ECLIPSE and "focus"...

Try the following quick-n-dirty code,

>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>
PRO look_at_path
WINDOW,0
pt_0=10
pt_N=20
f=INDGEN(1000)
REPEAT BEGIN
PLOT,f[pt_0:pt_N]
READ, PROMPT='Enter new pt_0 & pt_N plot extents : ',pt_0,pt_N
ENDREP UNTIL(pt_0 EQ -99)

STOP
END
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>

I cannot access/look at the plot window because Eclipse is locked into
the READ statement!

Anybody confirm this? Work around?

Sigh, Peter
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: idlanroigroup masking weirdness
Next Topic: Re: problem with builtin restore

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

Current Time: Sun Oct 12 11:54:51 PDT 2025

Total time taken to generate the page: 0.48052 seconds