search for: qualitycod

Displaying 20 results from an estimated 171 matches for "qualitycod".

Did you mean: qualitycode
2007 Jul 15
5
I will be unsubscribing
...we should consider changing the project credits to reflect that although I founded the project, others are now running it. As I won''t be actively reading the list, that discussion might be best off-list. For that, or if you need to contact me for other reasons, try wxruby2 at the same @qualitycode.com domain. Best wishes, Kevin
2005 Oct 06
9
Grid.GetTextExtent
Wow. Look what SWIG does to GetTextExtent in Grid.cpp: void SwigDirector_wxGrid::GetTextExtent(wxString const &string, int *x, int *y, int *descent, int *externalLeading, wxFont const *font) const { ... if (swig_get_up()) { wxWindow::GetTextExtent(string,x,y,descent,externalLeading,font); return; } obj0 = rb_str_new2((const char *)(&string)->mb_str());
2005 Aug 08
4
wxruby2 swig retooling "complete"
I just re-integrated fixdeleting.rb, the last of the post-processors. Running minimal.rb no longer segfaults on exit. Running dialogs.rb and immediately exiting doesn''t segfault, but bringing up a dialog and then exiting does. So there are still memory problems, but fewer than yesterday :-/ I''m not sure how it compares to last week. I probably won''t have much time
2004 Jun 02
13
wxGrid Question
When operating with a wxGrid is there a way to get a reference to the TextCtrl field that is created when you start typing in a cell. Also is there a way to get mouse events to work with a wxGrid, so far I can''t get any of them to work. I had tried various combo''s of: @grid.evt_left_down(){ |event| puts "Left mouse is down"; } using evt_left_down, evt_left_up,
2006 Oct 13
0
[Fwd: Re: List Reply vs. Reply-All]
See below, which I meant to send to group. A neat case in point ;) alex -------- Original Message -------- Subject: Re: [Wxruby-development] List Reply vs. Reply-All Date: Fri, 13 Oct 2006 12:07:04 +0100 From: Alex Fenton <alex at pressure.to> To: Kevin Smith <wxruby at qualitycode.com> References: <452EFCAE.5000701 at qualitycode.com> Kevin Smith wrote: > It seems that the users list is set so Reply => Reply to the group, but > this dev list defaulted to Reply => Reply only to the author. I know all > the pros and cons of both approaches, but i...
2003 Sep 21
2
Sample wxruby code is available
I have just released an Alpha version of my redwood email client, written with wxruby. It uses toolbars, menus, and lots of widget layouts, plus it launches two kinds of background tasks. I learned a lot about wxruby and wxwindows as I worked on it, so I hope you will benefit from seeing the source code. It is at: http://rubyforge.org/projects/redwood/ Please give me feedback on the code,
2004 Jun 01
2
New wxRuby code is in CVS
I just checked in some good fixes. You can see the (full) Changelog here: http://qualitycode.com/repos/wxruby/ChangeLog Notable items: - Added shanko''s grid sample (thanks!) - Added support for ComboBox#get_value - Fixed *all* the known crashing bugs. The way I "fixed" the problems with get_client_data was to remove the set_client_data and get_client_data implementat...
2005 Aug 10
3
question on Choice.i
Is there a reason that these lines are in Choice.i? %ignore wxChoice::wxChoice(); %ignore wxChoice::wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator =
2006 Oct 02
14
0.0.36 tagged and released
Hi I''m pleased to let you know that wxruby2-preview 0.0.36 is now available on Rubyforge. Binary gems to follow... To check out a clean copy from SVN and build from source: svn co svn://rubyforge.org/var/svn/wxruby/tags/wxruby2/0.0.36 cd 0.0.36 rake gem WXRUBY_VERSION=0.0.36 From my reading of SVN docs it''s probably wise for developers to checkout anonymously as a bit of
2006 Apr 15
3
Further problems with rubyt2 on MacOS X (intel)
List, I''m trying to build wxRuby on MacOS X 10.4.6 (intel). I''ve come across some of the problems mentioned on the list, i.e. the RubyConstant issue and the "id" keyword conflict issue. however somethings''s happening that as far as I can see has not been mentioned on the list. here''s the first few lines of the build fail report:
2004 Jun 04
2
building wxruby-swig 0.0.16 on Mac
Grabbed 0.0.16 and tried a build for kicks. ...all good, except for a warning in MenuBar.cpp, then... g++ -c -I/usr/local/lib/wx/include/mac-2.4 -D__WXMAC__ -DWXMAKINGDLL -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fno-common -fno-common -pipe -fno-common -x objective-c++ -I /usr/local/lib/ruby/gems/1.8/rake-0.3.2/lib -I /usr/local/lib/ruby/site_ruby/1.8 -I
2006 Apr 17
4
Quick status report
Hi all, I spent about 8 more hours tonight, and I think I''m close to having a wxruby2 build that works with wxWidgets 2.6.3 and SWIG 1.3.29. It should run bigdemo as well as the other samples. Unfortunately, I probably won''t have much time to work on it until next weekend :-( Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID and sort of
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
2003 Dec 12
3
I hate make
Does anyone else here think that it might be a good idea to shift wxruby to use rake (http://rubyforge.org/projects/rake/) or perhaps one of the other "modern" build systems? One example of a task that would be trivial with rake, but seem to be really painful with make: Define a tclean target that deletes all the .h and .cpp files that are built from .t files. I''m not sure
2006 Aug 23
4
building wxruby2 from cvs (gentoo)
Hello, I am a newbie to wx and wxruby, I just built wxruby2 on my gentoo box. At first it did not work. So I post a little message,it might help others. At first a cryptic message was shown SWIG Version 1.3.21 Copyright (c) 1995-1998 University of Utah and the Regents of the University of California Copyright (c) 1998-2003 University of Chicago Compiled with i686-pc-linux-gnu-g++
2004 Apr 04
5
SWIG update
I have a minimal working version of a SWIG-based wxRuby that can bring up an empty Frame with a title. On my system, it crashes on exit. I suspect this is the same problem that I mentioned months ago when I first upgraded to wxWindows 2.4.2. The problem mysteriously vanished at some point, but now it is back. I fiddled with this new code for several frustrating hours, and couldn''t
2003 Dec 29
5
Font support, MS Windows binaries, Mac status (?)
Wx::Font now supports almost all the methods of wxFont, which should be good news for anyone interested in rich text editing (FreeRIDE anyone?). These changes are checked in to CVS and my darcs repository. Thanks to Nobuaki Arima for submitting font support code. Although I didn''t actually use that font code, I did directly use the included sample file, and the changes to const.cpp.
2006 Aug 22
8
doc generator now in CVS
Hi Just a quick note to let you know that the Textile doc generation stuff is now in CVS. There is a moderate amount of documentation in rake/rakedoc.rb in case you feel like generating your own local copy. The only prerequisite is the Ruby ''redcloth'' library. There''s also some info in doc/lib which might be some help if you want to tweak the output. cheers alex
2004 Jul 20
6
The great MSVC wxruby-swig bug hunt!
Hi everyone, As Kevin has just announced, wxruby-swig has been moved into CVS as a toplevel project. It still is not in a "releasable" form yet, but it now builds on more systems than it doesn''t, and is moving towards stability. Because of the complexity of the build environment, we''re using rake (http://rake.rubyforge.org) as a build system instead of the standard
2005 Aug 21
15
New inheritance
A good number of the samples I have tested are outright or subtly broken on Windows now. I''m trying to determine what the cause is. Mostly it seems related to the initialize function not being created when it should be. Case in point: ClientDC.i The caret example won''t work at all because initialize isn''t declared any longer. If you comment out the import