[Mono-winforms-list] Mono 1.1.5 on SuSE 9.2
Paul
paul@all-the-johnsons.co.uk
Thu, 24 Mar 2005 16:44:30 +0000
--=-mZY4Dmd/3hUTTiHW0d+f
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Hi,
> > I installed SuSE 9.2 (not full) with Mono (1.1.4 first 1.1.5 after). I =
had got several easy problems and then two hard remained.
>=20
> Can you post in a place publically accessible in Internet the source
> code of this sample that is giving you trouble?
Public Class Form1
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As
Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form
Designer
'It can be modified using the Windows Form Designer. =20
'Do not modify it using the code editor.
Friend WithEvents Label1 As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()
Me.Label1 =3D New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Location =3D New System.Drawing.Point(112, 112)
Me.Label1.Name =3D "Label1"
Me.Label1.TabIndex =3D 0
Me.Label1.Text =3D "Hello!!"
'
'Form1
'
Me.AutoScaleBaseSize =3D New System.Drawing.Size(5, 13)
Me.ClientSize =3D New System.Drawing.Size(292, 273)
Me.Controls.AddRange(New System.Windows.Forms.Control()
{Me.Label1})
Me.Name =3D "Form1"
Me.Text =3D "Form1"
Me.ResumeLayout(False)
End Sub
#End Region
End Class
This won't compile under the current build from svn, but the binary is
happy.
TTFN
Paul
--=20
"It is often said that something cannot be libel if it is the truth.
This has had to be amended to 'something cannot be libel if it is the
truth or if the bank balance says otherwise'" - US Today
--=-mZY4Dmd/3hUTTiHW0d+f
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBCQu5uusSVe5EZv3wRAgEUAJ0fQmQLLa3nWY5W6/+58aTK0mHm5QCeKmAr
kpPLO1Tyu+PryjeDTOwRliI=
=/UK5
-----END PGP SIGNATURE-----
--=-mZY4Dmd/3hUTTiHW0d+f--