> 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: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel