[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

1571.0. "LISP V3/DECwindows bug: Error in DWT:POPUP: %E, Message number 02DB820A" by CANOE::SHARP (Yow! I am having fun!) Fri Oct 13 1989 13:48

I've already asked about this in the LISP conference, I'm wondering if 
anyone here can help me translate these error messages numbers into
messages so I know where to go from here.

Thanks,
Don


$ lisp
Loading customizations from SYS$COMMON:[DECW$DEFAULTS.USER]LISP$DEFAULTS.DAT;3
Done.

Error in DWT:FETCH-WIDGET-OVERRIDE: %E, Message number 02DB820A

Error in DWT:FETCH-WIDGET: %E, Message number 02DB820A

Error in DWT:POPUP: %E, Message number 02DB820A
This is the third nested error.  Cancelling...


$

T.RTitleUserPersonal
Name
DateLines
1571.1hey c'mon, 2 weeks and no responses?CANOE::SHARPYow! I am having fun!Mon Oct 23 1989 17:116
Is there another conference I should direct this to, like DECwindows QAR's or 
something?  

Thanks,
Don

1571.2How to translate DECwindows error message numbersSTAR::VATNEPeter Vatne, VMS DevelopmentMon Oct 23 1989 19:587
Try this:

$ set message sys$message:decw$xlibmsg
$ write sys$output f$message(%x02db820a)
%XLIB-E-INSFMEM, insufficient dynamic memory


1571.3AITG::DERAMODaniel V. {AITG,ZFC}:: D'EramoMon Oct 23 1989 20:036
        You can try the conference that the LISP developers have
        set up for reports of bugs in version three (there's a
        pointer to it in AITG::LISP note 1038.7).
        
        Dan

1571.4CANOE::SHARPYow! I am having fun!Wed Oct 25 1989 11:195
Thanks Peter and Dan, I'll take the information from .2 and the pointer from .3
and follow up.

Don