XtPopdown requires a subclass of shellWidgetClass

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

6 posts / 0 new
Last post
XtPopdown requires a subclass of shellWidgetClass

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 ›

Anonymous

Thu, 11/06/2003 - 18:19#1

XtPopdown requires a subclass of shellWidgetClass

sounds like

http//bugs.motifzone.net/show_bug.cgi?id=1232

Anonymous

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

Anonymous

Thu, 11/06/2003 - 20:09#3

XtPopdown requires a subclass of shellWidgetClass

http//motifzone.org/cvs/?group_id=4

Anonymous

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

Anonymous

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