similar to: automated testing

Displaying 20 results from an estimated 1000 matches similar to: "automated testing"

2006 Mar 28
11
setting widget attributes
I''m trying to set attributes of widgets in subclasses like the following. class PersonTable < FXTable def initialize(owner) options = TABLE_COL_SIZEABLE super(owner, nil, 0, options) visibleRows = 5 ... end end visibleRows doesn''t get set. However, if I do this self.visibleRows = 5 then it does. Shouldn''t it work without "self."?
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
dear (FX)Ruby hackers, lyle has released FXRuby 1.6.0 some days ago. so it was a good opportunity for me to fix some more bugs and release annother version of foxGUIb which is tested against FXRuby 1.6.0. the most interesting feature Fox1.6 brings to you is unicode support. (see foxGUIb/test/unicode_test_japanese.rbin) thanks for all the feedback and the bug reports. enjoy ;) -- henon
2009 Jan 27
4
foxGUIb - believe it''s intalled okay but....
I''ve tried calling foxGUIb from command line as ... ruby foxGUIb.rb got an error - no file found by that name ruby /usr/bin/foxGUIb.rb again got error to say i didn''t have permissions sudo ruby /usr/foxGUIb.rb and got informed .... /usr/bin/foxGUIb.rb:7:in `require'': no such file to load -- version (LoadError) from /usr/bin/foxGUIb.rb:7 Now do i need to add
2008 May 19
1
foxGUIb 1.0.0
Dear fellow (fx)rubyists, I finally found the time to release another version of foxGUIb. It includes a handfull of minor bug fixes that have happened in the past 2 years since the last release. Hope you appreciate it. -- henon ========================== foxGUIb v1.0.0 ========================== == What is foxGUIb? == foxGUIb is a GUI creator and code generator for FXRuby. It''s a
2007 Dec 14
3
FXTabBook / FXTabItem / FXTabBar
Lyle and Henon; thanks for helping out with ''clearing'' the frames. It''s working. I end up using; parent.removeChild(righttopframe) righttopframe = nil Am afraid I stumbled on another question. I managed to put my application in a tabbook. I am looking to catch the event ''click on tabitem''. I tried SEL_COMMAND on TabItem but that seems not to work.
2009 Oct 20
8
Pre-release FXRuby binary gems for testing
All, A couple of new build platforms have come into the picture since the last FXRuby release and I''m trying to make sure they''re supported. That is to say, I want to be able to provide precompiled binary gems so that users on those platforms don''t have to build everything from source. I think I''m there, but I could use your help testing if you have
2006 Mar 07
5
FXProgressDialog trouble
Hey all, I''m having trouble with FXProgressDialog-- I''m trying to use it to show the progress of a file upload.. I am running the upload in a separate thread that calls the dialog''s destroy method when its done.. the dialog closes, but the application remains non-responsive (as if its still in the execute loop). I''ve tried sending ID_ACCEPT to the dialog with
2007 Dec 12
2
fxruby and framecontrole
I am new to (FX)ruby and am wrestling with the following question. In my application I have a three frame split by two splitters. One frame on the left side with a treelist and two frames above each other on the right side. The editable content of the right top frame depends on the item clicked in the treelist. The editable content of the right bottom frame depends on data enter in the right
2006 Feb 19
2
sizer support for colspan > 1?
I see that GridBagSizer is not yet supported by wxRuby. Is there an alternative to specifying that a widget spans more than one column? I don''t see a way to do that in FlexGridSizer. -- R. Mark Volkmann Partner, Object Computing, Inc.
2004 Dec 13
1
PXE Boot
I configure an old Compaq Deskpro workstation to boot LTSP using PXE and DHCP. I have an error that say TFTP Open Timeout after this workstation got it IP Address from DHCP server. I have done some configuration settings, and this workstation can load the kernel (vmlinuz-2-4-18-ltsp-1), but after loading the kernel, there only flashing characters and colors on the screen. I also have do chmod
2006 Feb 19
2
tab traversal
It seems that tab traversal between TextCtrl widgets doesn''t work by default. How do you enable that? -- R. Mark Volkmann Partner, Object Computing, Inc.
2010 Aug 04
16
Moving On
Cross-posted to the blog (at http://lylejohnson.name/blog/2010/08/04/moving-on/): When Jamis Buck wrote last year about ceasing development on Capistrano, his post really struck a chord with me. If this post reminds you of that one, it''s because I re-read it before sitting down to compose this one. It was the next best thing to having Jamis on hand to give me a pep talk before I had to
2005 Aug 21
8
validates_numericality_of
As far as I can tell "numericality" is not a word. Maybe this method should be renamed. -- R. Mark Volkmann Partner, Object Computing, Inc.
2006 Feb 19
1
TextCtrl width
What''s the best way to specify the width of a TextCtrl in characters instead of pixels? -- R. Mark Volkmann Partner, Object Computing, Inc.
2010 May 05
1
gui automation tool
Hello, I'm trying to configure continuous integration environment on CentOS. Before performing test, need to run GUI tool (written in java) to generate required resources. Is there any GUI automation tool so I can make whole integration purpose automated? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Aug 18
3
FXRuby FXScintilla question
Hello, I have started learning FXRuby about 2 weeks ago. Now I''m trying to launch the scintilla_test.rb from the fxruby-1.6 installation directory (/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError) from
2010 Jul 09
8
Repository of sample FXRuby programs?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>Repository of sample FXRuby programs?</title> <META http-equiv=Content-Type content="text/html; charset=windows-1252"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body {
2009 Jun 06
2
FXRuby Installation failing
Hi Which is the most stable version of FXRuby that can be used with ruby 1.8.7 (2008-05-31 patchlevel 0)? I am having lots of trouble installing fxruby using gem. root at at91sam9263ek:~$ gem install fxruby-1.6.19.gem Building native extensions. This could take a while... ERROR: Error installing fxruby-1.6.19.gem: ERROR: Failed to build gem native extension. /usr/local/bin/ruby
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby (config,setup,install) passed successfully, but when I try to load fox14 (require ''fox14'') it gives me an error: LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so: undefined symbol: removeTimeout__Q22FX5FXAppPQ22FX7FXTimer - /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so I use ruby
2012 Mar 08
5
FXRuby 1.6.23 released
Hi fxruby hackers, new version 1.6.23 is out with the following changes. Unfortunately the fxruby.org homepage is down and I don''t have access to it. Therefore I''ve moved the documentation to http://rubydoc.info/github/larskanis/fxruby/1.6/frames and converted to yard. Have fun! === 1.6.23 / 2012-03-08 * Add YARD documentation support * Use generated Manifest.txt * Support