[Mono-dev] Winforms breakages under 1.2.3

Marek Sieradzki marek.sieradzki at gmail.com
Mon Jan 29 03:33:10 EST 2007


On nie, 2007-01-28 at 23:58 +0000, Paul wrote:
> Hi,
> 
> I have an application built under VS.NET which runs fine. The code is
> supported happily in Mono (there is nothing in it which causes it to
> bork on compiling)
> 
> I've hit the following problems
> 
> (Under both Linux and Win32)
> 
> Number 1 - password properties.
> ===============================
> 
> password properties on a text box are broken.
> 
> I have the following code
> 
> this.tb_password.Enabled = false;
> // set up the name and position
> this.tb_password.PasswordChar = (char)'*';
> 
> Under 1.2.2, this would result in the tb_password textbox having all *'s
> inside, under 1.2.3, it's plain text.
> 
> Number 2. Resources problems
> ============================
> 
> Images set using global::progname.Properties.Resources.filename are not
> being recognised under 1.2.3 - not sure if they are under 1.2.2 (not
> tested this sort of code before). Works fine under VS.NET.
I think that you're using VS generated wrapper class that is accessing
resources files. Could you make a simple project that only uses
resources that way and attach it?

-- 
Marek Sieradzki <marek.sieradzki at gmail.com>




More information about the Mono-devel-list mailing list