Re: [Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread Stifu
Alright. Now, honestly, your best bet to get the bug fixed would be to dive into the WinForms source code and fix it yourself. The Mono team doesn't work on WinForms anymore, it's the community that makes it live on. I don't have a Mac, so can't help you much, but if you can come up with a patch, I

Re: [Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread coreysteffen
Tried it on Mono on Windows and it works Ok there. So it appears to be Mac only. Thanks. -- View this message in context: http://mono.1490590.n4.nabble.com/ListView-Context-menu-on-Mac-tp3633352p3633922.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _

Re: [Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread Stifu
Alright. Then I suggest you try it with Mono on Windows. That'll tell you whether the bug you found is Mac only, or affects all OSes. coreysteffen wrote: > > Sorry. I meant with .NET on Win7. > -- View this message in context: http://mono.1490590.n4.nabble.com/ListView-Context-menu-on-Mac-t

Re: [Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread coreysteffen
Sorry. I meant with .NET on Win7. -- View this message in context: http://mono.1490590.n4.nabble.com/ListView-Context-menu-on-Mac-tp3633352p3633671.html Sent from the Mono - WinForms mailing list archive at Nabble.com. ___ Mono-winforms-list maillist

Re: [Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread Stifu
I see you posted a bug about this. You say it works on Windows 7 ; do you mean with .NET or with Mono? coreysteffen wrote: > > I'm porting a WinForms app to Mac OS X (10.6.7). I'm using MonoDevelop > 2.4.2 (Mono 2.10.1). Context menus assigned to ListView controls work > fine on Windows, but d

[Mono-winforms-list] ListView: Context menu on Mac?

2011-06-29 Thread coreysteffen
I'm porting a WinForms app to Mac OS X (10.6.7). I'm using MonoDevelop 2.4.2 (Mono 2.10.1). Context menus assigned to ListView controls work fine on Windows, but do not display when running on Mac OS X. I've tested other controls (ListBox, TreeView) and it appears to only be a ListView problem.