Displaying 20 results from an estimated 30000 matches similar to: "unicode and log messages"
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
This is needed so that samples/etc/choice.rb shows the strings in the
choice box.
One of the few places that missed UTF8 convertion.
--- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2
+++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000
@@ -14,7 +14,7 @@
for(int i=0; i < $1; ++i)
{
VALUE thisItem = rb_ary_entry($input, i);
- $2[i] = (wxChar
2005 Jul 16
28
wxruby (was: Some questions)
Roy Sutton wrote (on the FreeRIDE list):
> Really? That''s interesting. I haven''t checked out WxRuby but I would
> be much happier using something that interfaces to the underlying
> operating system''s widgets.
As a member (and former leader) of the wxruby team, I thought I would
share the state of the wxruby world.
The current release is 0.6, and it has
2005 Aug 02
3
compile fix for wx2.6
building on ubuntu with wx2.6 gives only one error:
an argument type has changed from long to wxBitmapType in a
constructor of the wxIcon class.
These changes were needed to fix the build.
This brings up the question what is the status of the
swig/classes/include files which were generated using the xml extract
script which is no longer available in CVS.
Should that script be rerun using wx2.6
2005 Jun 26
10
wxruby + GTK2.0
I have a newly-installed Ubuntu linux box that I''m planning to use for
wxruby development (thanks for the advice on remote desktops from this
group). However, turns out that Ubuntu comes with GTK2.0, annd
wxwidgets 2.6 is reportedly better and easier to build than 2.4.2
against this.
Before I set off on a potentially fruitless compiling journey, I was
wondering if anyone had had
2005 Mar 14
11
[Fwd: Re: Help a newbie pick a gui tool kit]
Hey Guys,
This just came over the rubytalk list. Does anybody have any Debian
experience?
BTW, one thing this project *really* could use is people to package
wxruby for <your distro here>. You don''t need SWIG/C++ experience for
it, and a little work could help a lot of people.
Nick
-------- Original Message --------
Subject: Re: Help a newbie pick a gui tool kit
Date: Sun, 13
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to
compile on Mac OS X and windows. The problem is with:
wxIcon(const wxString& filename,
wxBitmapType type = wxBITMAP_TYPE_XPM,
int desiredWidth=-1, int desiredHeight=-1);
that signature is only used on GTK on other systems it is:
wxIcon(const wxString& name,
long
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have
checked in the related changes to reflect the name change. Anyone with a
CVS tree will need to re-checkout from CVS because of the module name
change.
There is now a wx.rb in the lib/ directory, which loads the wxruby2
shared library that gets built.
I have tagged this as 0.0.22.
Next steps:
- Apply Choice.i patch from
2005 Sep 02
3
Patch to wxDialog.rbw
This patch file adds a missing parameter to the sample source so the
dialog sample will work. Also attached is a patch to add an additional
optional parameter to wxStaticLine.h. I was going through header files
to confirm the other problem and discovered there''s another optional
parameter.
Roy
_______________________________________________
wxruby-users mailing list
2005 Jan 10
1
darcs repo?
Hello all
Are the darcs repos of wxRuby no longer updated?
thanks
Jani
2005 Aug 02
1
wxchoice broken on linux
The recent changes for windows in choice.i (not the unicode change)
broke the etc/choice.rb and the controls/controls.rb tests.
../samples/etc/choice.rb:12:in `initialize'': No matching function for
overloaded ''new_wxChoice'' (ArgumentError)
Jani
2005 Aug 09
5
wxruby2 release goals
Greetings all,
The recent ruby-talk posting about wx (cross-posted here by Curt) made
it clear that we need to release some code soon, to present a public
image of moving forward.
Thus, my first goal is to release a "preview" version of wxruby2 as soon
as we have a version that builds and can run the minimal sample on all
three major platforms (Linux, MS Win, Mac OSX). This would
2005 Nov 28
1
WxRuby2 Unicode
Hi
Please find some bits n pieces for CVS for Wxruby2''s unicode support
1) a patch for typemap.i (typemap_unicode.patch) - this makes methods
that return strings (eg TextCtrl#get_value) return them as proper UTF8
strings. Currently, if the strings contain non-latin characters, an
empty string is returned. This should only affect unicode builds,
according to the method docs.
2) a
2007 Aug 13
3
unicode
Salut alex, j''ai essayer d''encoder quelques fichiers pour faire des test. Il y a des sigles comme "€" que je ne peut pas encoder. le problème c''est que quand j''ouvre un fichier.txt par exemple et qu''il contient ce sigle, le contenu du fichier ne s''affiche pas.
Compter-vous insérer ces sigles par la suite que l''on puissent les
2005 Aug 11
1
wxchoice still doesn''t work
etc/choice.rb Gives this error on linux
No matching function for overloaded ''wxControlWithItems_Append
Jani
2005 Aug 04
8
swigwin
Anyone on the list have some pointers for getting swig working properly
on Windows? Anytime I reswig a file it breaks wx.cpp. I''m sure I''ve
got a setup problem but I haven''t been able to put my finger on it yet.
Roy
2007 Apr 05
7
Re: how to use Chinese Characters in wxRuby?
yes,I'm using wxruby2
When I change
"samples/text/unicode.rb" 's content:
require 'wx'
into
begin
require 'wx'
rescue LoadError => no_wx_err
begin
require 'rubygems'
require 'wx'
rescue LoadError
raise no_wx_err
end
end
and run unicode.rb in this way:
ruby -Ku unicode.rb
I got the error message like this:
unicode.rb:119:
2005 Feb 20
11
Suggestion for wxruby name change
We''ve had some discussion in the past about the wxruby vs wxruby-swig
name, and how they are a bit confusing. My big problem with
''wxruby-swig'' is that unless you know what ''swig'' is, it''s not a
terribly useful (or sexy) postfix. It''s like naming a car after it''s
manufacturing process - "the all new Acura
2005 Feb 04
8
wxruby swig update
Good news and bad news.
First he good news. wxruby-swig now compiles on Linux, Mac, and Windows
using wxWidgets 2.5. I just patched a bug with the paint method today,
but it''s getting very close to the first release of wxruby. With a
little more cleanup, I think we''re getting ready to do a first release
of it, which will hopefully replaced wxruby. Of course, the debug spew
2010 Nov 26
0
[LLVMdev] request for windows unicode support
> Can't you just store filenames as UTF8 (like you do on Linux), and
> convert UTF8 to widechar just when calling the windows APIs?
> Same for converting back directory listings as such, you get widechar,
> and convert back to UTF8.
> All you would need to do is implement that conversion in System/Win32,
> I think MultiByteToWideChar supports UTF8, doesn't it?
>
I
2010 Nov 26
2
[LLVMdev] request for windows unicode support
On Fri, 26 Nov 2010 09:28:17 -0500
Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Fri, Nov 26, 2010 at 4:00 AM, Jochen Wilhelmy
> <j.wilhelmy at arcor.de> wrote:
> > No, this post was prompted since I switched to boost::filesystem
> > version 3 in my own code and llvm/clang 2.8
> > was the only lib with no unicode support on windows.
> > Will your