Displaying 20 results from an estimated 10000 matches similar to: "Unicode madness"
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Apr 18
12
Update on SWIG
SWIG 1.3.29 isn''t going to cut it for us. We''ll have to wait until
1.3.30, unless I can hack together a nasty workaround for a problem with
the object tracking. It seem that each SWIG module gets its own hash
for tracking objects. This means that, for example, you create a find
dialog (in FindReplaceDialog.cpp) events you get from it (from
FindDialogEvent.cpp)
2006 Sep 24
4
SWIG exceptions
I was trying to fix the problem with wxImage and the char */unsigned
char * thing today and I was going to hand-write the functions to
translate between the two. While doing so I decided I''d clean up the
SWIG error message to make it more clear. Here''s an example
SWIG-generated argument error:
in method SetData'', argument 2 of type ''wxImage *''
2004 Apr 15
1
Re: wxRuby and Unicode
I think so (especially if you build from source), but I''m not 100% sure.
I''ll forward this to the wxRuby user''s ML -- Kevin Smith probably knows.
Curt
> -----Original Message-----
> From: Wayne Magor [mailto:wemagor@hotmail.com]
> Sent: Thursday, April 15, 2004 12:19 AM
> To: ruby-talk ML
> Subject: wxRuby and Unicode
>
>
> Is it possible to
2006 Sep 12
1
wx/wx.h
We include wx/wx.h in a lot of places. It seems from a (very) cursory
examination that the current method is to include wx/wxprec.h. Seems to
work fine including wx/wx.h so this may be entirely a non-issue. Does
anyone have any feelings on this?
Roy
2006 Oct 19
0
[690] trunk/wxruby2/samples/text/unicode.rb: Placed controls within a panel so they appear on the correct themed background
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
Hello,
Sorry for bothering You with so many questions, but I''m trying to build
wxruby from svn and wxWindgets 2.8.8 using Visual C++ 2008 Express
Edition.
I builded wxWindgets following instructions
http://wiki.wxwidgets.org/Compiling_WxWidgets and
http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets
It compiled without any errors.
But on linking step of wxruby build process error
2005 Sep 24
2
Interesting Link...
http://visualwx.altervista.org/
A visual builder for wxWindows that purports to support Ruby. I''ll play
with this some and see if I can design projects that work with wxRuby2.
Roy
2006 Sep 06
12
Patch to wxWindow.h
This patch fixes background color problems (at least on Windows). It
uses the dreaded ''FIXME''
My plan for next weekend is to try building wxPython from the source to
see how they manage to achieve several things with SWIG that we''re not
(yet) able to. If I''m successful it might lead to wrapping a
significant portion of wxWidgets more correctly than
2006 Sep 17
3
ruby-lang.org
How''d we get listed on the top page of projects for Ruby? (See right
side below ''Top Ruby Projects'')
:)
Roy
2006 Oct 05
8
samples
What do you think about adding a shebang line to the samples so they can
be launched on linux/mac like you can on windows?
Roy
2006 Aug 13
1
Ruport Day
Here''s an idea we might want to look at just after we do the alpha release:
http://ruport.infogami.com/RuportDay2006
The basic premise is 24 hours of testing, debugging and coding focused
on one app. They announced to the ruby mailing lists and have prizes
they arranged (Could we get a sponsor? I don''t know.) Personally, I
think prize money opens a can of worms. But a
2006 Aug 18
1
Compiling problem on Windows
Something recent has caused a change in the Windows compilation. I''m
now getting:
C:\RubyDev\wxWidgets-2.6.3/include\wx/platform.h(190) : fatal error
C1083: Cannot open include file: ''wx/setup.h'': No such file or directory
I didn''t get this before I pulled the latest files. I don''t see
anything obvious that would have changed this and
2006 Aug 24
4
SWIG
I decided to try my hand at hacking SWIG and successfully produced a
patch that fixes the error I demonstrated. I''m not -positive- it''s
correct for all cases but I''ll re-run my version of SWIG over the
library and see how things turn out.
Roy
2006 Aug 22
3
Intriguing developments
Non-debug build of wxRuby allows the tip of the day to be visible on
Windows. Also, I get the caret example crashes with page-up on Windows
with the ANSI build of wxWindows. I may try the unicode build to see
how that works.
I''ve been up to my eyeballs working on a release of my company''s
software. Once that''s out the door I can hopefully put a few more
cycles
2007 Sep 11
1
wxRuby 1.9.1, wxSugar 0.1.17
I''m very happy to announce that new versions of wxRuby and wxSugar are
now available.
== CHANGES ==
* Merged nice ruby-style syntax options into core wxRuby
* Re-added support for StyledTextCtrl (Scintilla) component
* Added BitmapComboBox and RendererNative classes
* Fixed nasty bug which could cause instability in XML-loaded layouts
* Numerous other fixes and new methods in existing
2007 Mar 19
0
wxruby2-preview 0.0.39 is released
Hi all
You''ve probably already clicked that 0.0.39 is available now in source
and binaries for all the major platforms. This recommended upgrade is at:
http://rubyforge.org/frs/?group_id=35&release_id=10372
= MAJOR CHANGES
* lots of big and small bugfixes
* New widget classes: ScrollBar, PasswordEntryDialog, MultiChoiceDialog
* New misc classes: GridBagSizer, AcceleratorTable,
2006 Oct 15
2
[Fwd: [ wxruby-Bugs-6144 ] error: cast from ‘void*’ to ‘int’ loses precision]
I think we can mark this bug closed and check in the patch. Anyone have
any concerns/questions before I do?
Roy
-------- Original Message --------
Subject: [ wxruby-Bugs-6144 ] error: cast from ?void*? to ?int? loses
precision
Date: Sun, 15 Oct 2006 08:37:31 -0400 (EDT)
From: <noreply at rubyforge.org>
To: noreply at rubyforge.org
Bugs item #6144, was opened at 2006-10-15 00:04
2008 Mar 04
2
How to build and test wxRuby
Greetings,
I''m using wxRuby2 to develop an app, and I''d like to have a build of
wxRuby2 to work from so that when I find something that doesn''t work,
I can maybe attempt to find out why and, who knows, maybe even submit
a patch once in a while. I should start by saying that I''m on Mac OS
X 10.5.2. What I''d like to do is to have this build of
2005 Sep 15
5
wxScintilla vs. StyledTextControl
There is a contribution called ''stc'' (StyledTextControl) that comes with
wxWidgets. It appears that this is -also- a wrapper around Scintilla.
I can''t tell if one or the other of these two is a better choice or if
there''s a particular reason to favor one over the other. I can see that
having the source available right there in the contrib directory would