Search found 18 matches

by xenomorph
Fri Jan 07, 2005 10:43 pm
Forum: wx.NET
Topic: important bug
Replies: 6
Views: 4138

I've already found the error... (my fault) In wx.NET/Src/wx.NET/wxString.cs change public char this[long i] { get {return System.Convert.ToChar(wxString_CharAtInt(wxObject, (uint)i)); } } to public char this[long i] { #if __WXMSW__ get { return wxString_CharAt(wxObject, (uint)i); } #else get {return...
by xenomorph
Fri Jan 07, 2005 8:18 pm
Forum: wx.NET
Topic: important bug
Replies: 6
Views: 4138

Re: important bug

[quote="xml"]if we put a char like
by xenomorph
Fri Jan 07, 2005 8:15 pm
Forum: wx.NET
Topic: important bug
Replies: 6
Views: 4138

iirc, it's even more of a bug in wxGTK, that won't render any of the text at all when it encounters a bad character. (As opposed to a placeholder char) I can't reproduce this behaviour on my Debian system (TestCrash works fine, no crash at all). Every "bad" character gets displayed... Gre...
by xenomorph
Fri Dec 31, 2004 5:19 pm
Forum: wx.NET
Topic: scrollbars
Replies: 2
Views: 2448

Re: scrollbars

xml wrote: how do i retrieve the maximum, minimum and current value of a scrollbar.
Scrollbar.Range, 0 (zero), Scrollbar.ThumbPosition

Greetings
Xenomorph 8)
by xenomorph
Fri Dec 31, 2004 5:09 pm
Forum: wx.NET
Topic: wx.net 0.6 bug
Replies: 2
Views: 2380

I can't reproduce this error, no crash after changing the dnd sample.

What OS do you use ??

Greetings
Xenomorph 8)
by xenomorph
Sat Dec 18, 2004 8:06 pm
Forum: wx.NET
Topic: wx.NET 0.6
Replies: 0
Views: 1852

wx.NET 0.6

Announcing wx.NET v0.6.0 is now available for download in either <a href="http://wxnet.sourceforge.net/source.html">source</a> form or <a href="http://wxnet.sourceforge.net/binary.html">binary</a> packages for Linux, MacOS X, and Windows. Please review the <a href="http://w...
by xenomorph
Sat Dec 18, 2004 8:05 pm
Forum: Announcements and Discoveries
Topic: wx.NET 0.6
Replies: 0
Views: 1330

wx.NET 0.6

Announcing wx.NET v0.6.0 is now available for download in either <a href="http://wxnet.sourceforge.net/source.html">source</a> form or <a href="http://wxnet.sourceforge.net/binary.html">binary</a> packages for Linux, MacOS X, and Windows. Please review the <a href="http://w...
by xenomorph
Mon Dec 13, 2004 5:04 pm
Forum: wx.NET
Topic: Problem compiling wxnet 2.5: styledtextctrl.cxx:36: error
Replies: 2
Views: 2378

Only the cvs version of wx.NET works with wxWidgets 2.5.3.

A new wx.NET version (0.6) will be released in the next days...

Greetings
Xenomorph 8)
by xenomorph
Fri Oct 29, 2004 7:52 pm
Forum: wx.NET
Topic: retrieve the frame's widget collection
Replies: 6
Views: 4433

Bryan Bulten wrote:wxWidgets has a wxWindow::GetChildren, but this has not been ported to wx.NET yet.
But it will be in the next release :roll:

Greetings
Xenomorph 8)
by xenomorph
Fri Oct 29, 2004 7:47 pm
Forum: wx.NET
Topic: Error in CVS compilation
Replies: 1
Views: 1976

Remove the line "Accelerator.cs" in Src/wx.NET/premake.lua and "accel.cxx" in Src/wx-c/premake.lua.

I do not have a Mac to check if the latest cvs changes, that I've made, work.

Greetings
Xenomorph 8)
by xenomorph
Fri Oct 29, 2004 7:42 pm
Forum: wx.NET
Topic: retrieve the frame's widget collection
Replies: 6
Views: 4433

I don't think the wxnet developers look here - have you tried the mailing list? Please, do me a favour... Calm down :) We are not getting paid for developing wx.NET and we do all the work for wx.NET in our spare time. So, if someone doesn't answer directly that doesn't mean that we do not look in h...
by xenomorph
Fri Oct 29, 2004 7:32 pm
Forum: wx.NET
Topic: Error with wxEvent_EVT_COMMAND_TAB_SEL_CHANGED CVS
Replies: 7
Views: 4429

Re: Error with wxEvent_EVT_COMMAND_TAB_SEL_CHANGED CVS

I am getting the following error when using the CVS version of wxNet on OSX trying to run an application that has a TabControl: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for wx.Event ---> System.EntryPointNotFoundException: wxEvent_EVT_...
by xenomorph
Sat Oct 16, 2004 7:16 am
Forum: wx.NET
Topic: Tecnique for multilingual app compatible with mono/ms.net
Replies: 3
Views: 2986

System.Resources does work in mono. Only the docs are missing...

Greetings
Xenomorph 8)
by xenomorph
Fri Oct 08, 2004 6:02 pm
Forum: wx.NET
Topic: Convert System.Windows.Forms controls to wx.NET controls
Replies: 1
Views: 2500

Convert System.Windows.Forms controls to wx.NET controls

Hi...

Pedro Cardoso has released a utility that converts System.Windows.Forms controls to wx.NET controls.

You can find it at http://swfwidgets.pt.vu/.

Greetings
Xenomorph 8)
by xenomorph
Fri Oct 08, 2004 5:49 pm
Forum: General Forum Issues
Topic: .NET forum for wx.NET
Replies: 7
Views: 3520

Thank you !!!

Greetings
Xenomorph 8)