Displaying 20 results from an estimated 10000 matches similar to: "Window#create"
2007 May 07
11
Is there any IDE (event driven) for wxRuby?
Hello, I''m completely newbie to wxRuby, in fact to Ruby language as
well, but I''m completely in love with it!!
I''m not a programmer, dunno maaaaaaaaany "technical things" but I''m
doing my best.
I Installed wxWidgets and wxRuby, the samples files run perfect, I was
wondering...
IS THERE ANY IDE FOR WXRUBY? something like REALbasic or Xcode
Interface
2008 Jan 11
9
[ wxruby-Bugs-17013 ] Notebook#get_current_page
Bugs item #17013, was opened at 2008-01-11 06:00
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17013&group_id=35
Category: Missing API call
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Brumbaugh Keeney (db-keen)
Assigned to: Nobody (None)
Summary: Notebook#get_current_page
Initial Comment:
Notebook#get_current_page
2007 Jun 27
2
Splitting wxRuby2.so into multiple libraries
Hey Alex and fellow developers,
I figured I''d split this off into a seperate discussion, to get an idea of
what to look at with this. Ofcourse, with every first step, there needs
to be some kind of outline set forth to split up wxRuby2 into multiple
libraries, to ensure coherance amongst the developers, and future
development, so people will know, this goes to this, this goes to
2006 Aug 21
13
gem version numbering
Hi all,
I am concerned about the version number for our gem. Currently, we have
it set to 1.9, indicating that it is "before the upcoming 2.0 release".
However, there is nothing in the version number that indicates this is a
"preview" "alpha" "buggy" release.
The gem version numbering scheme does not allow things like 2.0-pre. It
also requires each public
2008 Mar 07
7
extractxml.rb
Hello again,
I''m noticing that many of the headers in swig/classes/include have the
comment:
// This file was automatically generated
// by extractxml.rb, part of the wxRuby project
// Do not make changes directly to this file!
Is this still the case, or was this just a one-time conversion? 228
out of 441 files in that directory don''t have the comment.
I ask this because
2008 Mar 01
11
wxRIDE Finally Available
Hello fellow wxRuby users,
Well, after a long period in which I originally announced that I was
creating an IDE, I have finally become satisfied enough to release a SVN
Version of wxRIDE. I started the project out, and in cases where I couldn''t
launch the application again, I utilized SciTE (Which uses Scintilla, same
as wxRIDE), outside of that initial part, and subsequent failures to
2008 May 26
9
App#process_message
how can rewrite the App # process_message to treat the messages of the
system?
wxruby
--
Posted via http://www.ruby-forum.com/.
2008 Feb 24
4
wxruby effect like fxshutter
hi,
i was searching for an efect in wxruby like fxshutter from fxruby.
http://www.fxruby.org/doc/examples.html
is it possible to build an skeleton like this in wxruby?
i am ruby beginner
--
Posted via http://www.ruby-forum.com/.
2008 Jan 02
7
Bug #16760
Hi,
I just submitted bug #16760. Feel free to contact me
with any questions or comments. (svn failed too, but I
can''t say if this is the same error. If this is a dependency
issue, the main web page should be updated too.)
I''m just trying to run wxruby and go through the tutorial,
but also want enter it as a new package for the SourceMage
GNU/Linux distribution.
Thanks.
2010 May 18
8
gem for snow leopard?
Does anybody plan to post binary rem for SL? Id''love to rely on its availability in the installation script... As wx included in installation package makes it huge...
Sergey Chernov
real.sergeych@gmail.com
2008 Jan 08
28
1.9.3 release, rakefile
Hi
I''d like to put out a 1.9.3 release perhaps later this week/weekend. If
you have a chance to test the build and samples esp with latest
rubygems, please do.
There are still some bugs on the list, and samples to do, but this
should address all the build/install probs that have come up. And it
would be good to get some testing and feedback on some of the new classes.
A note on the
2008 Mar 12
3
Different (tree) event behaviors across platforms
Hi all,
I''m currently writing a simple outliner application as a tutorial on
wxRuby (both will be soon released ;-) )
I tested this application on Windows and Linux and found that the tree
event behavior :
- is sometime strange on each platform
- is also different on each platform
Even if I managed to take care of these differences in the
application, I''m just wondering if :
-
2007 Oct 14
1
Tutorial question
Hi,
wxWidgets sources are good to understand the main subject of wxRuby but if you dont know C++ it stucks somewhere else.
wxPython sources are good sources and syntax is closer to ruby but it is not ruby at the end.
wxRuby sources are also good but i don''t think there are enough sources. I use wiki to understand and i closely look at tutorials, i use samples to solve anything on my own.
2007 Nov 06
3
gem problems on Windows
$ gem list wxruby
*** LOCAL GEMS ***
wxruby (1.9.1, 1.9.0)
Ruby interface to the wxWidgets GUI library
$ gem install wxruby
Need to update 39 gems from http://gems.rubyforge.org
.......................................
complete
Select which gem to install for your platform (i386-mswin32)
1. wxruby 1.9.2 (x86_64-linux)
2. wxruby 1.9.1 (x86_64-linux)
3. Skip this gem
4. Cancel installation
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
2007 Oct 09
17
Crash when using item data with a CheckListBox
Hi,
The following code works as expected with a list box.
require "wx"
class HelloWorld < Wx::App
def on_init
helloframe = Wx::Frame.new(nil, "Hello World")
choices = ["one", "two", "three", "four", "five"]
data = ["data1", "data2", "data3", "data4", "data5"]
2006 Sep 03
5
Patch to wxMDIParentFrame.h
This patch file will allow the MDI example to run. We''ll need to
revisit it later. There''s still a crash but it''s the same crash as from
the scrolled window example. I''ll send a patch later that fixes the
problem with DrawLines.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2007 Nov 02
11
xrcise tutorial, undefined method ''upper_bt''
Hi
I''m trying to follow the tutorial on xrcise at
http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise
But I keep getting the following error when I try to run the example;
tutorial.rb:21:in `initialize'': undefined method ''upper_bt'' for
#<CaseChangeFrame:0x2d610f8> (NoMethodError)
from tutorial.rb:28:in `new''
from
2007 Oct 18
6
Bug in minimal.rb
Hi!
I discovered WxRuby2 and WxSugar a short while ago (1.9.1) and I really
like its professional look and the platform independance. But
especially the simplification and ''rubyfication'' that you already
achieved and are planning for 1.9.2 (event handlers) is funstuff!
Thanks a lot!
And with Ruby 1.9/2 the keyword constructors will be even nicer with
the new hash syntax:
2006 Aug 12
7
Documentation for wxRuby
I have written an addon file for rake that turns the wxWidgets
documentation into something much more Ruby like. The code has not
been cleaned up or re-factored and needs some extra features added but
it does quite a bit already.
I have uploaded the generated documentation to my web site so people
can view it.
http://hailstonesoftware.com/_files/Ruby/wxruby/html/wx_contents.html.
I also have a