similar to: to_s

Displaying 20 results from an estimated 2000 matches similar to: "to_s"

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.
2007 Mar 29
7
object-oriented GUI design and event handling
I''m trying to setup a fairly simple GUI with Ruby to perform some SQL queries. There are a few drop-down boxes where users can select different options and then one button that when clicked should get the text from each drop-down in order to perform the query. Once it gets the result it should display it to a text control. The problem is I am not sure how to actually reference each
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
2006 Jul 19
8
small patch for wxWindow::GetTextExtent
I have not worked on wxRuby2 for awhile and decided to download the latest CVS HEAD and saw that it still had a problem with wxWindow::GetTextExtent (in my case showing up when editing Grid cells). So I copied the method signature from the wxDC::GetTextExtent which seems to be working, changed 2 variable names and made the typemap the same as used for wxDC. Well in my program editing grid cells
2006 Sep 11
15
ruby method names
Hi Attached is a patch that adds aliases to the API for methods that look like attribute accessors. So a_frame.set_title(''The title'') # currently a_frame.title = ''The title'' # now an alternative textctrl.get_value # currently textctrl.value # now an alternative Also, C++ methods named ''IsXXX'' are now exposed in ruby with
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
2010 Dec 07
9
[Weft QDA users] working on team using weft
Hi all! I am Angela, an Italian researcher and I am looking for an application that allows working in team, making a shared codebook, share a text database and code it. I tried AnSWR (the CDC''s QDA application) but its installation is too complicated for students and it is not working on latest version of Windows. What about Weft? Is it possible to share a project or, at least, merge
2004 Nov 08
7
[Fwd: Weft - a free open-source QDA tool]
Hi Just released a first version of the WxRuby project I''ve been working on. Firstly, I wanted to say thanks to everyone on this list who''s helped at various points over the past year - every time I ran into a problem someone jumped in with advice. A very brief explanation of the app - I''m a sociologist/anthropologist by trade, and the app is intended for use in
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
2010 Mar 18
1
[Weft QDA users] weft and linux software requirements
Hello, I would really like to install and try Weft, but as a Gentoo user, it seems I would have to downgrade many of my installed packages, complicating other dependencies and so forth, to meet the requirements listed on the Weft page, especially wxwidgets 2.4 and wxruby. Is there a version, maybe an alpha or beta, that works with wxruby2 and wxwidgets 2.6? John Norvell Visiting Scholar Pitzer
2007 Jun 18
2
(no subject)
Bonjour, en fait j''ai chercher sur rubyforge quelques projets créer avec wxruby ou wxruby2, en vain!!! je voulais savoir si vous pouviez me donnez quelques noms de projets créer avec wxruby ou wxruby2 pour que je puisse voir ce que d''autres personnes ont pu réaliser. Merci Sebastien _______________________________________________ wxruby-users mailing list
2008 Jul 09
2
DOS box popping up under rubyscript2exe
Hello My email has been broken for a week and some of it seems to have gone astray - so if there are other unanswered wxruby queries kicking about, please repost or forward me them. I have encountered this problem with a DOS box popping up under rubyw / rubyscript2exe; I don''t think it''s related to wxruby. I found them popping up when shelling out with backticks - I believe
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
2007 Aug 20
2
[Weft QDA users] Weft on Ubuntu -- Ctrl-shortcuts NOT working?
Hi -- have just followed Christophe''s notes to get Weft QDA up and running on my IBM Thinkpad T20 w/Ubuntu 6.06 (Dapper Drake). Am just going thru the manual and trying various things, as I''m new to qualitative analysis AND new to QDA tools. Anyway, one thing I''ve found is that many (and maybe ALL?) of the CTRL-shortcuts mentioned in the documentation are not working
2008 Mar 12
1
[Weft QDA users] Hello all
Hi, my name is Leandro and im Argentinian. I plan to build a web CMS on ruby on rails, to provide CAQDAS functionality, and since im building the site in Ruby on Rails and open source, i want to know if Weft QDA engine is open source. If so, id would come in handy to be able to reuse/improve an existing ruby based CAQDAS. I''d like to emphasize the fact that i dont mean to profit from it,
2011 Apr 08
2
[Weft QDA users] Shifty Markings - round 2
Good Afternoon, I''m new to the mailing list and was wondering if anyone could help me with my current headache. I saw in the previous posts that someone else has had the problem of shifty markings. I too am finding the text immediately above what I wrote appearing in the coding reports, even though the coding in the documents themselves remains as it should. The project involves
2007 Nov 03
9
wxThread
Hey guys, I''m working on the start of incorperating wxSocket into a library that can be included with the Core, and a part of this, is to create a wxThread class, which will basically just be a barebone copy over of Ruby''s own Thread class. (This should also help when we get Ruby 2.0, which hopefully will have Native Threads, as we should still be able to get the base
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
2008 Apr 17
1
[Weft QDA users] running weft qda on mac with virtual PC
can you run weft qda on mac with virtual PC? (this is how nvivo and some others work for the mac). us poor mac users...but i commend the open source effort! best, Lisa Lisa Schwartz Language Reading and Culture University of Arizona ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile.
2007 Aug 13
4
Anvil: an application framework
Hi everyone! I have been working on idea for an application framework in ruby the wraps around the wx ruby gem. The goal is to make a framework that is as easy as rails create applications using concise and dry ruby code. We are in need of some experienced help! If you are interested checkout the project on ruby forge. Anvil.rubyforge.com and the irc channel is #rubyanvil on irc . My buck on irc