Hallo, Thanks in advance, - Pete |
|||
|
User login |
|
|
All trademarks and copyrights on this page are properties of their respective owners. The rest is copyright © Integrated Computer Solutions Inc., 2003 - 2012 |
Anonymous
XmTextField
try
XmText only XmNautoShowCursorPosition, FALSE,
XmText and XmTextField XmNcursorPositionVisible, FALSE,
change the values as you change focus
Anonymous
XmTextField
Nope. I have this problem too. Tried flipping XmNcursorPositionVisible when getting/losing focus, tried extra XmTextSetString() as per earlier post... still when I first click in an XmText, there is an ugly gray bar on the far left.
Anonymous
XmTextField
Hallo,
I added code to change XmNcursorPositionVisible in the focus callbacks. It worked for the focus callback, but not for losing focus, so I just put the code to make it invisible in the focus callback of all the other widgets. It works most of the time which is close enough for the time being. I`m using Lesstif, don`t know if that makes any difference.
- Pete