XmTextField Problem

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

Questions about motif? Contact us

1 post / 0 new
XmTextField Problem

Submitted by Anonymous on Thu, 12/07/2000 - 21:05.

I need to display spanish charater, for example, enia, but I cannot display it on the XmTextField using XmTextFieldSetString(), XmTextSetString and XtVaSetValues(). The error message is that this class canot support the spanish character.
Strange thing is I can type the character in the XmTextField. My font list is as follow.
-*-helvetica-bold-r-*-*-*-140-75-p-*-iso8859-1
If I use XmText with the same font list, I can display it using XmTextSetString() and tpe it in the XmText.
Please, help me.