similar to: New to wxruby

Displaying 20 results from an estimated 1000 matches similar to: "New to wxruby"

2005 May 10
1
Re: Windows XP SP2, Azureus, and Samba
> > > > > *Gerald (Jerry) Carter* jerry at samba.org > <mailto:samba%40lists.samba.org?Subject=%5BSamba%5D%20Windows%20XP%20SP2%2C%20Azureus%2C%20and%20Samba&In-Reply-To=60C14C611F1DDD4198D53F2F43D8CA3B01AFF957%40orsmsx410> > /Fri Aug 27 14:59:03 GMT 2004/ > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Villalovos, John L wrote: > >|/ Okay.
2004 Aug 17
3
Windows XP SP2, Azureus, and Samba
Trying again. Has anyone seen this issue: I just upgraded to Windows XP SP2 and now I am having problems :( I have Fedora Core 2 with the latest updates installed. The Samba RPM version is 3.0.3-5. The problem I am having is using Azureus and the Samba share. Before SP2 everything worked fine saving locally and on the Samba server. Now, after SP2, I am getting messages like this from
2005 Apr 20
2
RSS downloader
Hi, I am current writing a ruby application that does something similar the RSSFeed plugin for azureus (see http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed). in ruby. The plan is to use it drive rubytorrent to do the actual downloading. Does anyone know of a similar project written in ruby ? This is my first project in ruby, I have been programming in C and C++ for a number
2005 Feb 07
3
WindowsXP
Already try the pre realease 0.3. The rtpeer.rb is working. But I don''t know why is take quite a while to listen only port 6969. The after that start to scan port 6881,6882..etc. After that manage to download the file normally. As usual I run everything in one PC. Azureus, ABC, and rubytorrent. The example on "doc\api.txt" still doesn''t work for me. I am very hapy the
2006 Jan 30
1
Shared ADSL SHAPER
Hi, I''m trying to make a shaper / firewall to improve sharing of bandwidth on a ADSL (3mbit down / ½ mbit up) Since the ADSL is very asymmetric, down is unimportant, I make a ingress rate limit shaper to ensure, all shaping is at the Shaper, and not on the Router or the ISP. The Idea is then to make one HTB hierarchy and have each client (IP) filtererd and put in a child-HTB queue.
2007 Oct 04
1
wxRuby: MemoryDC problems...
I''m trying to put together a quick test of buffered animation with WxRuby, but I''m encountering a fair amount of trouble... I''m drawing to a Wx::Bitmap first, then using Wx::DC#draw_bitmap to copy it to a Wx::Window. But I get the following error: C:/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/classes/bitmap.rb:18:in `draw'': uninitialized
2004 Jun 22
8
Tracking Mouse motion
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: tst_wxPaint.rbw Type: application/octet-stream Size: 4446 bytes Desc: not available Url : http://rubyforge.org/pipermail/wxruby-users/attachments/20040622/abc8ba85/tst_wxPaint-0001.obj
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
Hi, When i want load eclipse with wine 1.1.22 I obtained this error : # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ec06ec4, pid=27, tid=28 # # JRE version: 6.0_14-b08 # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode windows-x86 ) # Problematic frame: # C [comctl32.dll+0x86ec4] # # If you would like
2006 Sep 03
3
Patch for DrawLines
These enable DrawLines and DrawPolygons. I disable the wxList one since the WX docs indicate that the list is now ''type-safe'' requiring a derived class to send a wxList of Points. Since we''re unlikely to do this I just blocked it off so it doesn''t interfere with internal functions that may call that one. Note: MemoryDC doesn''t inherit from DC.h.
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2005 Jan 25
2
Testing preRelease 0.3
Hi all, I?ve updated my local repository with version from 05/01/26 0:00 CET My test - torrent is very active, so Azureus gets an average download of 40kb/s after a few seconds running, and up to 90kb/s after two minutes. Rubytorrent has not even 1 piece after fifteen minutes. It gets connected to 12 or 15 peers but the download ratio is always below 2kb/s. From my point of view there is a
2006 Nov 08
1
Trying to create multiple stripcharts
Hi everybody, I'm a new member of the list. I'm just starting to use R. I'm looking for information about stripcharts. I didn't find a lot on the web. Outside http://www.maths.lth.se/help/R/.R/library/graphics/html/stripchart.html there isn't much I found. I'm trying to create three vertical stripcharts "glued" to one another. I succeeded to create one
2008 May 22
2
Stripchart and Boxplots side-by-side
Dear all - With the following code I get Boxplots and Stripcharts in one Plot: with(InsectSprays, boxplot(count ~ spray, boxwex = 0.3)) with(InsectSprays, stripchart(count ~ spray, col = "red", vertical = TRUE, add = TRUE)) But the dots from the stripchart are plotted over the Boxes. Is there any possibility to have Stripchart and Boxplots side-by-side, i.e. to move boxplots and/or
2005 Jan 22
9
Dragging images across the canvas
Hi wxRuby Gurus, I''m trying to write a sample program which allows me to drag an image (by left_mouse_button down) across the canvas. I got it to work ... well, sort of. The problem is I can drag it only by clicking on the left top corner of the image and nowhere else. Besides, the dragging is not very smooth. How can I make it better? I am using wxRuby 0.6.0 on Win XP (Home) and
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
Hi, I''m a real newbie both in Rails and Ubuntu but I''m going to learn Ruby on Rails for a schoolproject. I''ve tried to find out what IDE is best according to different tutorials and blogs and have chosen to download easyeclipse-ruby-rails-1.2.2.2.tar.gz. My problem is that when i start the program an error popup is shown: "An error has occurred. See the log file.
2007 Jun 05
3
Wx::Image resizing
Hello, I am having problems using the ''resize'' and ''size'' methods of Wx::Image. They seem to be undefined: irb(main):021:0> image = Wx::Image.new("input.ppm") => #<Wx::Image:0xb7b49ef4> irb(main):022:0> image.respond_to? "rescale" => true irb(main):023:0> image.respond_to? "resize" => false
2008 Jun 24
5
bittorrent
Looks the only way now to grab a DVD is by torrent. What is the yum install XXXX name to get it on the machine? I have downloaded the torrent file, but what do I execute to grab the DVD? Thanks, great effort CentOS Team. Jerry
2007 Sep 07
2
Installation troubles
I have a new machine I'm trying to install Centos 5.0 on and I'm not getting very far. The system is 2 dual core xeons (5160, 3.0 GHZ) w/ 8GB ram. It has two 320 GB disks on the motherboard controller (Supermicro X7DAE+), and 8 750 GB disks on a 3ware 9650SE-8ml, pcie (x4) controller card. The 8 disks are set up as two raid 5 volumes (4 disks each). There is a scsi card in the machine
2005 Feb 07
4
[patch] MetaInfo.from_stream
This patch fixes a typo in MetaInfo.from_stream. Alexander. -------------- next part -------------- Index: rubytorrent/metainfo.rb =================================================================== RCS file: /var/cvs/rubytorrent/rubytorrent/rubytorrent/metainfo.rb,v retrieving revision 1.8 diff -u -r1.8 metainfo.rb --- rubytorrent/metainfo.rb 7 Feb 2005 19:52:53 -0000 1.8 +++