search for: nobuaki

Displaying 7 results from an estimated 7 matches for "nobuaki".

2003 Nov 10
4
Ruby Browser for wxRuby
Hi, all. I''m happy to introduce to you "Ruby Browser for wxRuby" ported from Ruby-GNOME2 project. I hope this tool will be very useful for wxRuby users. You can download it at my website: http://www.geocities.com/nobuaki.arima@sbcglobal.net/wxruby-en.html If you have any question or comment, please let me know it. Thanks, -- Nobuaki Arima <narima1109@hotmail.com>
2004 Oct 20
2
[PATCH] Fix on Cyrus SASL support for Rel 0.99.11
...round patch for Dovecot Rel 0.99.11, and it worked fine on FreeBSD 4.10 BOX. It will not work with current development version. Application for that version might not be so difficult. Recently I found the CVS log which appeals that cyrus SASL support is discontinued. It's very sad. Regards Nobuaki ITO : banb at j-link.ne.jp -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch-authmechsasl.diff URL: <http://dovecot.org/pipermail/dovecot/attachments/20041020/d1caf7ef/attachment-0001.pl>
2004 Jan 15
10
Wx::ListCtrl#get_item method
...turn value: wxListItem arguments: int ID, int column (optional) How about wxruby? >From the wxruby source code, wxruby looks similar to C++. However I''m not sure of that due to lack of my C++ skills. Anyway, I think wxPython-like method is better for wxruby. How do you think? -- Nobuaki Arima <narima1109@hotmail.com>
2004 Jan 27
0
FW: Wx::ListCtrl#get_item method
...way soon, do you still want to do a 0.2 Release before >then? If so, you should probably label the CVS repository and I should do >another windows build to include this change. > >Curt > > >Kevin Smith wrote: > > >>Sent: Monday, January 26, 2004 11:48 PM >>To: Nobuaki Arima; Wxruby developers'' list >>Subject: Re: [Wxruby-users] Wx::ListCtrl#get_item method >> >> >>Nobuaki Arima wrote: >> >> >>>I tentatively revised Wx::ListCtrl#get_item method to use the >>>wxPython-type API. >>> >>&gt...
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. It was great to have a working sample, and to know that font support was possible. I took advantage of this opportunity to s...
2010 Sep 10
1
Can I save my console contents automatically?
Dear All, I'm using R for Mac OS X Cocoa GUI R version 2.11.1. I can save contents of my console window by using "command + s", but I would like to do same thing using R commands. My question is can I save the contents automatically by using R editor with some R commands. Thank you. Nobu
2006 Nov 13
0
[735] trunk/wxruby2: Got the ''get_item_sample'' sample working had to add some missing ListCtrl constants.
...ntrols/get_item_sample.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-11-13 07:21:40 UTC (rev 735) </span><span class="lines">@@ -1,6 +1,7 @@ </span><ins>+#!/usr/bin/env ruby </ins><span class="cx"> # Written by Nobuaki Arima </span><span class="cx"> </span><del>-require ''wxruby'' </del><ins>+require ''wx'' </ins><span class="cx"> </span><span class="cx"> ID = 1 </span><span class=&...