widget events in debugging mode [message #19987] |
Tue, 16 May 2000 00:00 |
J�lio Maranh�o
Messages: 8 Registered: May 2000
|
Junior Member |
|
|
Hi,
When I stop in a Breakpoint or a Stop command in a running procedure, other
procedures that use widgets don�t work! There seems to be no event
processing. For example, xloadct don�t work properly. Comming back to main
level resolve all, but it�s not worth.
I don�t know if widget processing works when debbuging procedures. Any help?
|
|
|
Re: widget events in debugging mode [message #19988 is a reply to message #19987] |
Mon, 15 May 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
J�lio Maranh�o (julio_maranhao@hotmail.com) writes:
> When I stop in a Breakpoint or a Stop command in a running procedure, other
> procedures that use widgets don�t work! There seems to be no event
> processing. For example, xloadct don�t work properly. Comming back to main
> level resolve all, but it�s not worth.
> I don�t know if widget processing works when debbuging procedures. Any help?
Well, I just tried setting a breakpoint in a program with
my XCOLORS running. When I hit the breakpoint all event
processing stops, as I would expect. I monkeyed around
a little bit, even hit a couple of buttons that would
throw up widgets. Nothing. As I expect.
But then I typed .Continue and all hell broke loose! :-)
All those events were there, just queuing up, ready to
go as soon as I turned things back on. Neat. Just what
I expected. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|