Re: [Mono-winforms-list] Very slow performance in WinForms ListView

2008-11-28 Thread Stifu
Hello, When testing on Windows, were you testing with the Microsoft .NET framework, or Mono? Anyway, if you find significant performance problems, then report a bug with all the details (http://mono-project.com/Bugs). There are a couple of ListView bugs already reported, but yours is apparently

[Mono-winforms-list] Possible problem in 2.2 with file dialogs

2008-11-28 Thread Paul
Hi, I have a very simple OpenFileDialog method which filters filetypes. Only problem, it's not working. I'm not sure if it's me or mono - I've only done this once or twice before (I don't normally give people the choice of the file to load ;-p), so I'm not going to guess the error... private

Re: [Mono-winforms-list] Problem with using webbrowser

2008-11-28 Thread colder
I have the same problem. I even reinstall the newest firefox When I check my program with MoMA. There is a warning below: Calling Method Method with [MonoTodo] Reason void .ctor (Uri) void WebBrowser..ctor () Stub, not implemented Is the WebBrowser has not Constructor??? -- View this

Re: [Mono-winforms-list] Very slow performance in WinForms ListView

2008-11-28 Thread Ernesto
JvD a écrit : Hello, I'm new to Mono. I have downloaded and installed Mono2 onto Ubuntu V8.04. After that I wrote a small Winforms program adding 100 lines to a listview, repeating that for 10 times. Running the program on WindowsXP, adding 100 lines takes between 15 and 30 msec each time.

Re: [Mono-winforms-list] Possible problem in 2.2 with file dialogs

2008-11-28 Thread Alex Corrado
It looks like you need to do Text files (*.txt)|*.txt|All files (*.*)| *.* Note the asterisk before the .txt extension. Cheers! -Alex On Nov 28, 2008, at 9:42 AM, Paul wrote: Hi, I have a very simple OpenFileDialog method which filters filetypes. Only problem, it's not working. I'm