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
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
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
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
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
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
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
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
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
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:
&
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
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
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
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
>&
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
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
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.
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
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
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
*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
*
*
*
*
*
*
*
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
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
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
24 matches
Mail list logo