Re: [Mono-winforms-list] Three State Checkbox and other items on Linux

2010-04-17 Thread Jonathan Pobst
>> If you want to see the blob (this is the program I'm talking about >> running on Windows, go to http://www.awce.com/gp3ez and pause the video >> at 1:33. The LED box has a green blob in it and then I check it "on". On >> Linux the box has a check in it at both points, its just the first check >>

Re: [Mono-winforms-list] TreeView.TreeViewNodeSorter seem to have no effect

2010-04-17 Thread Carlos Alberto Cortez
Hey! This should be fixed in rev 155655 (svn). Thanks, Carlos. 2010/3/24 Latif Khalifa > I finally managed to figure out under what circumstances the bug > shows. I have a single root node, creatively labeled "root". In that > case TreeView ignores the sorter and sorts alphabetically. Here is

Re: [Mono-winforms-list] Can't get form controls to show

2010-04-17 Thread Robert Jordan
On 17.04.2010 16:36, Steve Ricketts wrote: > But that doesn't work either. What am I doing wrong? Just in case you're still wondering why you didn't get responses so far: *No one* will try to reproduce your issues w/out a self-contained test case provided by yourself. For a start, this is test

Re: [Mono-winforms-list] Can't get form controls to show

2010-04-17 Thread Stifu
This sounds like a bug. What you're doing is supposed to work, according to this: http://mono-project.com/FAQ:_Winforms#My_multithreaded_application_crashes_or_locks_up Feel free to file a bug report with a test case. Steve Ricketts wrote: > > I want to make certain controls visible on a form

[Mono-winforms-list] Can't get form controls to show

2010-04-17 Thread Steve Ricketts
I want to make certain controls visible on a form after certain events have happened. I use BackgroundWorker to avoid the treading issues but the controls never appear on the form. I set a breakpoint on setLogonValues and it does break and each of lines in that function are executed, but they ne

Re: [Mono-winforms-list] Is this forum working correctly?

2010-04-17 Thread Steve Ricketts
I guess "Buggy" is right... but this one worked anyway. I was beginning to wonder. Now if I could only get an answer to my webbrowser question... ;-) -- View this message in context: http://n4.nabble.com/Is-this-forum-working-correctly-tp2013623p2014043.html Sent from the Mono - WinForms maili

Re: [Mono-winforms-list] Three State Checkbox and other items on Linux

2010-04-17 Thread Paul
Hi, Quick check on msdn... > If you want to see the blob (this is the program I'm talking about > running on Windows, go to http://www.awce.com/gp3ez and pause the video > at 1:33. The LED box has a green blob in it and then I check it "on". On > Linux the box has a check in it at both points, it