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

Home » Public Forums » archive » Re: iimage tool
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: iimage tool [message #39810 is a reply to message #39808] Wed, 23 June 2004 08:50 Go to previous messageGo to previous message
Francois is currently offline  Francois
Messages: 8
Registered: May 2004
Junior Member
Hello,

Concerning the iimage command, here is the answer from RSI.


> If you call an iTool from within a program, the iTool will not start
responding to events until focus is returned to the Main level (The IDL
> command line). You can get around this by periodically checking for events
using the WIDGET_EVENT routine. The following example demonstrates how this

> can be done:

;************************************************

pro test_widget_event, check_events = check_events

iimage, dist(300)

check = keyword_set(check_events)

for i = 0, 100 do begin


print, i

wait, 0.1


if check then $

void = widget_event(/nowait)

endfor

end

;************************************************

Run the program with the CHECK_EVENTS keyword to have the program check for

events from the iTool while in the FOR..DO loop.

Cheers,

Daryl Atencio

Technical Support Engineer

Research Systems, Inc. A Kodak Company
[Message index]
 
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: Displaying a grid
Next Topic: Re: Parent Child relationship in IDL

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

Current Time: Fri Oct 10 02:21:52 PDT 2025

Total time taken to generate the page: 0.00192 seconds