Submitted by Anonymous (not verified) on Fri, 06/15/2012 - 12:07
I have an application where I pop up message dialogs. Frequently after closing the dialog, I close the parent window (by pressing a Cancel button) and the following error appears in the xterm window
Error XtPopdown requires a subclass of shellWidgetClass
X then exits my application. I`ve tried to trace it through the debugger, but I cannot trace it to any code I`m calling. It occurs sometime after the Cancel callback on the parent window exits.
Any ideas what may cause this error or how to better track down what may be causing it?
Thanks in advance,
Bob
‹ Scrolled window prob Problems with highlights in popup menu ›
Thu, 11/06/2003 - 18:19#1
XtPopdown requires a subclass of shellWidgetClass
sounds like
http//bugs.motifzone.net/show_bug.cgi?id=1232
Thu, 11/06/2003 - 19:55#2
XtPopdown requires a subclass of shellWidgetClass
Yes it does. It sounds like you fixed this problem, how do I get the fix?
Thanks,
Bob
Thu, 11/06/2003 - 20:09#3
XtPopdown requires a subclass of shellWidgetClass
http//motifzone.org/cvs/?group_id=4
Thu, 11/06/2003 - 21:07#4
XtPopdown requires a subclass of shellWidgetClass
Yes it does. It sounds like you fixed this problem, how do I get the fix?
Thanks,
Bob
Thu, 11/06/2003 - 21:20#5
XtPopdown requires a subclass of shellWidgetClass
I`m not familiar with this CVS Repository. How do I go about getting this patch? Do I have to download the source code and rebuild Motif? I`m not sure how to do that.
Thanks,
Bob