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

Home » Public Forums » archive » Window Bug using Widgets
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Window Bug using Widgets [message #1284] Fri, 13 August 1993 09:29
smyth is currently offline  smyth
Messages: 2
Registered: August 1993
Junior Member
I'm running IDL version 2.3.2 under OPEN LOOK. I've run into a bug, which can
be distilled to the following example:



PRO Xbug_ev, event
PRINT, "Going Into Window"
WINDOW, 0, xs = 1000, ys = 800
PRINT, "Leaving Window"
END


PRO Xbug
Xbugbase = Widget_Base(TITLE = "Xbug")
Xmenu, ["Press Me"], Xbugbase
Widget_Control, Xbugbase, /REALIZE
XManager, "Xbug", Xbugbase, EVENT_HANDLER = "Xbug_ev"
END


When run and "Press Me" is clicked, the progam hangs in the WINDOW statement.
"Going Into Window" is printed, but "Leaving Window" never is and idl needs to
be killed.

Is this a commonly known bug? Is there any work around? Or am I doing something
wrong?

Thanks,
Mike Smyth
smyth@nokomis.jpl.nasa.gov
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Writing and reading multipage TeX tables in IDL.
Next Topic: Re: 3-D & 2-D plots simultaniously

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

Current Time: Wed Oct 08 13:33:05 PDT 2025

Total time taken to generate the page: 0.00641 seconds