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

Home » Public Forums » archive » Re: Timer events
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: Timer events [message #14290] Sat, 13 February 1999 00:00
Phillip & Suzanne is currently offline  Phillip & Suzanne
Messages: 31
Registered: June 1998
Member
Phil Aldis wrote:
>
> 4. Even though I use it all the time, when you use
> Widget_Control, TIMER=..., is the program actually executing mutiple
> lines of code simultaneously. Does IDL multitask, and how much slower
> do your foreground activities then go?

Phil;

IDL does NOT perform multitasking. When you write a Widget_Control, Timer=...
command, you are actually inserting a request to IDL to queue an event on the
event stack at the time indicated. When IDL notices that the time has been
reached, it puts the event on the event stack, and calls your handler when all
previous events have been handled.

Phillip
[Message index]
 
Read Message
Previous Topic: Re: subscript array question
Next Topic: Slicer: suppressing axis

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

Current Time: Wed Oct 08 19:02:25 PDT 2025

Total time taken to generate the page: 0.00395 seconds