Error:no widgt:DX15/BX40/Motif12/HP1020/Orcl8

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

Questions about motif? Contact us

1 post / 0 new
Error:no widgt:DX15/BX40/Motif12/HP1020/Orcl8

Submitted by Anonymous on Mon, 10/22/2001 - 10:27.

Hello.
Suppose I have 2 files fileA_c.c and fileB_c.c

fileA_c.c
creates widgetA

fileB_c.c
creates widgetB
...
XtManageChild(widgetB);
XtAddCallback(widgetB, XmNvalueChangedCallback, BxManageCB, XtPointer"widgetA");

At runtime
Callback Error (BxManageCB)
Cannot find widget *widgetA

How do I get it to recognize my widgetA and display it?

Thanks, newdebugger