From: cobuskickass AT hotmail DOT com (Thee Prodigist) Newsgroups: comp.os.msdos.djgpp Subject: Allegro Date: Thu, 25 Jan 2001 14:15:38 GMT Lines: 21 Message-ID: <3a702b3d.3095909@news.iafrica.com.na> X-Trace: nnrp01.ops.uunet.co.za 980432250 49119 196.31.246.154 (25 Jan 2001 14:17:30 GMT) X-Complaints-To: abuse AT uunet DOT co DOT za X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wassup ====== I know this newsgroup doesn't have to do with Allegro, but I figured that most people that have DJGPP also have Allegro. I think someone ought to open an Allegro newsgroup anyway (if there isn't already one). 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. Please, can anyone help. Thanx in advance.