[Mono-list] Re quest to add links to the mono-project.com site

2009-02-22 Thread vronskij

Hi, 

I have created 2 new tutorials:

IronPython Mono Winforms tutorial
http://zetcode.com/tutorials/ironpythontutorial/

and 

GTK# tutorial 
http://zetcode.com/tutorials/gtksharptutorial/

I would like to ask someone, who has the necessary rights to add these links
to mono-project.com site, where appropriate.

thanks,

jan bodnar
-- 
View this message in context: 
http://www.nabble.com/Request-to-add-links-to-the-mono-project.com-site-tp21774223p21774223.html
Sent from the Mono - General mailing list archive at Nabble.com.

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-winforms-list] Cannot get border width of a form in IronPython

2009-01-31 Thread vronskij

   
 borderWidth = (self.Width - self.ClientSize.Width) / 2
 titleBarHeight = self.Height - self.ClientSize.Height - borderWidth

 print borderWidth
 print titleBarHeight

I get 0 and 0.

in C# 

int borderwidth = (this.Width - this.ClientSize.Width) / 2;
int titleBarHeight = this.Height - this.ClientSize.Height - borderWidth;

 Console.WriteLine(borderWidth);
 Console.WriteLine(titleBarHeight);

I get 4, 23. 

Looks like this is a bug in IronPython.
-- 
View this message in context: 
http://www.nabble.com/Cannot-get-border-width-of-a-form-in-IronPython-tp21762512p21762512.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] Cannot get border width of a form in IronPython

2009-01-31 Thread vronskij


I would get a NameError if I were not. 

However, I got it. This is my fault. I was getting these properties from 
a custom control (UserControl), not from a Form. 

Sorry.

jan bondar


Sandy Armstrong wrote:
 
 On 01/31/2009 03:44 AM, vronskij wrote:

   borderWidth = (self.Width - self.ClientSize.Width) / 2
   titleBarHeight = self.Height - self.ClientSize.Height - borderWidth

   print borderWidth
   print titleBarHeight

 I get 0 and 0.
 
 Are you really performing the print right after you set those variables? 
 If they're happening in different methods, you should probably prefix 
 with self..  Just a guess...
 
 Sandy
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 
 

-- 
View this message in context: 
http://www.nabble.com/Cannot-get-border-width-of-a-form-in-IronPython-tp21762512p21765521.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] Re quest to add a link to the mono-project.com site

2009-01-21 Thread vronskij

Thanks.

It would not be difficult, but currently I don't have Mac. 

jan bodnar


Yoav HaCohen wrote:
 
 Great tutorial!
 
 I think that a similar tutorial for Cocoa# can complete a cover of all  
 main three platforms.
 
 Yoav
 
 On  20 January, 2009, at 11:31 PM, vronskij wrote:
 

 I am currently finishing similar GTK# tutorial.

 Thanks.

 jan bodnar


 Jonathan Pobst wrote:

 Very nice, I added links to it on these pages:

 http://mono-project.com/Articles
 http://mono-project.com/Winforms

 Thank you for writing this great tutorial!
 Jonathan


 vronskij wrote:
 Hello,

 A tarball is already there. See the Introduction chapter.

 jan bodnar


 Paul F. Johnson wrote:
 Hi,

 I have created a non-trivial tutorial about Mono Winforms in C#.

 http://zetcode.com/tutorials/monowinformstutorial/
 It's quite a good set of tutorials, but I would ask for one thing  
 - can
 you please include a tarball / zip file with the images in? It  
 would
 certainly help!

 TTFN

 Paul
 -- 
 Sie können mich aufreizen und wirklich heiß machen!


 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list




 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list



 -- 
 View this message in context:
 http://www.nabble.com/Request-to-add-a-link-to-the-mono-project.com-site-tp21359934p21572099.html
 Sent from the Mono - WinForms mailing list archive at Nabble.com.

 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 
 

-- 
View this message in context: 
http://www.nabble.com/Request-to-add-a-link-to-the-mono-project.com-site-tp21359934p21579966.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] Re quest to add a link to the mono-project.com site

2009-01-20 Thread vronskij

I am currently finishing similar GTK# tutorial. 

Thanks.

jan bodnar


Jonathan Pobst wrote:
 
 Very nice, I added links to it on these pages:
 
 http://mono-project.com/Articles
 http://mono-project.com/Winforms
 
 Thank you for writing this great tutorial!
 Jonathan
 
 
 vronskij wrote:
 Hello, 
 
 A tarball is already there. See the Introduction chapter. 
 
 jan bodnar
 
 
 Paul F. Johnson wrote:
 Hi,

 I have created a non-trivial tutorial about Mono Winforms in C#.

 http://zetcode.com/tutorials/monowinformstutorial/
 It's quite a good set of tutorials, but I would ask for one thing - can
 you please include a tarball / zip file with the images in? It would
 certainly help!

 TTFN

 Paul
 -- 
 Sie können mich aufreizen und wirklich heiß machen!

  
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list


 
 
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 
 

-- 
View this message in context: 
http://www.nabble.com/Request-to-add-a-link-to-the-mono-project.com-site-tp21359934p21572099.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] Re quest to add a link to the mono-project.com site

2009-01-18 Thread vronskij

Hello, 

A tarball is already there. See the Introduction chapter. 

jan bodnar


Paul F. Johnson wrote:
 
 Hi,
 
 I have created a non-trivial tutorial about Mono Winforms in C#.
 
 http://zetcode.com/tutorials/monowinformstutorial/
 
 It's quite a good set of tutorials, but I would ask for one thing - can
 you please include a tarball / zip file with the images in? It would
 certainly help!
 
 TTFN
 
 Paul
 -- 
 Sie können mich aufreizen und wirklich heiß machen!
 
  
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 
 

-- 
View this message in context: 
http://www.nabble.com/Request-to-add-a-link-to-the-mono-project.com-site-tp21359934p21525859.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


[Mono-winforms-list] Re quest to add a link to the mono-project.com site

2009-01-16 Thread vronskij

Hello,

I have created a non-trivial tutorial about Mono Winforms in C#.

http://zetcode.com/tutorials/monowinformstutorial/

I would be glad, if someone, who has the rights, added a link to this
tutorial.
Probably to External Articles, or where suitable. 

thanks,

jan bodnar
-- 
View this message in context: 
http://www.nabble.com/Request-to-add-a-link-to-the-mono-project.com-site-tp21359934p21359934.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list