Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!caen!sdd.hp.com!wuarchive!csus.edu!ucdavis!csusac!unify!openlook!openlook-request From: Amy.Moore@Corp.Sun.COM (Amy) Newsgroups: comp.windows.open-look Subject: Re: Need help with olit textFieldWidget Message-ID: <3w5saa7@openlook.Unify.Com> Date: 30 May 91 17:36:59 GMT Lines: 19 >> >> When I set the XtNstring value of a textfield widget, >>I want to be able to see the end of the string without having >>to scroll right. I tried setting XtNcursorPosition and >>XtNdisplayPosition, which are listed for another widget type, >>but they did not work. Does anyone know how to do this? In USL's OPEN LOOK 4.0 or Sun's OLIT2.5: The TextField widget is built using a TextEdit widget (which has the XtNcursorPosition and XtNdisplayPosition resources) - but to set those resources, you'll have to get the id of the textfield's TextEdit widget first...which you can access by doing a GetValues() for XtNtextEditWidget. Regards, Amy Moore aim@sun.com