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

Home » Public Forums » archive » 6.3 reactions?
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: 6.3 reactions? [message #48661 is a reply to message #48556] Wed, 10 May 2006 10:24 Go to previous messageGo to previous message
Foldy Lajos is currently offline  Foldy Lajos
Messages: 268
Registered: October 2001
Senior Member
Hi,

On Wed, 10 May 2006, Haje Korth wrote:

> Craig,
> we had a similar discussion with RSI here at APL when the VM first came
> out. While I understand that you could theoretically have a free fully
> licensed IDL version, in pratice the person trying to rewrite the IDLDE
> as a widget in IDL must be a complete nut.

you do not need a complete IDE, just a command line interface.

1. create runcmd.pro

pro runcmd
cmd=''
while 1 do begin
read, cmd, prompt='IDL> '
x=execute(cmd)
endwhile
end

runcmd
end

2. compile it and save, file='runcmd.sav', /routines

3. run idl -vm with runcmd.sav, and you would have a command prompt if
EXECUTE would be operational. (This would work on linux/unix. On windows,
you could create an editable text widget with EXECUTE in the event handling
routine.)

regards,
lajos
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: IDLWAVE and starting a comment on a new line
Next Topic: Re: changing a datatype in a structure

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

Current Time: Fri Oct 10 09:36:38 PDT 2025

Total time taken to generate the page: 1.69800 seconds