Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-16 Thread Shaun August
guage I like isn't that > much more. > > Andy Stechishin (lurker) > > On Thu, May 16, 2013 at 12:40 PM, Shaun August (mailto:saug...@me.com)> wrote: > > I would like to see Laurent and Hipbyte offer a paid version of MacRuby > > with the same pricing s

Re: [MacRuby-devel] OS X10.9 & MacRuby's future...

2013-05-16 Thread Shaun August
I would like to see Laurent and Hipbyte offer a paid version of MacRuby with the same pricing structure as RubyMotion. I'd buy it... -- Shaun On Thursday, 16 May, 2013 at 11:38 AM, Mark Villacampa wrote: > I'm a longtime RubyMotion user, and MacRuby user before that. I want to share > my v

Re: [MacRuby-devel] REXML UTF-8 Encoding not found

2011-10-07 Thread Shaun August
source. Hmmm... > > > > > On 2011-10-07, at 3:10 PM, Shaun August wrote: > >> Hi Eloy, >> >> Thanks for responding. I tried to add the --stdlib rexml command and I now >> get an error about fileutils not being available. I was reading in Matt's

Re: [MacRuby-devel] REXML UTF-8 Encoding not found

2011-10-07 Thread Shaun August
Hi Eloy, Thanks for responding. I tried to add the --stdlib rexml command and I now get an error about fileutils not being available. I was reading in Matt's excellent book (does that count as a quote?) that the --stdlib can only load one library rather than the entire set of libraries when I p

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Shaun August
Sorry, I was looking in the wrong place. I can confirm the outlets ARE working for me. To reiterate, I installed Xcode 4 and then the nightly build from the installer package and not from the command line. Thank you, SHAUN AUGUST DIRECTOR OF DESIGN EOS LIGHTMEDIA CORPORATION 320 - 825

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Shaun August
Hi All, I installed Xcode 4 and then the latest nightly build and the outlets are not working for me. Thanks Shaun On 2011-03-11, at 10:22 AM, Matt Aimonetti wrote: > Can you verify that the outlets are working? > Laurent said he would commit the templates shortly so they should be > a

Re: [MacRuby-devel] loop audio file seamlessly (Zachary Kaplan)

2011-02-23 Thread Shaun August
Hi Zak, Try looking at the QTMovie. It is much more reliable and handles audio well. If you need a sample I can post something tonight. Thank you, On 2011-02-22, at 10:27 PM, Zachary Kaplan wrote: > hello all, > > i received a suggestion from another member to check out the PlayFile > exa

Re: [MacRuby-devel] Frameworks Help

2010-10-31 Thread Shaun August
our C code is multithreaded, you might want to look carefully if all > your code base is thread-safe, and using NSLocks or GCD to isolate certain > code paths. > > Laurent > > On Oct 29, 2010, at 10:41 PM, Shaun August wrote: > > Hi All, > > I have had some limited

Re: [MacRuby-devel] Frameworks Help

2010-10-30 Thread Shaun August
calling is using the posix threads and it looks like this fixed it. Thanks, Shaun On 2010-10-29, at 11:46 PM, Mario Steele wrote: > Hello Shaun, > > On Sat, Oct 30, 2010 at 1:41 AM, Shaun August wrote: > Hi All, > > I have had some limited success going back and f

Re: [MacRuby-devel] Frameworks Help

2010-10-29 Thread Shaun August
threading in the c libraries but I am not sure if there is anything I can do to fix this. Am I stuck with this error or is there a way around it? Thanks, Shaun On 2010-10-24, at 12:17 AM, Mario Steele wrote: > Hey Shaun, > > On Sun, Oct 24, 2010 at 1:14 AM, Shaun August wrote: &

Re: [MacRuby-devel] Frameworks Help

2010-10-23 Thread Shaun August
into my project. Thanks, Shaun On 2010-10-19, at 10:12 PM, Mario Steele wrote: > Hello Shaun, > > On Wed, Oct 20, 2010 at 12:00 AM, Shaun August > wrote: > Hi Robert, > > Thanks! That make sense. All those cocoa classes have capitals and they work > fine. I see

Re: [MacRuby-devel] Frameworks Help

2010-10-20 Thread Shaun August
Thanks Nick, I appreciate the tutorial. On Wed, Oct 20, 2010 at 1:44 PM, Nick Ludlam wrote: > Thanks Shaun, > I'm in the process of revising the tutorial from a couple of other people's > feedback, so I'll take a look at this too. > > Nick > > > On 20

Re: [MacRuby-devel] Frameworks Help

2010-10-20 Thread Shaun August
On Wed, Oct 20, 2010 at 12:00 AM, Shaun August wrote: > >> Hi Robert, >> >> Thanks! That make sense. All those cocoa classes have capitals and they >> work fine. I seem to be able to call from the framework but I am running >> into an undefined method 'extern&#x

Re: [MacRuby-devel] Frameworks Help

2010-10-19 Thread Shaun August
d names. > I know because I only recently changed my project to conform to the > convention. > > Bob Rice > > > On Oct 19, 2010, at 7:17 PM, Shaun August wrote: > >> Hi There, >> >> I am attempting to work with a framework provided by a USB device >&

[MacRuby-devel] Frameworks Help

2010-10-19 Thread Shaun August
Hi There, I am attempting to work with a framework provided by a USB device manufacturer and all of their method names start with capitols and I am wondering about the easiest way to access these methods through macruby. I remember reading somewhere about fixing the constants in Obj-C but I can

Re: [MacRuby-devel] posix_spawn Permission denied

2010-10-19 Thread Shaun August
gt; the execution flag set on? Did you try using `chmod +x' on it? > > Laurent > > On Oct 14, 2010, at 8:21 PM, Shaun August wrote: > >> Hi, >> >> I am building some applications for the first time and when I transfer them >> over to a new computer I a

[MacRuby-devel] posix_spawn Permission denied

2010-10-14 Thread Shaun August
Hi, I am building some applications for the first time and when I transfer them over to a new computer I am getting a posix_spawn permission denied error. I read a bit about this on the net and it seems it can be caused by dropbox. I use dropbox to transfer my files but they are always zipped.

Re: [MacRuby-devel] Strings Differ between Ruby and MacRuby?

2010-10-11 Thread Shaun August
Hi Guys, Thanks for your help. I am still running 1.8.6 on my machine so I guess it is time to upgrade so I don't chase my tail for too long. I am not familiar with the character encodings but I'm reading up on them now. Thanks for your help. Shaun

[MacRuby-devel] Strings Differ between Ruby and MacRuby?

2010-10-11 Thread Shaun August
I have a bit of an issue with Strings between MacRuby and Ruby. I have a socket that is feeding me data and I am running a check on watching for changes in the byte structure. The script works in ruby and I can get both the "\030" and the "\220" values to test true Here is the snippet. if res

[MacRuby-devel] Data Formatters Temporarily Unavailable?

2010-10-11 Thread Shaun August
Hi Everyone, I am having a problem running a ruby script as a shell script I am getting the same error when I call this script: puts `sudo restart.rb` or this: puts `restart.rb` The script runs perfectly when I use the macirb in terminal so I am a bit stumped. Here is the erro

[MacRuby-devel] RoxorThreadRaisException with Ruby Thread

2010-10-03 Thread Shaun August
*Hi There,* * * *I am using a number of ruby threads in an application and I am getting a random error of RoxorThreadRaisException. I have read through some of the bugs and I am wondering if I should switch over to NSThread? Is the ruby thread stable?* * * ** * Thanks, Shaun * * * * * * *

Re: [MacRuby-devel] MacRuby-devel Digest, Vol 32, Issue 7

2010-10-02 Thread Shaun August
the list at >macruby-devel-ow...@lists.macosforge.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of MacRuby-devel digest..." > > > Today's Topics: > > 1. Socket Class not implimented? (Shaun August) > 2. Re: S

[MacRuby-devel] Socket Class not implimented?

2010-10-02 Thread Shaun August
Hi There, I am trying to run a ruby TCPsocket to get information from a quatech serial device server. The code runs well in ruby but I get an error when I try to reference the class in my MacRuby code: uninitialized constant Coin_Counter::TCPsocket (NameError) Here is the class where the error t

[MacRuby-devel] ActionMailer in Macruby?

2010-09-29 Thread Shaun August
Hi There, I am trying to use actionmailer Macruby and I am not having any luck. I am getting an uninitialized constant error. The same script runs fine in ruby. Thanks, Shaun ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://list