Re: [Mono-winforms-list] RichTextBox problem in Mono 1.1.16

2006-07-14 Thread Bartosz Mosica
Hi! I've tested corrections in Mono 1.1.16.1 and this problem have been solved, good job. But I have found new bug in RichTextBox, but I couldn't create test case using only class methods. In attachment is general test case. You need use mouse to generate such exception. Try selecting text f

Re: [Mono-winforms-list] RichTextBox problem in Mono 1.1.16

2006-07-11 Thread Bartosz Mosica
Do you have a sample test case that we could debug against? Miguel Yes I've created it. In attachment is Windows Forms test application and simple rtf file. I've tested it on: Mono 1.1.13.8 - work properly Mono 1.1.16 - not working, exception Mono HEAD - not working, exception -- Ba

Re: [Mono-winforms-list] RichTextBox problem in Mono 1.1.16

2006-07-11 Thread Miguel de Icaza
Hello, > In the newest version of Mono 1.1.16 it doesn't work properly, > especially function LoadFile. In mono version 1.1.13.8 it works > correctly (i'm testing using vmware and ubuntu 5.10, so always the > same, clean environment). In newest version it throws exception when > trying load simple

[Mono-winforms-list] RichTextBox problem in Mono 1.1.16

2006-07-11 Thread Bartosz Mosica
Hi! I'm trying to port some windows application (with windows forms) to mono, and I have problem with RichTextBox. In the newest version of Mono 1.1.16 it doesn't work properly, especially function LoadFile. In mono version 1.1.13.8 it works correctly (i'm testing using vmware and ubuntu 5.10,