Displaying 20 results from an estimated 7000 matches similar to: "wxRuby Tutorial"
2008 Jan 17
1
wxSockets
Hello guys,
Alright Alex..... I need a few tips on where to start. I know that I''m
going to need to rewrite the wxSocket header files, in order to incorperate
them into wxRuby. But some advice on stuff such as
wxSocketClient::new/connect, where it takes a wxIPAddress, and so forth. I
know they are pretty friviolous structures for holding information about
Addresses in which to make
2007 Oct 23
6
wxRuby 1.9.2
I''m happy to announce that wxRuby 1.9.2 is now available from Rubyforge.
As usual we''ve got source and binary gems for Win32, OS X and Linux:
http://rubyforge.org/frs/?group_id=35
or
gem install wxruby
== WHAT''S NEW ==
This release has a mix of new syntax features, new classes, and lots of
minor fixes and additions
* New shorter syntax for event handlers
* New
2007 Oct 17
19
1.9.2, OpenGL
[third sending attempt...]
I''m going to try and test out the samples on MSW over the next few days
and if things look good I think we should release 1.9.2. Might try and
fix the bugs related to TreeCtrl#get_first_child as these might involve
minor API changes. So if anyone has any time to test out SVN HEAD and
look for anything funny, please do.
Also, we have an anonymous patch
2007 Dec 28
4
static box sizing problems
Hi,
I tried this one over on the main wx-users list as well, but thought I would
try it here since I am using wxRuby:
I am using wxWidgets 2.8.7 on a linux box using the GTK build.
I have pared down my issue to the simplest case: I am trying to use a
horizontal BoxSizer to split a frame into two sections: a left and right
side. I want the left side to stretch proportionally and I want the
2007 Aug 02
3
wxSocket..... or wxRubySocket....
Hey Alex,
I was looking into figuring out a way to create a truely Asynchronis
Socket type for Ruby, and thought I''d go down to the bare minimal
implementation of it, to start creating a socket, and then I got to
thinking. Looking at the wxWidgets C/C++ Code, it doesn''t do much
different then what I''m doing, only in Ruby, so I thought maybe, as a way
to avoid
2018 Jan 15
2
[Gluster-devel] Integration of GPU with glusterfs
It is disappointing to see the limitation being put by Nvidia on low cost GPU usage on data centers.
https://www.theregister.co.uk/2018/01/03/nvidia_server_gpus/
We thought of providing an option in glusterfs by which we can control if we want to use GPU or not.
So, the concern of gluster eating out GPU's which could be used by others can be addressed.
---
Ashish
----- Original
2005 Jun 26
2
wxruby gems
Hi
Following on from some talk last year of creating gems for wxruby, I''ve
attached a first try at them (for 0.6.0, not wxruby-swig). I mainly made
them because I want to ease installation of Weft QDA by adding wxruby
(and sqlite) as gem dependencies, but hopefully they will be generally
useful.
A couple of queries:
1) Who should be listed as author?
2) It doesn''t include
2007 Jan 29
3
WXRuby Documentation
Hi,
I am very new to Ruby, but I know I can express myself in writing pretty
well. If it''s OK to contribute to the documentation of WXRuby, How do I do
that? I signed up for a membership on Sourceforge, but was not sure what to
do after that.
Thanks.
Jim
James D Homme,
Usability Engineering
Highmark Inc.
james.homme@highmark.com
412-544-8177
"If you think you can, or if you think
2018 Jan 12
0
Integration of GPU with glusterfs
On January 11, 2018 10:58:28 PM EST, Lindsay Mathieson <lindsay.mathieson at gmail.com> wrote:
>On 12/01/2018 3:14 AM, Darrell Budic wrote:
>> It would also add physical resource requirements to future client
>> deploys, requiring more than 1U for the server (most likely), and I?m
>
>> not likely to want to do this if I?m trying to optimize for client
>>
2008 May 02
3
FIX for wxruby-1.9.6 on Windows
Hi
If you''ve installed the latest wxRuby 1.9.6 on Windows and are having
trouble running applications, please try the following steps:
1) Ensure that you have msvcr80.dll and msvcp80.dll available on your
system. If you haven''t got them, they can be downloaded for free from
http://www.dll-files.com/ and placed in your ruby/bin directory.
2) Copy a file called
2005 May 03
2
Making it easier to contribute wxRuby-SWIG code
After seeing contributions from Dmitry and Alex, I''m wondering how we
can better organize and encourage user contributions.
ORGANIZING
Maybe identifying what is still missing in wxRuby-SWIG and publishing a
prioritized todo list could useful to contributors.
GETTING NOTICED
It might be useful to post a link to the unassigned todo list each month
to comp.lang.ruby and ask for
2004 Apr 24
1
wxruby-swig 0.0.7
I just pushed a new wxruby-swig, which includes the known MSWin rakefile
changes. It also has some significant internal improvements that will
make it easier to add classes, and it includes support for one new class
(wxEvent).
wxruby-swig is now licensed under the "MIT license". wxRuby will remain
under the wxWindows license as long as we are releasing the old code
base. When we
2010 Jan 17
3
Does wxRuby include Gizmos controls?
Hi,
I''m starting to use wxRuby for personal projects.
Originally, I used wxPython in my company because they don''t want to
install the Ruby environment just for me... But at home, I still
prefer the Ruby language...
So, wxWidgets is a great library, but wxPythons add some intersting stuff.
I''m specially interested by the TreeListCtrl. it seems that this
control
2004 Jan 05
3
Updated - wxRuby Windows installer available for
Curt,
I just downloaded and tried your installer and the installation went fine. There are problems with the samples not finding their images files, but only when I try to run the samples from their Start menu shortcuts. When I edit the properties of a shortcut, and change the "Start in" folder to match the folder where the sample resides, then the problems go away. (As-installed,
2004 Mar 12
2
ANN: wxRuby 0.2.1 has been released!
This long-awaited version is available from rubyforge:
http://rubyforge.org/projects/wxruby/
The big news, of course, is that it includes binary builds for MS
Windows and Mac OS X Panther. I may add one or more Linux binaries
later, or they may have to wait for 0.3.
This is still an early beta release, so it still has a number of known
problems. If you find a problem that is not mentioned
2004 Apr 18
5
wxruby.so size under Linux?
Today, I noticed that a completely clean build of wxRuby on my desktop
machine is about 5.8 megs, but on my laptop is about 9.8 megs.
Both computers are running Debian GNU/Linux, but my laptop is more of a
mix of releases, whereas my desktop is almost entirely Sarge/Testing.
Both are using gcc 3.3.3. In both cases, I did a full "get", and did a
make from scratch.
Any ideas about
2004 Nov 01
1
wxruby-swig compile/rake problem
Nick wrote:
>
> I''m assuming you''ve installed ruby 1.8 over the Mac default?
Yep, I installed 1.8 over the Debian default. I''m running Debian Linux
atm, my Mac box is the next in line for me to get going.
Zach
>
> Nick
>
> Zach Dennis wrote:
>
>> Nick wrote:
>>
>>>
>>> What version of Swig do you have? Make sure it
2009 Oct 22
1
WXRuby crashes on Debian SID
Hello,
When I install wxruby using the gem on my Debian Sid, I cannot make it
work :
$ ruby
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/samples/minimal/minimal.rb
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
/usr/lib/ruby/gems/1.8/gems/wxruby-2.0.1-x86-linux/lib/wxruby2.so:
symbol _ZN9wxListBox13EnsureVisibleEi, version WXU_2.8 not defined in
file
2011 Sep 01
4
wxRuby wiki has been vandalized
http://wxruby.rubyforge.org/wiki/wiki.pl
Is there any way to restore it?
--
Posted via http://www.ruby-forum.com/.
2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing.
It can be downloaded with this URL:
http://curthibbs.us/wxruby-mswin-0.2_debug.zip
This installer currently assumes that you have installed Ruby from Andy
Hunt''s one-click Ruby Installer for Windows, *and* that you have installed
it in the default directory (C:\ruby). I still need to figure out how to
read