Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ANDREW.CMU.EDU!yt07+ From: yt07+@ANDREW.CMU.EDU (Yin-Cheng Tsai) Newsgroups: comp.windows.x Subject: Did I miss something to deal with the text widget? Message-ID: Date: 1 Sep 88 20:39:54 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 20 I try to figure out the I/O control of the string input on the text widget. However, no matter how I imagine, I can't screw up all the stuff. Question 1. The text widget only accepts 100 characters, which are caused by InsertChar procedure (#define STRBUFSIZE 100). Why can't I type more char's into the widget? Does that mean the widget can only accept 100 char's totally? Question 2. The newline procedure in text widget does nothing about string output. How can I get the string displayed on that widget right after I press the ENTER key? I need to parse that string to get what the user needs. Question 3. Doesn't SUN4/260 support the TrueColor? What classes of the visuals does it support? I am curious about that. Thank all the friends on the xpert board. You all are so kind. -- tsai yt07+@andrew.cmu.edu