Displaying 20 results from an estimated 200 matches similar to: "xrc panels using xrcise"
2004 Nov 13
2
wxRuby and XRC via wxGlade
Hello,
I need to finish a small GUI program till friday and I am somewhat
stuck. First of all, wxRuby seems to ignore the size request of the
frame as defined via XRC (or I''m completly doing the wrong thing!)
Second, it complains about the statusbar and doesn''t display it. What am
I doing wrong?
The files are attached
Thank you
Ulrich Spoerlein
--
PGP Key ID: F0DB9F44
2009 Aug 10
2
xrcise -o test.rb ui.xrc
I built a small form in wxFormBuilder. In cmd i wrote
xrcise -o test.rb ui.xrc
output was
C:/ruby/lib/ruby/gems/1.9.1/gems/wx_sugar-0.1.22/lib/wx_sugar/xrc/outputter.rb:4
6:in `clean_id_attr_readers'': undefined method `each'' for
#<String:0xba5850> (No
MethodError)
from (erb):16:in `output''
from C:/ruby/lib/ruby/1.9.1/erb.rb:753:in `eval''
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
2009 Nov 23
1
xrcise not working
Hi. I''m back. Unfortunately I can''t get xrcise working. Here is the
sample xrc file and the resulting error messages:
=============== TestWxFb.xrc =========================================
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
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/.
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
Hi,
I''m teaching myself to use wxRuby and DialogBlocks to create a front end
for a Ruby program I wrote. And I''m hopelessly stuck!
In DialogBlocks (or indeed wxFormBuilder, which gives me the same
problem) I can create a widget, give that widget a new id and class name
(in the example I created below, text_box1 and CaseChangeTextCtrl1,
respectively), and then add a module which
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
I have created a very simple DialogBlocks project that
consists of a very simple wxWizard. I have exported the
project to XRC and am trying to get XRCise to process it.
XRCise produces the message "Cannot create wrapper for
subclass of wxWizard".
Is this a symptom of the XPath parsing in Ruby 1.8.6 bug?
Or am I doing something wrong?
My env:
ruby 1.8.6 (2007-03-13 patchlevel 0)
2007 Nov 08
1
wxSugar 0.1.19
Hi
We''ve just released an updated version of wxSugar, 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
2009 Mar 19
6
xrc file and WxGrid
Has anyone any experience with using a XRC file that setsup a Wx::Grid?
I''m using wxFormBuilder, in which I setup a grid in a boxsizer, with
column names and all. But when I render it via Ruby the grid is just a
small empty gray box, and I can''t seem to manipulate it at all. I
tried adding columns, resizing columns, populating it with data, etc.
but still nothing.
I look at the
2009 Nov 24
0
xrcise now works
Hi Mario,
The following change to outputter.rb did work for me. It looks like adding
a routine to string should also work but it didn''t for me. Thanks for your
help.
-Philip
===== from RubyForge ==========
Date: 2009-11-18 00:25
Sender: Konstantin Shabanov
After changing ''each'' method to ''each_line'' in outputter.rb
on lines 39 and 46 xrcise code
2007 Apr 28
6
XRC Problem
Hello All,
I''ve looked back through the wxruby-users archive, and found someone
else was having the same problem when it comes to Accessing XRC and
getting a GTK Error about GtkPizza. I don''t know what the problem is,
as what I''m using, is wxGlade to develop my user interface, and it
creates all the controls in what looks like it should be fine, but it''s
2007 Nov 14
0
[ wxruby-Bugs-15633 ] Cannot load a subclass of Wx::Wizard from XRC
Bugs item #15633, was opened at 2007-11-14 22:32
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=15633&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Nobody (None)
Summary: Cannot load a subclass of Wx::Wizard from XRC
Initial Comment:
XRC allows a top-level
2007 Oct 23
0
wxSugar 0.1.18
Coinciding with the wxRuby 1.9.2 release, we''ve got a new version of
wxSugar to go with it:
http://rubyforge.org/frs/?group_id=35
or
gem install wx_sugar
== WHAT''S NEW ==
The main exciting new feature in this release is a new tool called
"xrcise" to make working with visual GUI designers such as DialogBlocks
*much* easier. This tool generates all the code you
2007 Nov 22
1
match
Hi,
I'm new about R. My problem is:
I have 2 lists of proteins and I would compare them. I import the 2
lists like 2 different matrixs and I would that the first entry in the
matrix 1 match with all entries of the matrix 2, then the second entry
of the matrix 1 matchs with all entries of the matrix 2 and repeat
this process with all entries of the matrix 1. Anybodies know can I do
2006 Dec 02
7
Gauge Problem with XRC?
Hi
I''ve just started using wxruby2-preview-0.0.36-i386-mswin32
outsourcing layout part to the external XRC file. Almost everything
seems to be fine. Only that I can never retrieve Gauge objects in the
main script. What I''ve been trying is something like this:
class MainFrame < Wx::Frame
include Wx
def initialize(parent)
super(nil,-1, "")
2010 Aug 12
2
wxRichTextCtrl not Working through wxFormBuilder
I''ve used wxFormBuilder to put a wxRichTextCtrl on my form. After doing
this, I run xrcise and try to use the control. The variable for the rich
text control is a FixNum. On examination, I saw that the class name in
the xrc file is "unknown".
Is there no way to use this control without manually laying out the
controls - or writing this routine in C++? Does anyone know a
2009 Apr 02
1
Controlling vertical position
First, I want to thank everyone here who''s been helping me learn wxRuby.
The biggest problem I''m having is getting the layout of a screen right.
Right now, I have a dialog with several controls on it. With one
exception, it looks good. I''m using wxFormBuilder and Xrcise to do the
generation. I''m using nested box sizers to try to get things into the
right
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2020 Aug 19
0
pop3_migration plugin
Hello,
I'm trying to migrate from an old courier-IMAP server on which I made a
plugin to access the individual mailboxes with a master password
Emails are used in both POP3 and IMAP.
I followed this guide https://wiki.dovecot.org/Migration/Dsync
In the log I find these messages, which are generated by the server
independently without issuing the command "doveadm backup ..."
2003 Aug 19
3
Out of Office AutoReply: Your application
Salve,
sar? assente dal 18 Agosto al 9 Settembre compreso.
Per importanti escalation utilizzi la coda Clarify EUA_CC NTWKST. Se
desidera parlare col mio manager contatti Alexander Weigl
Cordialmente,
Sandro
------------------------------------------------------------------------
Dear sender,
I'm absent from August 18th till September 9th included. During this time I
wont be able to