similar to: ANN: Space Monkeys has been released

Displaying 20 results from an estimated 10000 matches similar to: "ANN: Space Monkeys has been released"

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 Mar 12
2
ANN: wxRuby 0.2.1 has been released!
This long-awaited version is available from rubyforge: http://rubyforge.org/projects/wxruby/ The big news, of course, is that it includes binary builds for MS Windows and Mac OS X Panther. I may add one or more Linux binaries later, or they may have to wait for 0.3. This is still an early beta release, so it still has a number of known problems. If you find a problem that is not mentioned
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
I''m not a Linux user. I suggest you subscribe to the wxRuby ML and get advice there from other Linux users. For the time being, I''ll cross-post this message to the wxRuby ML. Curt Markus Jais wrote: > > Curt Hibbs wrote: > > > http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 > > > > The code itself has been quite stable for
2009 May 15
1
rsync creates file twice
Hi, I'm using rsnapshot 1.3.1 on a Synology Diskstation ds 107+. # uname -a Linux ds107 2.6.15 #832 Sat Mar 7 00:44:45 CST 2009 armv5tejl GNU/Linux rsnpahot uses rsync, on my box there is: # rsync --version rsync version 3.0.6 protocol version 30 Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others. Web site: http://rsync.samba.org/ Capabilities: 64-bit files, 64-bit
2003 Aug 21
1
Ready for a release?
Greetings to everyone on our new list! As I mentioned before, I will be traveling from 8/27 through 9/8. I will be almost completely disconnected from the internet, so don''t be offended if you don''t hear from me during that time. Before I go, I would like to release wxRuby 0.1. I know we still have several problems, but we can always fix those in 0.2. Therefore, I propose
2003 Aug 22
1
README.mingw32
Hello to all! Since nobody replied and expressed desire to take over README.mingw32, I wrote short instructions how to build wxruby with MinGW compiler in MSYS environment. Considering that wxruby can be of interest to some Ruby users not so familiar with C++ and/or wxWindows (I''m one of them :-), I included some notes on installing MinGW & MSYS, building wxWindows library, Ruby ..
2003 Aug 27
0
ANN: wxRuby API Documentation
We have just posted some interim API documentation for wxRuby. You can find it at http://wxruby.rubyforge.org/wxrubydoc.html Curt PS A big thank you to Gerard A.W. Vreeswijk for writing the script that produces this documentation!
2005 Apr 27
6
does anyone have success with wxruby with wxwidgets 2.6?
Hello, All. I`m trying to compile wxruby with wxwidgets 2.6 under windows with latest mingw, but have lot of troubles. wxwidgets and ruby 1.8.2 compiles just fine, examples work pretty well. To make wxruby compile (non-swig, from cvs) i was made some minor changes like explicit cast ("IN2NUM(...)" to "INT2NUM((long) ...)"), removed some constant definitions from const.cpp
2003 Oct 20
5
wxruby - ruby-gtk2
Hi! Can anybody tell me basic differences using wxwindows and gtk2 GUI with ruby? Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+
2005 Aug 31
0
database got corrupted, users could not login
I'm running Samba with LDAP on SuSE. Users had trouble logging in - finally I just ran db_recover & restarted ldap and samba. It looks like the LDAP database got corrupted somehow because samba couldn't get the LDAP data. Also I created accounts with smbldap-useradd -m -a -B 1 username. Some of the users were just using the same password samba seemed to kick them out. I used
2005 Aug 22
2
Adding ScreenDC
Here is the file to add ScreenDC. I noticed that it inherits from wxDC which is what the docs show but the headers for each platform are much different: - Mac,MSW,os2,motif,palmos all inherit from wxWindowDC - X11,GTK inherit from wxPaintDC - MGL, cocoa inherit from wxDC After saying that on Windows it still work inheriting from wxDC so I left it for now, any thoughts? Sean
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2001 May 01
2
graphics library fltk
we still do not have dynamic graphics in R natively. i just found out about a widget library called fltk info is at www.fltk.org it has all the stuff r currently can do only through tcl/tk or (as i do it) excel: sliders, knobs, spinners and so on. it is multiplatform, there are production versions for unixen and windows, and there is a beta for macs. this could be a way of getting some of
2004 May 01
2
MDI interface with sidepanel
Hi Just started with WxRuby after using Fox. Very impressed by the easy binary install and I''m already liking the native look and feel on MSW. Thanks! I''m trying to create an app with a MDI Parent Frame and a full-height (docked) side panel with various controls in it. The MDIParentFrame doesn''t work properly if I put it inside another frame with a sizer, so
2006 Dec 13
1
0.0.38 tag and release
Hi I tagged 0.0.38 and started a release on rubyforge. I''ll do the doc packages & upload plus gems for OS X ppc and Linux; TIA for gems for Windows and OS X Intel - please upload whenever convenient. Once we have a set of binary gems, I suggest we do an announce to wxruby-users and c.l.r, inc explaining this is still alpha, summarising the new features, and that people should
2005 May 17
1
Grid
I''ve merged in Alex''s changes with the grid control into wxruby-swig. I need to make a tweak so it will build on MSW, and then prepare a preview release. I need a volunteer to make a Tiger package (I can talk you through it). Nick
2007 Aug 01
0
[ wxruby-Bugs-12751 ] text/unicode sample layout garbled on MSW
Bugs item #12751, was opened at 2007-08-01 18:00 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12751&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: text/unicode sample layout garbled on MSW Initial Comment: The
2007 Jul 18
0
[ wxruby-Bugs-12360 ] TreeCtrl#on_compare_items not working on MSW
Bugs item #12360, was opened at 2007-07-18 08:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=12360&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: TreeCtrl#on_compare_items not working on MSW Initial Comment: If a
1999 Jan 05
0
Disposal of the message SAMBA digest 1932 from samba@samba.org failed.
Your message has been blocked from being delivered due to the following.. - false or missing mail adress, - scanning error, - unknown domain or domain unreachable, - unknown mail user, - mail is not RFC conformant, - false or missed mail header or boundary. Please check your message for this, correct possible errors and retry sending. If the problem persists please contact the
1999 Jan 28
0
Disposal of the message SAMBA digest 1960 from samba@samba.org failed.
Your message has been blocked from being delivered due to the following.. - false or missing mail adress, - scanning error, - unknown domain or domain unreachable, - unknown mail user, - mail is not RFC conformant, - false or missed mail header or boundary. Please check your message for this, correct possible errors and retry sending. If the problem persists please contact the