Re: [MacRuby-devel] Basic delayed email method

2012-10-19 Thread Mark Rada
Busy looping for an hour would be really bad. I assume you would have a sleep in there, but then you're still polling. If you are using MacRuby, looking at the GCD API would be a good idea. You could do something like this: def schedule_email q q.after(3600) do # Send email

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

2012-10-19 Thread J Silver
Thank you Mark. I hope that the openness of it will truly help it topple IRC once and for all and encourage modability and usage and other programming fun. On 19/10/2012 14:52, Mark Rada wrote: Congratulations on shipping! The idea of a new TCP level chat protocol is neat. On 2012-10-19, at

[MacRuby-devel] Basic delayed email method

2012-10-19 Thread Cliff Rosson
Hi Everyone, I am fairly new to macruby and am having trouble finding some basic documentation to help me out. I would like to write a simple app that sends a delayed email based on Time from mac mail. I am thinking of something like this, time = Time.now + 3600 while true case time when Tim

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

2012-10-19 Thread Mark Rada
Congratulations on shipping! The idea of a new TCP level chat protocol is neat. On 2012-10-19, at 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 > htt

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

2012-10-19 Thread J Silver
True true. I hope on using native Ruby technologies to create a smarter Chat protocol that is less annoying but well prepared to displace IRC usage by coders. For example, the new version allows multi-line saying, which is what it sounds like: You can pretty much Ctrl+V any amount of code or te

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 MacRuby! GlobalC

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

2012-10-19 Thread Colin Thomas-Arnold
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 MacRuby! > > GlobalChat2, client and server, are now available in the Mac App Store > >

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

2012-10-19 Thread J Silver
Yes. Exactly. Hopefully they are far enough along when I get there that it is an easy port. On 19/10/2012 11:45, Mark Villacampa wrote: Thats so cool! Do you plan on using Ruboto and IronRuby for Android and Windows? That would be pretty epic :) Sent from my iPhone On 19/10/2012, at 20:22,

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

2012-10-19 Thread Mark Villacampa
Thats so cool! Do you plan on using Ruboto and IronRuby for Android and Windows? That would be pretty epic :) Sent from my iPhone 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

[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] Quartz 2D Graphics problem

2012-10-19 Thread Jim Getzen
10.8.2 Jim On Oct 19, 2012, at 12:18 AM, Mark Rada wrote: Hey Jim, What version of OS X are you running things on? On 2012-10-18, at 9:50 PM, Robert Carl Rice wrote: > Hi Jim, > > Adding those frameworks didn't fix my BridgeSupport problem. Have you tried > to build your project with th

Re: [MacRuby-devel] Quartz 2D Graphics problem

2012-10-19 Thread Jim Getzen
Bob, No, I haven't. Perhaps I will get a chance later. I have noticed some oddities with AppKit and OpenGL framework bridgesupport files, but that will have to be the subject of another post. Jim On Oct 18, 2012, at 9:50 PM, Robert Carl Rice wrote: Hi Jim, Adding those frameworks didn't fi