XmFileSelectionBox

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

Questions about motif? Contact us

1 post / 0 new
XmFileSelectionBox

Submitted by Anonymous on Wed, 08/29/2001 - 19:59.

I`m trying to use the XmFileSelectionBox in a non-latin character set locale (chinese). Unfortunately, when motif (open motif 2.1.30) displays the FSB widget I get the following message (repeated many times) in my terminal window

Warning
Name Text
Class XmTextField
Character `xxx` not supported in font. Discarded.

where xxx is some number (i.e. 103, 120, 57, etc).

The result of this being that, while the directory list (which IS in a latin character set) does display correctly, an action upon it does not. If I double click on a directory name, the directory does not change. Conversely the "Filter" (XmNpattern) text does not display correctly, but the files in the file selection area are filtered correctly.

I`ve tried forcing a particular font for the text fields using
XtSetArg(arg[ac], XmNtestFontList, MyFontSet); ac++

This does not seem to have any effect.

Any suggestions would be greatly appreciated.

Rob