Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to add xrtpds_2.4.0 widgets to Builder's Xcessory (BX). When I bring up BX 6.2.2, I get several wml errors like the following example:

wml: no XtLiteral specified to name the widget class to use "XrtTable"
Defaulting to xmManagerWidgetClass ...

What I have tried:

I followed the directions given in https://motif.ics.com/support/docs/table-contents-1. I got it mostly working (e.g., XRT Icons have been added to the palette, I can create an XrtTable, etc.). However, I'm not sure why I get the above errors, and what the ramifications of getting these errors are. For the above, I have the following specified in xrt.wml:
Class 
    "XtXrtTable" : Widget {
        SuperClass  = "XmManager";
        XtLiteral   = "xmXrtTableWidgetClass";
        IncludeFile = "<Xrt/XrtTable.h>"
        ...
    };
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900