Thanks for the report; I think I've fixed the problem (which was related to a few other scrolling problems). I've also made it so the cursor is always visible, though it sometimes flickers. The diff has been updated. Hopefully I can work with Micah to provide this as its own branch soon.
Thanks again, and please keep letting me know bugs or any feedback! -Chuck On Wed, Jul 31, 2002 at 03:53:00PM +0200, Philippe Ney wrote: > > I finished a draft of a text editing widget. Multi-line, scrolling, > > get/set text, change font, writeable or read-only. It's just an early > > version and is bound to contain all sorts of bugs, but it's still nice > > to have something to play with; I welcome feedback. Patches from: > > > > http://www.bluemug.com/~cgroom/textedit_pgserver.diff (for pgserver) > > http://www.bluemug.com/~cgroom/textedit_apps.diff (sample app) > > > > Note that you'll have to rebuild the client library, too. > > Hi, > I tested it ... works well but ... a little bug is present > > Reproduce it with: > 1- Write more text than the window height (-> scrolling visible) > 2- Erase text -> the cursor go higher than the textbox -> seg fault > > Maybe you try to place the cursor outside of the window ??? > > By the way, when you start erasing, the rest of the text disapear ... > and sometimes reapear ... > > This occure w/ and w/o the toolbar > > Here is the gdb trace > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1024 (LWP 11637)] > 0x080620c8 in wrap (widget=0x80be184, b=0x80be2f4, p=0x80bf324, > a_ll=0x80bf35c) at textedit_logical.c:1445 > 1445 if (!break_char(block_char_at(b, t_offset - 1))) { > (gdb) > > > -philippe ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
