[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
|
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
1918.0. "X Default Error Handler calling condition handlers?" by DDIF::MCEVOY () Thu Dec 14 1989 12:02
I've noticed the following behavior on VMS Xlib 5.3;
If I set up a condition handler outside of my XtMainLoop,
and I then have a call which generates an X error within
my code, the default X error handler is called, and then
my condition handler is called; and my routine which generates
the X error is not re-entered because the condition handler
is established at the main application level.
If I do not have a condition handler set up, then the routine
will generate the x error, and then continue along processing.
To me, this seems like the correct behavior in either case;
I don't think the default X error handler should be looking for
a condition handler and calling it if there is one in effect;
Wouldn't this require me to set up a condition handler around every
X call that might generate an X error (most of them) if I want to
also have a generic condition handler outside my XtMainLoop()?
Any info on exactly how this works on VMS would be much appriciated.
thanks -dennis
T.R | Title | User | Personal Name | Date | Lines |
---|
1918.1 | note moved | DDIF::MCEVOY | | Thu Dec 14 1989 13:30 | 1 |
| discussion moved to DECWINDOWS_PROGRAMMING conference.
|