[Mono-list] different behaviour when running foo.exe and mono foo.exe

Jonathan Pobst monkey at jpobst.com
Fri Jan 26 09:38:35 EST 2007


Hey Jansen, keyboard navigation, including shortcut keys, is not 
implemented yet for the ToolStrip or MenuStrip.  I went ahead and 
stubbed the method so people could compile their apps easier, but it 
doesn't actually do anything yet.  This will be one of my goals for the 
1.2.4 release.

jon


Jansen Bart wrote:
> Hi all,
> 
>  
> 
> I just discovered mono and I’m very impressed by it.
> 
> I managed to get my C# application running which I developed before 
> using the Microsoft stuff.
> 
>  
> 
> Compilation with gmcs went fine.  Running foo.exe also goes fine, but 
> running mono foo.exe yields some problems.
> 
>  
> 
> In particular, the shortcut to a toolstripmenuitem is not working, i.e. 
> the ctrl-B key stroke is not handled.
> 
>  
> 
> [this.evaluateBufferToolStripMenuItem.ShortcutKeys = 
> ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | 
> System.Windows.Forms.Keys.B)));]
> 
>  
> 
> Any suggestions on why this is not working under mono?
> 
>  
> 
> Kind regards.
> 
>  
> 
> Bart
> 
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list