Re: [Mono-winforms-list] Mouse position question

2009-12-27 Thread Stefanos Apostolopoulos
On your mouse event handler, divide the current mouse position by the window size. This will give you two floating point values between 0 and 1, where 0 means the top or left edge of the window and 1 the bottom or right edge. The point (x, y) = (0.5, 0.5) is the exact center of the window.

[Mono-dev] monowrap.cs patch

2009-12-27 Thread Lucas Meijer
Hey, The attached patch makes monowrap work on windows machines whose user has a space in its name. It turns out MSBuild places its responsefile in the users' temp folder, which almost always will have a space in its name (C:\Users\Lucas Meijer\Temp). The patch assumes that when it finds a

[Mono-dev] Developer Request

2009-12-27 Thread saravanan
Hi everyone, I am Saravanan, a Post Grad student. I have programming skills in .NET. I would like to contribute to Mono on the implementation of JQuery modules or developing an IDE for javascript,CSS. I have all the list of keywords and functions for the javascript and I am learning

[Mono-dev] Mono Daily Packages stopped

2009-12-27 Thread Daniel Morgan
The last day for the Mono Daily Packages is 2009-12-15. http://mono.ximian.com/daily/ Can someone fix this please? Or does it only get created when there is a breaking change in the runtime? ___ Mono-devel-list mailing list

[Mono-list] Npgsql 2.0.8 released!

2009-12-27 Thread Francisco Figueiredo Jr.
Hi, all!! The Npgsql Development Team is proud to announce the Npgsql2 2.0.8 release! Npgsql is a .Net Data provider written 100% in C# which allows .net programs to talk to postgresql backends. Npgsql is licensed under BSD. More info can be obtained from http://www.npgsql.org This release is a