From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <34m97t4251eq3j6f8cvjgk4135mcclr14b@4ax.com> References: <3a702b3d DOT 3095909 AT news DOT iafrica DOT com DOT na> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 37 X-Trace: /bGnt5U/4sQX2RrWH+CaTufj/XZKjw3D8EGYcLvAUHaKF7NG4romzHN0zu+kxGqgdC0LzdWFt6Fq!ATkB8jNkeLsT1QcvGZrROeR7btATX0e5u0koq6I2cCUa0mZ8HUtMvXAdB7Qtn4zRvbzrMDMwaf0S!G/TqJQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Mon, 29 Jan 2001 02:39:57 GMT Distribution: world Date: Mon, 29 Jan 2001 02:39:57 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 25 Jan 2001 14:15:38 GMT, cobuskickass AT hotmail DOT com (Thee Prodigist) wrote: >wassup >====== > >I know this newsgroup doesn't have to do with Allegro, but I figured >that most people that have DJGPP also have Allegro. Not necessarily. >I think someone ought to open an Allegro newsgroup anyway >(if there isn't already one). Allegro mailing list: http://www.talula.demon.co.uk/allegro/maillist.html >So, can anyone that have Allegro please tell me if and how one can >make an editable textbox with wordrapping. so that I can use it for >something like an Notepad kinda Word editor. I can't use "d_edit_proc" >'cause although I make the height of the box more than that of one >text line, i'm still only able to input text to the first line of the >box - meaning that when the sentence is longer than the lenght of the >box it doesn't go on to the next line. >Using "d_textbox_proc" does everything I want, but it's NOT EDITABLE. You'll have to write your own text editor as an Allegro control. You may want to try turning some other small editor (search Freshmeat.net) into an Allegro control. --