Displaying 6 results from an estimated 6 matches for "usingxrcise".
2007 Nov 08
1
wxSugar 0.1.19
...xSugar, version 0.1.19.
http://rubyforge.org/frs/?group_id=35
The only change in this version is that it contains a workaround for a
?bug introduced in REXML packaged with ruby 1.8.6, that meant that the
XRCise tool[1] would not work properly.
alex
[1] http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise
2008 Aug 12
1
xrc panels using xrcise
...lass="config">
<style>wxSUNKEN_BORDER|wxTAB_TRAVERSAL</style>
</object>
</object>
</object>
</object>
</resource>
..as the xrcise
tutorial<http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise>say:
" Note that whereas the "Class" field of top-level Frames, Dialogs and
Panels will become Ruby *classes*, for the controls within a container, the
"Class" field is the name of a Ruby *module* used to extend the control."
but no classes are generated for the t...
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 tutorial.rb:28:in `on_init&...
2008 Apr 23
1
wxruby with wxglade?
Hi
I''ve been trying to find out how to use wxglade with ruby in google, but I
haven''t been able to find anything on the topic so far, so I was wondering
what do you guys use instead? I mean you don''t really hand code all the gui
stuff do you, you must have some visual gui designer available?
I''m new to Gui so please be kind!
Thanks
Chris
2007 Oct 23
0
wxSugar 0.1.18
...uby modules. Then all that''s left to write is your event handling code
- your program logic and layout are strictly separate.
If you install via rubygems this will be installed as binary
automatically. You can read more about xrcise on the wiki:
http://wxruby.rubyforge.org/wiki/wiki.pl?UsingXRCise
This release also fixes a number of compatibility issues with wxRuby
1.9.2, and it''s recommended that you install both at the same time.
== CREDITS ==
Thanks to Sean Long for help building the xrcise tool, and to
contributors on the mailing lists for suggestions.
cheers
alex
2008 Mar 05
21
wxruby, XRC, DialogBlock
I''ve been trying to figure out the best method for generating GUI''s with
Ruby. I ended up using DialogBlock because it seems like the fastest
way. But not I have to work backwards and have not done this before.
How do I go from the file I generate in DialogBlock to a code in Ruby?
--
Posted via http://www.ruby-forum.com/.