dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]GUI, System.Drawing and custom widgets


From: Rhys Weatherley
Subject: Re: [DotGNU]GUI, System.Drawing and custom widgets
Date: Thu, 12 Jun 2003 17:33:21 +1000
User-agent: KMail/1.4.3

On Thursday 12 June 2003 05:13 pm, Simon Guindon wrote:
> Ok so I tried your new code and I tried VS.NET, the same demo I did, but
> dropped a button on the form and no go.  No errors mind you, but I don't
> see a button anywhere.

It's there, but just not visible. :-)

Adding a "this.button1.Show()" fixed it.

Looks like my assumption that controls are hidden by default until explicitly 
shown was incorrect.  I'll investigate further and commit a patch shortly.

> If you need any VS.NET generated test cases just ask, it's a matter of
> minutes usually to get the IDE to do something.

Please do.  If you could create a number of test cases, with one type of 
control on each, and some hooked-up events for each case, that would be cool. 

Also, create a "password dialog" form, with labels, text boxes, OK and Cancel 
buttons, and some validation logic.  That should get us going.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]