[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] winforms not working anymore on OSX
From: |
Enrique Zamudio |
Subject: |
Re: [Pnet-developers] winforms not working anymore on OSX |
Date: |
Tue, 15 Jul 2003 17:35:41 -0500 |
User-agent: |
Microsoft-Entourage/10.0.0.1309 |
"Rhys Weatherley" <address@hidden> wrote:
> On Wednesday 16 July 2003 06:02 am, Enrique Zamudio wrote:
>
>> does it have anything to do with this new stuff about PPC unroller, or
>> threads or something?
>
> I've temporarily disabled the PPC register assignment I added a few days ago.
> I can't guarantee that this will fix it, but it is worth a try. Let me know
> if it works or not.
>
still nothing... by adding some WriteLine's I could manage to get this:
Uncaught exception: System.NullReferenceException
at System.Windows.Forms.Form.CreateToolkitWindow(?) in ./Form.cs:563
at System.Windows.Forms.Control.CreateHandle(?) in ./Control.cs:1381
at System.Windows.Forms.Form.CreateHandle(?) in ./Form.cs:933
at System.Windows.Forms.Control.CreateControlInner(?) in
./Control.cs:1321
at System.Windows.Forms.Control.CreateControl(?) in
./Control.cs:1316
at System.Windows.Forms.Control.OnVisibleChanged(?) in
./Control.cs:3910
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(?) in
./ScrollableControl.cs:186
at System.Windows.Forms.Form.OnVisibleChanged(?) in ./Form.cs:1168
at System.Windows.Forms.Control.SetVisibleCore(?) in
./Control.cs:2351
at System.Windows.Forms.Form.SetVisibleCore(?) in ./Form.cs:1252
at System.Windows.Forms.Control.set_Visible(?) in ./Control.cs:1169
at System.Windows.Forms.Control.Show(?) in ./Control.cs:2364
at System.Windows.Forms.Application.RunMessageLoop(?) in
./Application.cs:350
at System.Windows.Forms.Application.Run(?) in ./Application.cs:447
at Ventanas.main(?)
Bus error
I was able to create a Form with some controls in it, but when I call
Application.run() that exception occurs and then I get the bus error. This
is with one of my test programs, which by the way, wasn't able to create a
TextBox. I get this exception:
Uncaught exception: Xsharp.XException
at Xsharp.InputOnlyWidget..ctor(?) in ./InputOnlyWidget.cs:169
at Xsharp.InputOutputWidget..ctor(?)
at Xsharp.OverrideWindow..ctor(?)
at Xsharp.PopupWindow..ctor(?)
at System.Drawing.Toolkit.DrawingPopupWindow..ctor(?)
at System.Drawing.Toolkit.DrawingToolkit.CreatePopupWindow(?) in
./DrawingToolkit.cs:371
at System.Drawing.Graphics.get_DefaultGraphics(?) in
./Graphics.cs:2717
at System.Drawing.Font.GetHeight(?) in ./Font.cs:419
at System.Drawing.Font.get_Height(?) in ./Font.cs:188
at System.Windows.Forms.Control.get_FontHeight(?) in
./Control.cs:603
at System.Windows.Forms.TextBoxBase.get_PreferredHeight(?) in
./TextBoxBase.cs:248
at System.Windows.Forms.TextBoxBase.get_DefaultSize(?) in
./TextBoxBase.cs:148
at System.Windows.Forms.Control..ctor(?) in ./Control.cs:94
at System.Windows.Forms.TextBoxBase..ctor(?)
at System.Windows.Forms.TextBox..ctor(?)
at Ventanas..ctor(?)
at Ventanas.main(?)
Bus error
this comes up when calling the TextBox's no-arg constructor.
I don't know if anyone else is getting something similar on other
platforms...
eZL
- [Pnet-developers] winforms not working anymore on OSX, Enrique Zamudio, 2003/07/15
- Re: [Pnet-developers] winforms not working anymore on OSX, Rhys Weatherley, 2003/07/15
- Re: [Pnet-developers] winforms not working anymore on OSX,
Enrique Zamudio <=
- Re: [Pnet-developers] winforms not working anymore on OSX, Gopal V, 2003/07/17
- Re: [Pnet-developers] winforms not working anymore on OSX, Enrique Zamudio, 2003/07/17
- Re: [Pnet-developers] winforms not working anymore on OSX, Gopal V, 2003/07/17
- Re: [Pnet-developers] winforms not working anymore on OSX, Rhys Weatherley, 2003/07/17
- Re: [Pnet-developers] winforms not working anymore on OSX, Enrique Zamudio, 2003/07/17
- Re: [Pnet-developers] winforms not working anymore on OSX, Gopal V, 2003/07/18
- Re: [Pnet-developers] winforms not working anymore on OSX, Enrique Zamudio, 2003/07/18