Displaying 20 results from an estimated 3000 matches similar to: "New Tutorial"
2004 Nov 21
7
wxRuby 0.6.0 is released!
wxRuby 0.6.0 has been released and is now available for
download from RubyForge at http://wxruby.rubyforge.org/
This release includes binary builds for Max OS X and
MS Windows.
Changes in this release include:
* Additional widget support in XRC (thanks to Marshall Elfstrand)
* Addition of wxScrollbar (thanks to Hans Harmon of Pinnacle
Technologies Inc)
* Addition of wxGrid event handlers (thanks
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
2004 Jun 19
4
FlexGridSizer question
=begin
I am trying to understand how FlexGridSizer works and I have written a small
test application using the latest wxRuby 0.4.0 on Win XP (Home).
I cannot get static text ''Week'', ''Day'' and ''Date'' line up above the OK button.
I have tried all combinations of ALIGN flags, but I either got the text sticking
far too close to the left edge of
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi,
Has this problem been resolved?
I encountered the same problem on my FC3 system with wxGTK-2.4.2 and
wxruby-0.6.
Thanks.
Stephen
[Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found
*Nick* devel at nicreations.com
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
2009 Jan 11
11
mp3 to wav converter
What is there available for Centos? Now that Audacity is no longer
available to us...
I do have Audacity on an XP system, so I do have the option to shuffle
files between systems....
2004 Aug 19
28
Documents, Views and DocManagers
Hi,
Are there any effort in making wxDocument, wxView, etc types of classes
avaiable under wxRuby? For supporting SDI/MDI architecture.
Cheers,
Phuah Yee Keat
2004 Oct 19
9
News for OS X Users
Sorry things have gone silent on the release front, but I have some good
news: I''ve gotten wxruby-swig to build as a OS X framework. This has a
couple of ramifications
1) wxruby for the Mac will finally exactly like its Linux and PC
counterparts, menu bar and all.
2) Bundling wxruby applications becomes a lot easier.
3) The next binary installer should be able to support darwinports,
2007 Dec 27
4
build problems, part III, and runtime problems, part I
After decoding the unresolved symbols from wxruby2.so using c++filt, and
comparing with the symbols provided by wxGTK, it became clear that wxGTK was
using wchar_t whereas wxruby2.so was using char. So I rebuilt wxGTK,
turning off unicode. That worked. No more unresolved symbols. What
gives? Should the wxruby code have been built using wchar_t, and if so,
how?
However, now I get the
2005 Oct 22
6
wxruby.so error with weft-qda
Dear wxruby users
I''ve been trying to get wxruby-based weft-qda 0.9.6 running on a linux from
scratch 6.1 system (this list had a discussion about weft-qda last year and
alex fenton''s also been trying to help me out - no luck so far).
I get stuck with wxruby 0.60 (I think). I compiled wxruby against wxGTK 2.4.2
(without gtk2, without unicode - gtk+ version is 1.2.10) - after
2004 Aug 29
6
wxRuby Compile Problems on Gentoo eBuild
Can you guys take a look at this and help Tom out?
Thanks,
Curt
-----Original Message-----
From: Tom Payne [mailto:twp@gentoo.org]
Sent: Sunday, August 29, 2004 10:53 AM
To: Curt Hibbs
Subject: Re: FW: [ANN] wxRuby 0.5.0 has been released!
On Thu, Aug 26, 2004 at 11:54:52AM -0500, Curt Hibbs wrote:
> Hi Tom, I just wanted to inform you that we just released a new version
> wxRuby if you
2006 Aug 22
1
Problem after installing audacity
Hi,
I installed audacity and after installation I get an error message.
Whole sequence below. What to do ?
I'm using Centos 4.3 updated to current level and this installation was
done under root (su).
--- "log" starting ---
># yum install audacity
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install
2004 Jun 25
4
wxruby 0.4.0 won''t compile [linux]
Has anyone run across this:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: wxruby.so: undefined versioned symbol name wxBitmapButtonBase::SetMargins(int, int)@@WXGTK2_2.4
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/../../../../i686-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: Bad value
collect2: ld returned 1 exit status
make: *** [wxruby.so] Error 1
rm
2008 Oct 20
1
LC_VIRTUAL with Wx::ListCtrl
Wx::ListCtrl#set_item_count appears to be broken. If I pass it
anything but a Fixnum (is_a Integer), it crashes and says it needs a
"long" (which Fixnum should appease), but if I pass it a Fixnum it
crashes with "cannot convert nil into String."
Latest WxRuby. Windows Vista.
This makes using LC_VIRTUAL impossible.
-- Eric Will // xmpp:rakaur@malkier.net
2006 Nov 28
2
(no subject)
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am
coming up with a strange error when trying to create a SpinCtrl:
class DatePicker < Wx::Dialog
def initialize
super(nil, :title => "Pick a date...")
arrange_vertically(:padding => 5)
@month = Wx::SpinCtrl.new(self) # line 19
add(@month)
end
end
gives error:
2009 Oct 25
1
Problems in 64bit Ubuntu 8.10
I''ve installed wxgtk 2.8.10 and wxruby 2.0.0.
When I try to run any scripts I get the following:
/var/lib/gems/1.8/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so:
/var/lib/gems/1.8/gems/wxruby-2.0.0-x86_64-linux/lib/wxruby2.so:
symbol _ZN13wxAuiNotebook7SetFontERK6wxFont, version WXU_2.8.5 not
defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference -
2004 Sep 18
4
wxruby-swig problem: MDIChildFrame::Maximize
I just grabbed the latest wxruby-swig from cvs and tried to compile it
(without enabling the SWIG step) on my gentoo Linux box. I get:
g++ -c -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -O2 -march=athlon-xp -fPIC -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/bin -I
/usr/lib/ruby/gems/1.8/gems/rake-0.4.8/lib -I
2008 Sep 19
1
Update troubles for wxGTK apps
Hi,
I have a CentOS 5.2 desktop with the RPMForge repo enabled. I just ran
'yum update', and there seems to be some trouble with the wxGTK apps. A
simple 'yum update' gives this error message:
--8<--------------------------------------------------------------------
--> Finished Dependency Resolution
Error: Missing Dependency: libwx_gtk2u_adv-2.6.so.0 is needed by package
2006 May 30
3
expected, got Fixnum problem.
Hi,
I was wondering if anybody knew what ''<some type> expected, got Fixnum''
means? My code looks like the following:
begin
anevent = Event.new
anevent.title = params["event"]["title"]
anevent = session[:user_id]
com = Community.find(params[:id])
com.events << anevent
rescue Exception => exc
...
end
But I get an
2004 Dec 14
5
wxRuby and other GUI toolkits
So, having subscribed recently to the ruby-talk mailing list, I''ve
noticed that wxruby doesn''t seem to have the "respect" of other GUI
libraries. I know GUI-library preference is a holy war almost up there
with vi versus emacs, but since I''m a wxruby developer, I''d like to know
what people "don''t" like about wxruby. Otherwise,