Submitted by Anonymous on Fri, 04/27/2001 - 08:24.
I`m developing in Motif since last four months
on a highly motif-oriented project.
Herein the trouble that I`m facing with the XmScrolledWindow is such I`ve a hiererchical structure. A form widget hosts a XmScrolledWindow which hosts XmList as the workWindow. It has not been created using XmCreateScrolledList. A uil generator has been used to create the initial interface. When I see first see the contents of XmList within the scrolledWindow, the last column shows two characters truncated. If I resize the parent form widget then the complete column is visible.
XmNscrollingPolicy has not been set in code so the default taken is XmAPPLICATION_DEFINED.
and hence the XmNvisualPolicy is XmVARIABLE.
Assuming above resources the clipping/truncation of last two characters should not be there. Still its occurring and I`m unable to locate the reason.
Please help.