[MacRuby-devel] My new MacRuby Apps are now available in the App Store

2012-10-19 Thread J Silver
Hi MacRuby! GlobalChat2, client and server, are now available in the Mac App Store https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Source code is available here: https://github.com/jsilverMDX/Global

Re: [MacRuby-devel] My new MacRuby Apps are now available in the App Store

2012-10-19 Thread J Silver
, J Silver wrote: Hi MacRuby! GlobalChat2, client and server, are now available in the Mac App Store https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Source code is available here: https://gi

Re: [MacRuby-devel] My new MacRuby Apps are now available in the App Store

2012-10-19 Thread J Silver
thank you @colinta! :D On 19/10/2012 11:42, Colin Thomas-Arnold wrote: congratulations! I remember when you first started this project. It's great to see it taken to completion! @colinta colinta.com github.com/colinta On Oct 19, 2012, at 12:22 PM, J Silver wrote: Hi Ma

Re: [MacRuby-devel] My new MacRuby Apps are now available in the App Store

2012-10-19 Thread J Silver
On 19/10/2012, at 20:22, J Silver wrote: Hi MacRuby! GlobalChat2, client and server, are now available in the Mac App Store https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Source code is a

Re: [MacRuby-devel] My new MacRuby Apps are now available in the App Store

2012-10-19 Thread J Silver
2:22 PM, J Silver wrote: Hi MacRuby! GlobalChat2, client and server, are now available in the Mac App Store https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Source code is available her

[MacRuby-devel] New Version of GlobalChat2 Pro on App Store

2012-11-08 Thread J Silver
GlobalChat https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Written in 100% MacRuby! Source code: https://github.com/jsilverMDX/GlobalChat2 Bonus: RubyMotion version Definitely planned and in the

Re: [MacRuby-devel] New Version of GlobalChat2 Pro on App Store

2012-11-08 Thread J Silver
: @MarkVillacampa On Friday, November 9, 2012 at 6:16 AM, J Silver wrote: GlobalChat https://itunes.apple.com/us/app/globalchat-2-pro/id566614902?ls=1&mt=12 https://itunes.apple.com/us/app/globalchat-server/id566163288?ls=1&mt=12 Written in 100% MacRuby! Source code: https://github.com/js

Re: [MacRuby-devel] Cannot compile RJB using MacRuby nightly

2012-11-13 Thread J Silver
MacRuby is an objective-C packaging system. Objective-C + Ruby yes, Java no. You won't be able to bundle the jvm in your app. Seek a non-java solution to accomplish whatever the gem is trying to do. What is the gem called? Perhaps there is an alternative? On 13/11/2012 00:02, Eduardo G. Melgui

Re: [MacRuby-devel] Cannot compile RJB using MacRuby nightly

2012-11-13 Thread J Silver
ly. The thing is, as Nokogiri compiled and installed successfully, I assumed it would be the aame for RJB. Regards, Eduardo On 13 Nov 2012, at 08:11, J Silver wrote: MacRuby is an objective-C packaging system. Objective-C + Ruby yes, Java no. You won't be able to bundle the jvm in

Re: [MacRuby-devel] Core Dump When Importing 3rd Party gems

2012-11-14 Thread J Silver
Not sure if this will fix, but I see you are running 0.12. That's way old. You should upgrade to nightly latest 0.13. Still, don't hear many reports of C extensions working beyond the initial Nokogiri, so this is something I too would like to see fixed. Thanks, jsilver On 14/11/2012 10:10, J

Re: [MacRuby-devel] New Version of GlobalChat2 Pro on App Store

2012-11-14 Thread J Silver
I am hoping to create more documentation for this as I find out more, but everything seems to work if you use that gem. jsilver On 14/11/2012 12:42, Joshua Ballanco wrote: Awesome job! Congrats! On Friday, November 9, 2012 at 7:52 AM, J Silver wrote: Thanks Mark! I will have a look. On 0

[MacRuby-devel] A QtRuby Version of The GC2 Client has Been Created

2012-11-22 Thread J Silver
http://cl.ly/image/2w0P1X3H1v3T http://cl.ly/image/3Q3j260q1s1F Want to report success using QtRuby library with the qtbindings gem. Internally, Able to use Signals and Slots through the advanced techniques described around the web. Now have a working version of the chat available in the Glob

Re: [MacRuby-devel] A QtRuby Version of The GC2 Client has Been Created

2012-11-23 Thread J Silver
r increase the number of bytes you're reading each loop or, ideally, use TCPSocket#read with a buffer. It's a bit more work to get right, but it should resolve your performance issues. Cheers, Josh On Thursday, November 22, 2012 at 11:23 PM, J Silver wrote: http://cl.ly/image/2w0P1

Re: [MacRuby-devel] A QtRuby Version of The GC2 Client has Been Created

2012-11-23 Thread J Silver
I've created a ticket about this, 4.0 support planned. Thanks ! On 23/11/2012 05:11, Joshua Ballanco wrote: On this line: https://github.com/jsilverMDX/GlobalChat2/blob/master/gc2-qtruby/global_chat_controller.rb#L90 you're reading in a byte at a time. That, combined with the GVL, can seriou

Re: [MacRuby-devel] A QtRuby Version of The GC2 Client has Been Created

2012-11-23 Thread J Silver
out MacRuby :/ Sent from my iPhone On 23/11/2012, at 18:54, J Silver wrote: I've created a ticket about this, 4.0 support planned. Thanks ! On 23/11/2012 05:11, Joshua Ballanco wrote: On this line: https://github.com/jsilverMDX/GlobalChat2/blob/master/gc2-qtruby/global_chat_controller.rb

[MacRuby-devel] GlobalChat Gem

2012-11-24 Thread J Silver
gem install globalchat https://rubygems.org/gems/globalchat Should work on Mac, Windows and Linux. On Linux you need a lot of dependencies but it will work. sudo aptitude install build-essential bison openssl libreadline5 libreadline-dev curl git-core zlib1g zlib1g-dev libssl-dev vim libs

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread J Silver
Wow, didn't even know 1.9 required "rubygems" by default! Thanks! On 30/11/2012 10:22, Joshua Ballanco wrote: Do you have a "require 'rubygems'" in your script? Unlike Ruby 1.9, MacRuby doesn't automatically load RubyGems by default. On Friday, November 30, 2012 at 8:11 PM, stephen horne wrote

Re: [MacRuby-devel] Problem with a window controller

2012-12-02 Thread J Silver
Hi David, Try NSLog instead of puts. Also you can override puts to #NSLog. I have some production MacRuby code up at https://github.com/jsilverMDX/GlobalChat2/tree/master/globalchat%202%20OSX that's in the App Store. Look here for an example of a working MacRuby app that uses IB and Sockets.

Re: [MacRuby-devel] Fwd: MacRuby-devel Digest, Vol 59, Issue 3

2013-01-25 Thread J Silver
Yes but I analyzed and it's a redirect to a broken link. If you have already clicked, you should be fine, but don't click if you haven't !! On 25/01/2013 12:39, Duane Kiefer wrote: Beware, the link in bugpowder's message goes to a phishing site! Begin forwarded message: *From: *macruby-devel-