Displaying 8 results from an estimated 8 matches for "wxgui".
2007 Oct 30
3
[Weft QDA users] Using WeftQDA for Mailing-List Analysis
Hi Alex, Hi Weft-Users!
I am looking for a tool for doing a qualitative analysis of mailing-list
data. This means I have a *lot* of individual documents (the typical case:
around 500-5000 emails), belonging to the same "super-document" (a mailing
list).
I have looked at several tools and I like that Weft is public domain and
written in Ruby, so I want to figure out whether it
2007 Sep 26
7
development status, 1.9.2
Hi all
Just a quick update on recent SVN activity:
* added Sound and CollapsiblePane classes
* added the XRC tool to wxSugar
* fixed some XRC bugs in Window
* added syntax sugar for event handlers and list-like controls
* added some missing methods in Sizer
Sean - I''m away for about 10 days from this weekend, and I''m thinking of
doing a 1.9.2 release in the next day or two.
2005 Oct 22
6
wxruby.so error with weft-qda
...ake to the appropriate directories.
I get the following error on running ruby weft-qda.rb:
/usr/lib/ruby/1.8/i686-linux/wxruby.so: /usr/lib/ruby/1.8/i686-linux/wxruby.so:
undefined symbol: _ZN12wxEvtHandler13sm_eventTableE -
/usr/lib/ruby/1.8/i686-linux/wxruby.so (LoadError)
from ./lib/weft/wxgui.rb:1
from weft-qda.rb:11:in `require''
from weft-qda.rb:11
Would anybody have suggestions on how to proceed from here?
Thanks,
Joerg
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
2008 Jan 04
2
use of Marshal with wxruby classes
Is it possible to use Marshal with wxruby classes to serialize an
application''s state?
I tried a minimal example of simply serializing a minimal frame object, and
I get the error "no marshal_dump is defined for class MinimalFrame".
I don''t fully understand this because I also tried another minimal example
of dumping a class which did not defined a marshal_dump, and it
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
2005 Feb 25
5
installing from src on OS X
Hi
I''ve built WxWidgets (2.5.4) and wxruby-swig (CVS) from source on OS X
(.3). I''ve got something called wx.bundle in lib/ that looks the right
sort of size - 2.5MB - but I don''t know what to do with it to install it
- no rake install or make install?
btw - wx on OS X looks fantastic, esp after seeing a Tk interface inside
Aqua this am ...
cheers
alex
2006 May 26
8
Advanced text editor developed with WxRuby
I just joined this list, have info to share, and some questions.
As background, I happen to be a blind person who uses a screen reader
utility to operate
the computer. I use the keyboard rather than mouse for input and the
screen reader, called JAWS, provides output in synthetic speech. This
generally works well for standard or common controls of Windows, which
WxWidgets wraps (since they are
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote:
> I''m a big fan of automated UI testing (i.e. driving the UI from some
robot API). I appreciate this
> is potentially a whole new project, but does wxwidgets provide a
method of clicking buttons,
> typing into components ... if so, would it be technically possible to
expose this in wxruby.
I like automated UI testing too, but