Beno�t Smith wrote:
>
> Greetings,
>
> I recently tried to bring a software from Solaris (featuring Motif) to
> Linux (feat. LessTif), but it looks like the ScrolledWindow,
> ScrolledText & ScrolledList widgets ignore any changes I make regarding
> the values of the XmNx & XmNy resources: whichever values I give, the
> widgets are always drawn from the upper-left corner of the main window
> (XmNx = XmNy = 0 ?!!!). The initial values are given in a UIL file.
Hmmm, UIL is not [yet?] really supported in lesstif.
Have you tried giving the values using -xrm on the command line ?
e.g. myprog -xrm "*.myscrolledwidget.x : 100 "
CP