Displaying 20 results from an estimated 20000 matches similar to: "Drawing state diagram with wxruby"
2009 Jan 13
9
Segmentation Fault : [i386-mswin32] in wxruby
Greetings,
I have created a GUI to generate a output text file using wxruby. my
program codes are about ~1400 lines.
ruby : 1.8.6
wxruby : 1.9.7
rails : 2.1.0
FYI, I am using the TextCtrl & combobox in the main GUI to get the
output file name and main settings. after clicking the button, it will
pop up another frame which let user to select and modified settings with
TextCtrl & combobox.
2007 May 07
1
[ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
Bugs item #10662, was opened at 2007-05-07 19:55
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=10662&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: ClientDC paint not being shown on OS X with 2.8
Initial Comment:
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
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
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
3
how can I use draw line in wxruby??
I use
dc = DC.new()
dc.draw_line(50, 50, 100, 100)
but it can''t be compiled
I don''t know how to declare DC variable??
in http://wxruby.rubyforge.org/doc/dc.html
it don''t tell me how to declare now variable
plese tell me :''(
--
Posted via http://www.ruby-forum.com/.
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
2007 Aug 24
2
SURVEY: wxRuby API style
Hi
As we''re getting closer to a stable release of wxRuby, I''d like to get
your views on the API style. There''s a survey here:
http://rubyforge.org/survey/survey.php?group_id=35&survey_id=66
I''d like to know if you''d like to see two wxSugar syntax features become
part of core, standard wxRuby version 2.0. These are:
1) Allow ruby-style
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 Nov 10
4
wxRuby on osx tiger and ruby 1.8
Does anyone have a dmg image or .bundle of wxRuby built against wxwindows
2.4/2.5/2.6 and Ruby 1.8?
I attempted to build all the parts with not much success.
--
-- I am not a number I am a man!
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2012 Jun 12
5
Wxruby Homepage Hijacked
Hi,
It seems like the wxruby homepage has been replaced by a mortgage
broker. I do need to refinance, but I was more interested in some
documentation on wxruby. Is this a sign that the project is fading
into oblivion? If so, I would really like to know what new
cross-platform library people are using for developing ruby desktop
applications.
Josh
2008 May 10
5
wxRuby 1.9.7 released
Hi
wxRuby 1.9.7 is now available from rubyforge. This release is mainly to
restore one-step gem installation for Windows users, so they can easily
benefit from the many enhancements and fixes that were included in
1.9.6. The gem will now install Microsoft''s VC version 8.0 dlls. As
usual ''gem install wxruby'' should get you the latest version.
For users on Linux and
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
2008 May 10
4
from RubyCocoa to wxRuby ?
hey all,
thanks to alex who help me to get the latest running on my box ( Mac OS X
10.4.11)
to get it working download the latest gem locally cd to the directory where
it lies and :
$ sudo gem install --local wxruby
u''ll get :
Successfully installed wxruby-1.9.7-universal-darwin-9
1 gem installed
;-)
A question, my first test will be to convert a RubyCocoa project into
wxRuby.
this
2007 Dec 30
4
Drawing thread not getting enough time from scheduler?
Need some assistance with animation again... When I run the drawing
code in a separate thread, it''s slow as heck. I think it may be
because the drawing thread isn''t getting enough time from the thread
scheduler.
I was able to reproduce the problem in my little sample program simply
by increasing the number of lines it draws per update. I''m lucky to
get one frame
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/.
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
2006 Oct 22
1
[Fwd: Wxruby-development post from noreply@rubyforge.org requires approval]
Alex: Any idea why the list is still bouncing these?
"noreply at rubyforge.org" is in the list of addresses that are supposed to
be allowed to post even though not subscribed. What is that about
"Message has implicit destination"???
Kevin
-------- Original Message --------
Subject: Wxruby-development post from noreply at rubyforge.org requires
approval
Date: Sat, 21 Oct
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 Apr 29
8
wxruby unfriendly to other threads?
I''ve seen a few e-mails about multithreading with respect to wxruby
but nothing recent. Unless I''m mistaken, and that may be, there
still appear to be problems.
The following code seems to hang my spawned thread in favor of the
wxruby event loop:
Thread.new do
puts "in thread"
loop do
sleep 5
puts "looping"
end
end
puts "main