[MacRuby-devel] compiling macruby

2009-07-22 Thread Daniel
Hi, I've been compiling macruby from source, svn with tag 0.4 One observation I made is that if there's a different bison in my path, such as the one from macports in /opt/local/bin/bison, then macruby will not compile. In Rakefile, bison is hardcoded to /usr/bin/bison In the generated ext/ripp

Re: [MacRuby-devel] compiling macruby

2009-07-22 Thread Daniel
ok, thanks. On Wed, Jul 22, 2009 at 2:35 PM, Conrad Taylor wrote: > On Wed, Jul 22, 2009 at 4:19 AM, Daniel wrote: > >> Hi, >> >> I've been compiling macruby from source, svn with tag 0.4 >> >> One observation I made is that if there's a diffe

[MacRuby-devel] Size of the apps

2010-04-07 Thread Daniel Lopes
roblem, just to know). Thanks. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Daniel Lopes - Area Criações Design, Websites e Sistemas Web http://www.areacriacoes.com.br/ http://www.cifrascash.com/ http://pomodo.areacriacoes.com.br/ http://egenial.com.br/cursorails tw

[MacRuby-devel] Garbage Collector in MacRuby

2010-04-10 Thread Daniel Lopes
Hello, I would like to know more about the garbage collector. In Obj-c even when we have GC enabled we should set nil to the vars (which sometimes is also useful in pure ruby). Correct me if I'm wrong but in MacRuby we can't use GDB, right? We still able to use profile tools? I should set all vars

Re: [MacRuby-devel] Garbage Collector in MacRuby

2010-04-10 Thread Daniel Lopes
Thanks to answer Laurent. On Sat, Apr 10, 2010 at 9:47 PM, Laurent Sansonetti wrote: > Hi Daniel, > > MacRuby uses the Objective-C garbage collector, and also runs the > Objective-C runtime in GC mode. It basically means that you can use Cocoa > objects without the need to reta

Re: [MacRuby-devel] Size of the apps

2010-04-14 Thread Daniel Lopes
On Apr 9, 2010, at 8:27 PM, Laurent Sansonetti wrote: > > Hi Daniel, > > As Matt said, it is possible to trim out your .app bundle to only ship > what's really needed. If you do not need the standard library and > extensions, removing them might free some memory. I believe

Re: [MacRuby-devel] Size of the apps

2010-04-14 Thread Daniel Lopes
Ops, sorry... small typo == isn't a big issue. Nobody cares for 10mb or 30mb today. On Wed, Apr 14, 2010 at 3:45 PM, Matt Aimonetti wrote: > Daniel, can you explain why you think it's a big issue? Maybe we can help > with some temporary solutions. > > - Matt > > >

Re: [MacRuby-devel] Size of the apps

2010-04-15 Thread Daniel Lopes
I agree... and we also can dmg the app and probably it will be smaller than the zip version. On Thu, Apr 15, 2010 at 3:16 PM, Jakub Suder wrote: > On Thu, Apr 15, 2010 at 16:05, robert gleeson wrote: > > I agree, 100%, with Dave Baldwin. It would be nice to see the overall > size > > of a MacRu

Re: [MacRuby-devel] Size of the apps

2010-04-15 Thread Daniel Lopes
8MB because of the > reasons he listed. I don't think MacRuby can be a big player until we can > distribute smaller apps. > > Rob > > On 15 Apr 2010, at 09:35, Dave Baldwin wrote: > > > On 14 Apr 2010, at 19:47, Daniel Lopes wrote: > > Ops, sorry... small typo

[MacRuby-devel] Float bind and NSDecimalNumber

2010-04-17 Thread Daniel Lopes
Hello, I have a model Person with two accessors, one is initialized as float. In Interface builder I did a bound between accessor and a TableColumn (which one have a NumberFormatter). Everything ok but when I try store in with NSKeyedArchiver.archivedDataWithRootObject it fails saying: *Exception

Re: [MacRuby-devel] Float bind and NSDecimalNumber

2010-04-18 Thread Daniel Lopes
Hi Laurent, I'm not sure it's a bug or I'm doing something wrong. Anyway,I created a new bug with the project attached. https://www.macruby.org/trac/ticket/656 On Sun, Apr 18, 2010 at 1:18 AM, Laurent Sansonetti wrote: > Hi Daniel, > > Could you reduce the problem int

[MacRuby-devel] Security for licensing a MacRuby app

2010-04-18 Thread Daniel Lopes
Hello, I'm looking for a way to license one app that I'm working on and I found AquaticPrime. I would like to know if the use of this tool can be interfered by MacRuby. How AquaticPrime changes the CoreFoundation, it can be an issue? More about AquaticPrime: http://code.nimblehost.com/ If it can ca

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
e the core foundation ?). I asked if someone else here already have some experience in serial and activation proccess and if exists any framework for that. Thanks. Sent from my iPhone On 20/04/2010, at 23:42, Laurent Sansonetti wrote: Hi Daniel, Sorry for the late reply. On Apr 18, 2010,

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
Gary, take a look in this video: Embedding MacRuby You will see that the xcode template target is just a shell command and you can call it from terminal. You also be able to open

[MacRuby-devel] Lighthouse and GoogleGroup

2010-04-21 Thread Daniel Lopes
Hello, I would like to know why not use lighthouse for bug tracker, github for source code and google groups for mailing list? These tools (MacOSforge, Trac and etc) are required by Apple? I don't know if is just my opinion but for me they are much worse than the other that I said above. Thanks, _

Re: [MacRuby-devel] Lighthouse and GoogleGroup

2010-04-22 Thread Daniel Lopes
really usefull is this one: http://public.me.com/johnmshea But I don't know if the author agree to make this public. On Thu, Apr 22, 2010 at 4:33 AM, Matt Aimonetti wrote: > Thanks for the input Daniel, > > I think there are many reasons, first and foremost, this is an Apple > project and

Re: [MacRuby-devel] Is this the appropriate place to discuss HotCocoa?

2010-04-23 Thread Daniel Lopes
Hotcocoa also don't came with macruby dmg anymore? On 23/04/2010, at 01:23, Matt Aimonetti wrote: The project was moved outside of the MacRuby core and it's currently maintained by Rich Kilmer. It was moved to GitHub with the hope that the community will be more involved and take ownership

Re: [MacRuby-devel] Lighthouse and GoogleGroup

2010-04-23 Thread Daniel Lopes
Thanks Laurent, I will update the site with this links. Sent from my iPhone On 22/04/2010, at 17:25, Laurent Sansonetti wrote: Hi Daniel, This is a recurrent question. Our opensource projects are hosted on macosforge. If we want to switch to new tools they must be installed there

[MacRuby-devel] Blogs posts and another links in macruby website

2010-04-24 Thread Daniel Lopes
I just forked macruby website and want to add some new links in documentation page. The problem is the website doesn't have a space for that. I'm thinking in create a new session inside http://localhost:4331/documentation.html with the title "Misc" or "Another Resources". My idea is share this link

Re: [MacRuby-devel] Blogs posts and another links in macruby website

2010-04-25 Thread Daniel Lopes
many times your version is very useful to understand what I should do. I don't think you should delete this. Maybe when I finish the book I can share my version (updated to MacRuby 0.6). On Sun, Apr 25, 2010 at 3:30 AM, John Shea wrote: > Hi Daniel, > the last one on the list (mine) has

Re: [MacRuby-devel] Blogs posts and another links in macruby website

2010-04-25 Thread Daniel Lopes
> trunk. Then maybe we can add them into the MacRuby repository as sample > code? > > Daniel, as for the section, what about "External Resources"? Maybe > http://developer.apple.com/mac/articles/scriptingautomation/cocoaappswithmacruby.htmlcan > be added there too then.

Re: [MacRuby-devel] Blogs posts and another links in macruby website

2010-04-26 Thread Daniel Lopes
Me too, but I will send a message to him to ask. On Mon, Apr 26, 2010 at 12:35 AM, Matt Aimonetti wrote: > I'm almost sure the Hilegass's examples are copyrighted :( > > - Matt > > > On Sun, Apr 25, 2010 at 7:01 PM, Daniel Lopes wrote: > >> I think Externa

[MacRuby-devel] Aaron answer about convert the code of the Book to MacRuby

2010-05-03 Thread Daniel Lopes
Hello folks, Some days ago I sent a message here with the idea to convert the Cocoa Programming For Mac OSX to MacRuby. Definitely MacRuby is a fantastical project but we need more examples and places where people, like me, could start your journey. I think if we have resources like this code for A

Re: [MacRuby-devel] Aaron answer about convert the code of the Book to MacRuby

2010-05-04 Thread Daniel Lopes
I already did all code up to chapter 11 but I think I lost the code of 2,3 and 4 chapters. My code is in github: http://github.com/danielvlopes/HillegassMacRuby . Could you fork it and send me a pull request with these chapters? (don't forget to remove your build folders). Thanks. On Tue, May 4,

Re: [MacRuby-devel] Aaron answer about convert the code of the Book to MacRuby

2010-05-05 Thread Daniel Lopes
You're right I back in the book and conclude the same. Sent from my iPhone On 05/05/2010, at 07:01, Christian Bryan wrote: Daniel, I have the RandomApp example from chapter 2, which I will add to the fork. Chapter 4 was about manual memory management using the retain/release mech

Re: [MacRuby-devel] Aaron answer about convert the code of the Book to MacRuby

2010-05-05 Thread Daniel Lopes
3, 2010 at 11:48 AM, Daniel Lopes wrote: > >> Hello folks, Some days ago I sent a message here with the idea to convert >> the Cocoa Programming For Mac OSX to MacRuby. Definitely MacRuby is a >> fantastical project but we need more examples and places where people, like >&

[MacRuby-devel] FTP in MacRuby

2010-05-05 Thread Daniel Fontaine
Does Net::FTP not work on MacRuby 0.6? I am trying a simple Net::FTP.new(server, user, password) and receive EOFError: end of file reached from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' from /Library/Frameworks/MacRuby

Re: [MacRuby-devel] "Cocoa Programming" examples in MacRuby?

2010-06-16 Thread Daniel Lopes
r Mac OS X". http://github.com/danielvlopes/HillegassMacRuby -Matt On Wed, Jun 16, 2010 at 1:37 PM, Rich Morin wrote: I recently received my copy of "Cocoa Programming: A Quick-Start Guide for Developers" Daniel H. Steinberg (Edited by Dave Thomas) Pragmatic Programmers, 2010, ISB

[MacRuby-devel] NSDatepicker inside NSTableView

2010-06-22 Thread Daniel Lopes
lways blank, if I already have a column in database with date defined when I open it in Tableview the datepicker display the data but don't let me change the value. Someone have sugestion on what I should do? Thanks a lot. Daniel Lopes ___ MacR

Re: [MacRuby-devel] testing?

2010-07-10 Thread Daniel Lopes
he env for tests in MacRuby. Daniel Lopes On Fri, Jul 9, 2010 at 11:12 PM, Jordan K. Hubbard wrote: > I'm a sucker for trolls. ;-) > > On Jul 9, 2010, at 4:37 PM, Matt Aimonetti wrote: > > Jordan, Ryan was talking about Cocoa developers writing tests. He was > trolling a

Re: [MacRuby-devel] MacRuby 0.7 release notes

2010-10-02 Thread Daniel Lopes
Awesome, thanks a lot. Sent from my iPhone On 02/10/2010, at 01:44, Laurent Sansonetti wrote: > Hi guys, > > MacRuby 0.7 is now ready to be released. I created a branch called "0.7" > which might host minor fixes, and I'm now working on preparing the release > and announcement post. It shoul

[MacRuby-devel] Fail to access kABFirstNameProperty

2011-01-15 Thread Daniel Lopes
Hello, I'm playing with AddressBook framework but I can't figure how access the predefined constants. For example, in my ViewControler I do like below but XCode can't find kABFirstNamePropery. I already added framework 'AddressBook' in my rb_main.rb: def awakeFromNib notificationCenter =

Re: [MacRuby-devel] Fail to access kABFirstNameProperty

2011-01-15 Thread Daniel Lopes
monetti > wrote: > Constants in Ruby start by an uppercase, rename kABFirstNamePropery => > KABFirstNamePropery > > Also I have an address book example in my book you can see freely online. > > - Matt > > Sent from my iPhone > > On Jan 15, 2011, at 19:24, Danie

[MacRuby-devel] Issues with Notifications in MacRuby

2011-01-16 Thread Daniel Lopes
Hello, I'm playing with notification in MacRuby but I don't know the behavior of the same thing in Objc is a little diferent. I believe the problem could be something related to Macruby's XCode template that don't do something that the normal cocoa do. The app is really simple and I just creat

Re: [MacRuby-devel] MacRuby Book discount

2011-01-17 Thread Daniel Lopes
Awesome, I just bought my copy :) On 17/01/2011, at 17:54, Matt Aimonetti wrote: > Thanks for your support. Let me know if you are stumbling upon things that > you would like to see covered but are missing from the TOC. > > Also, what are you building with MacRuby? > > - Matt > > Sent from m

[MacRuby-devel] IDE and TextEditor

2011-01-17 Thread Daniel Lopes
Hello everybody, I'm spending more and more time with macruby but I'm not very happy with XCode yet. The IDE is pretty good but I didn't found a good theme that colorizes Ruby syntax in the right way. I don't consider TextMate and Vim because for frameworks like Cocoa I think autocomplete and i

Re: [MacRuby-devel] what are you building with macruby?

2011-01-17 Thread Daniel Lopes
I'm working on Taks Manager that we plan to release in alpha in 1 or 2 months. When we finish I will send an email here. On 17/01/2011, at 18:19, Matt Aimonetti wrote: > Wow this is awesome! > We are working on redesigning the MacRuby website and I'd like to feature > MacRuby apps on the homepa

Re: [MacRuby-devel] MacRuby Book discount

2011-01-18 Thread Daniel Lopes
I don't like read full books in computer screen but the version for iPad solves this problem :) . I'm in the middle of the book and is really good, worth every cent. On 18/01/2011, at 14:08, Matt Aimonetti wrote: > Thanks a lot, it's been quite challenging to keep up with trunk, to find an > i

[MacRuby-devel] MacRuby 0.10 Sqlite3 and Sequel

2011-04-08 Thread Daniel Westendorf
It works with MRI 1.9.2. Am I doing something wrong, or is this a bug? Does anyone have some suggestions on what I should do to troubleshoot this or work around it? Thanks, Daniel ___ MacRuby-devel mailing list [email protected]

Re: [MacRuby-devel] MacRuby 0.10 Sqlite3 and Sequel

2011-04-11 Thread Daniel Westendorf
Thanks for the input. I found that as a workaround, calling .all() on the end of the query gives me the datas I'm looking for. Thanks for looking! Daniel > Message: 3 > Date: Sat, 9 Apr 2011 16:55:45 -0700 > From: Morgan Schweers > To: "MacRuby development discussions

[MacRuby-devel] Progress Indicator

2011-04-13 Thread Daniel Westendorf
Slider and adding the tweaks there, but maybe there is a better solution? Can someone point me in the right direction? Thanks for the help, Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/li

Re: [MacRuby-devel] Progress Indicator

2011-04-14 Thread Daniel Westendorf
ple-macruby/HotCocoa/download_and_progress_indicator/lib/application.rb > > Hopefully that will help you get started. > > - Matt > > On Wed, Apr 13, 2011 at 9:03 PM, Daniel Westendorf > wrote: > >> Hi all, >> >> I want to display a progress indicator (slider l

Re: [MacRuby-devel] Progress Indicator

2011-04-14 Thread Daniel Westendorf
I actually went ended up subclassing NSView for a very basic progress indicator that supports clicks to advance the progress. Find my example here: https://gist.github.com/921125 Daniel On Wed, Apr 13, 2011 at 10:43 PM, Matt Aimonetti wrote: > I wrote a sample for something like that... I j

Re: [MacRuby-devel] Sqlite3 without core data

2011-04-28 Thread Daniel Westendorf
Petr, I can confirm that Model's don't work as expected with Sequel and Macruby. Instead I use a workaround like this: DB[:items].all() DB[:items].insert(:name => "My Item") etc. Daniel On Thu, Apr 28, 2011 at 7:32 AM, Petr Kaleta wrote: > So I've made som

[MacRuby-devel] Unable to Upload Application to the App store

2011-05-06 Thread Daniel Westendorf
olves to a file that doesn't exist. Relative location: Thumper.app/Contents/Frameworks/MacRuby.framework/Versions/0.10/Headers When I take the .app to a fresh install of 10.6 w/o Macruby installed, it runs fine. I'm confused as to where to go from here. Does anyone hav

Re: [MacRuby-devel] Unable to Upload Application to the App store

2011-05-06 Thread Daniel Westendorf
Simply navigating into the archive and the application bundle inside and removing the offending files allowed me to upload the application to the App store. dw On Fri, May 6, 2011 at 1:06 PM, Daniel Westendorf wrote: > Hi all, > > I'm running into some trouble uploading my appl

Re: [MacRuby-devel] Unable to Upload Application to the App store

2011-05-06 Thread Daniel Westendorf
Hi Laurent, I'm running MacRuby .10. I'll try upgrading to a nightly build and seeing where that gets me. As of right now, I can upload the package to the App store and it validates, but I get a status of "Invalid Bundle". Daniel On Fri, May 6, 2011 at 1:45 PM, Laurent San

Re: [MacRuby-devel] Unable to Upload Application to the App store

2011-05-06 Thread Daniel Westendorf
Upgrading to the nightly build of .11 resolved the issue for me. Thanks! Daniel On Fri, May 6, 2011 at 1:49 PM, Daniel Westendorf wrote: > Hi Laurent, > > I'm running MacRuby .10. I'll try upgrading to a nightly build and seeing > where that gets me. As of right now, I

[MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-08 Thread Daniel Westendorf
computer." This is on my development machine. If I create an .app, it launches and runs fine. I'm running the latest nightly build of MacRuby. Any thoughts on how to track this issue down? Thanks, Daniel ___ MacRuby-devel mailing list MacR

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-09 Thread Daniel Westendorf
thing, attempt to Archive it as a .pkg, then try to install, I get the same error "Testapp can't be installed on this computer". It looks like there is a default setting that is causing this. Any other suggestions? Thanks! On Mon, May 9, 2011 at 12:00 AM, Thomas R. Koll wrote: >

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-09 Thread Daniel Westendorf
That is good to know. I don't think it relates to my specific problem though, since I'm getting the same error with a "blank" MacRuby application generated from Xcode, or am I misunderstanding? Thanks, Daniel On Mon, May 9, 2011 at 11:42 AM, Dominic Dagradi wrote: >

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-09 Thread Daniel Westendorf
, for *all* configurations. You might be editing only > Debug, and not Release. > > Dominic Dagradi > Developer, Bearded > [email protected] > http://bearded.com > 412.376.7273 tel > 412.945.6017 fax > > On Monday, May 9, 2011 at 10:55 AM, Daniel Westendorf wrote:

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-10 Thread Daniel Westendorf
ate a .pkg. The resulting pkg results in the same error "Appname can't be installed on this computer". I can provide an example app if someone wants to look closer? Thanks again for looking, Daniel On Mon, May 9, 2011 at 2:33 PM, Daniel Westendorf wrote: > Here is a screensho

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-11 Thread Daniel Westendorf
hing silly that I'm doing! Here is a github project of the vanilla app I'm using to test this: [email protected]:danielwestendorf/BlankMacRubyApp.git Thanks again for all the help! dw On Tue, May 10, 2011 at 10:39 PM, Joshua Ballanco wrote: > Hey Daniel, > > Check in th

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-13 Thread Daniel Westendorf
Update: I opened up my project in Xcode 3.2.6, hit "Build and Archive", and everything worked. I'm at a loss as to why things simply were not working for me with Xcode 4, but they seem to be resolved! Thanks, dw On Wed, May 11, 2011 at 10:11 AM, Daniel Westendorf wrote: > Tha

[MacRuby-devel] Scripting Terminal.app with ScriptingBridge

2011-06-02 Thread Daniel Westendorf
tException: *** -[SBElementArray addObject:]: can't add an object that already exists. Hopefully I'm just doing something silly? Thanks for the help, Daniel ___ MacRuby-devel mailing list [email protected] http://lists.ma

[MacRuby-devel] NSTableView contents goes blank

2011-06-09 Thread Daniel Westendorf
his on two systems. Has anyone seen this issue? Thanks, Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Keep getting signature error on submission to mac app store

2011-06-13 Thread Daniel Westendorf
y Mac Developer Application: My Name" MyApp.app/ 4. Upload as normal from Organizer. Hope this helps. Daniel On Sun, Jun 12, 2011 at 9:01 AM, [email protected] wrote: > Anyone got a step-by-step showing us how to submit an app to the Mac app > store? I'm able to submit my app, but

Re: [MacRuby-devel] Keep getting signature error on submission to mac app store

2011-06-13 Thread Daniel Westendorf
I'm glad I was able to help! That one took me weeks to figure out :) dw On Jun 13, 2011, at 6:24 PM, "[email protected]" wrote: > THANK YOU DANIEL! > > I think that's done it! Unless Apple's servers are on the blink - cos it's > been

Re: [MacRuby-devel] Does everyone do this with their MacRuby apps?

2011-06-16 Thread Daniel Westendorf
I have wanted to do this for a while because of my own frustrations getting Apps submitted, but I can't commit to doing it right now, too busy! dw On Wed, Jun 15, 2011 at 7:12 PM, Rich Morin wrote: > It sounds to me like there is a need for a detailed HowTo > on this topic.  Might someone be wil

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread Daniel Westendorf
All you should have to do is add the --embed switch to the deployment target I think. http://i.imgur.com/47K5v.png dw On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf wrote: > All you should have to do is add the --embed switch to the deployment > target. See the attached screenshot.

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread Daniel Westendorf
/2011-May/007681.html dw On Thu, Jun 16, 2011 at 5:55 PM, [email protected] wrote: > Hey Daniel > > Mine's the same (apart from the gems). > > Could you do me a favour and have a quick look at this: > http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-containe

Re: [MacRuby-devel] Do MacRuby apps take longer to be reviewed on the Mac App Store?

2011-06-23 Thread Daniel Westendorf
I've seen anywhere from a couple of days to just under two weeks. dw On Thu, Jun 23, 2011 at 9:15 AM, Dominic Dagradi wrote: > New apps can take a while for reviewing, especially if you've had a rejected > binary beforehand. Update go faster, especially when you don't have to > resubmit them. >

[MacRuby-devel] Implement PXSourceList in MacRuby

2011-07-02 Thread Daniel Westendorf
XSourceListDemo/AppDelegate.rb I've stripped it down to the bare minimum to try and figure this out, but it errors out with "Program recieved signal: "EXC_BAD_ACCESS", and I'm not sure what that means. Can anyone provide any pointers as to wha

Re: [MacRuby-devel] Implement PXSourceList in MacRuby

2011-07-18 Thread Daniel Westendorf
Thanks for looking into this. I've given up and decided to just implement this in Objective-C instead of trying to muddle with MacRuby. Daniel 2011/7/12 Chong Francis : > I encountered same issue, the methods: > - (NSInteger)sourceList:(PXSourceList*)aSourceList > badgeValueFo

Re: [MacRuby-devel] Implement PXSourceList in MacRuby

2011-07-18 Thread Daniel Westendorf
was simply looking for a nudge in the right direction to get it figured out, or some advice of someone who had already figured it out. Daniel 2011/7/18 Robert Lowe : > So long and thanks for all the fish. > > Your implementation is wrong, it has nothing to do with macruby. > > You skipped

Re: [MacRuby-devel] Is Xcode4 broke on Lion?

2011-08-17 Thread Daniel Westendorf
I currently just use an older 3.x version of IB. You have manually tell it to read the files any time you want to add/modify an outlet. dw On Aug 17, 2011, at 1:58 PM, Dominic Dagradi wrote: There's an issue with Interface Builder detecting MacRuby outlets and actions. As a workaround, I've be

Re: [MacRuby-devel] Is Xcode4 broke on Lion?

2011-08-17 Thread Daniel Westendorf
Interface Builder 3.X isn't too different from what you'll see in Xcode4, the main difference being that you have to add your class files via File > Read Class Files dw On Wed, Aug 17, 2011 at 2:14 PM, [email protected] wrote: > Thanks All - I've never used 3.x so it will be a bit of a learning

Re: [MacRuby-devel] Apps in the MAS built with MacRuby

2011-09-18 Thread Daniel Westendorf
http://www.coon-and-friends.com/html-slide-presenter.html http://www.thumperapp.com/ dw On Sep 18, 2011, at 9:53 AM, Eloy Duran wrote: > Hey guys, > > For an upcoming presentation I’m giving (on saturday at SecondConf) I’d like > to have an updated list of apps built with MacRuby which are av

Re: [MacRuby-devel] performSelectorOnMainThread Problem

2011-10-10 Thread Daniel Westendorf
This is by design, as the method passes the caller to the selector. dw On Mon, Oct 10, 2011 at 7:54 AM, Alex Greif wrote: > The xcode documentation states that if the method > performSelectorOnMainThread has the argument withObject:nil, then the nil > means that the target method takes no argume

Re: [MacRuby-devel] Using ORM with MacRuby

2011-10-11 Thread Daniel Westendorf
Jon, I've had success using Sequel. You need to be careful about which sqlite driver you use, sqlite3 is the one I think. I'm using sqlite3 1.3.4 I believe. Daniel On Tue, Oct 11, 2011 at 3:19 PM, Jon Doud wrote: > I thank you for the links about CoreData, but the project I

Re: [MacRuby-devel] rubyfying Cocoa iterators

2011-11-16 Thread Daniel Westendorf
Give it some ruby love! I found this somewhere in the interwebs to iterate over an NSIndexSet, which should be similar. https://gist.github.com/1370277 dw On Wed, Nov 16, 2011 at 3:11 AM, Jean-Denis MUYS wrote: > I have this ordered Core Data to-many relation named "operations" that I > want to

Re: [MacRuby-devel] Noob q: Press any key to cancel

2011-12-07 Thread Daniel Westendorf
Just throwing this out there in case you haven't found it yet: GCD via Dispatch. https://github.com/gunn/Dispatch dw On Wed, Dec 7, 2011 at 8:56 AM, Rob Ista wrote: > Thx Terry, that might be an idea .. the calculations are not that diff so > i could rewrite them in Obj-C to keep the task obj

Re: [MacRuby-devel] loading Quicktime Framework

2012-01-10 Thread Daniel Westendorf
I use QTKit in one of my MacRuby Apps on 10.7+ dw On Tue, Jan 10, 2012 at 10:23 AM, Arron Mabrey wrote: > Is there a reason I can't load the quicktime framework? Should I try > generating Bridge Support files for it first? > > I saw this warning in matts book about needing to generate new Bridg

[MacRuby-devel] MacRuby + MAS = Invalid Signature

2012-02-01 Thread Daniel Westendorf
deploy now fixes this with a --codesign switch that requires the name of your signing certificate. Hopefully this saves some people a little greif. Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/li

Re: [MacRuby-devel] Show MacRuby? - a start...

2012-02-10 Thread Daniel Westendorf
This is a really good idea Kevin, I'll see what I can add. dw On Fri, Feb 10, 2012 at 11:09 AM, Kevin Poorman wrote: > Good day, > > I am a huge fan of the hard work that all of you have put forth to bring > MacRuby where it is today. I have been using it on and off over the past 3 > months for

Re: [MacRuby-devel] App Store

2012-03-14 Thread Daniel Westendorf
Hi Erik, I have a few MR apps in the MAS. http://itunes.apple.com/us/app/thumper/id436422990?mt=12&ls=1# http://itunes.apple.com/us/app/html-slide-presenter/id456995240?mt=12 ( https://github.com/danielwestendorf/HTML-Slide-Presenter) http://itunes.apple.com/us/app/karmahore/id486966617?mt=12 dw

Re: [MacRuby-devel] App Store

2012-03-14 Thread Daniel Westendorf
t; Thanks Daniel > > And it all went smoothly? :) > > > On 14 March 2012 15:44, Daniel Westendorf wrote: > >> Hi Erik, >> >> I have a few MR apps in the MAS. >> >> http://itunes.apple.com/us/app/thumper/id436422990?mt=12&ls=1# >> ht

Re: [MacRuby-devel] App Store

2012-03-15 Thread Daniel Westendorf
you, and sign all the files within the bundle to avoid any errors. Hope that helps, Daniel On Thu, Mar 15, 2012 at 8:30 PM, Ron Green wrote: > Daniel, > > Would you mind elaborating on your process a little? I'm having problems > submitting my MacRuby app to the Mac App Store.

Re: [MacRuby-devel] App Store

2012-03-15 Thread Daniel Westendorf
y/MacRuby/wiki/_pages > > It might be a good place to save a lot of small things that we discover as > we go through the projects and which might not need to be on the main site > (it's also easier to contribute/maintain). > > Thanks, > > - Matt > > > On Thu, Ma

Re: [MacRuby-devel] App Store

2012-03-16 Thread Daniel Westendorf
Okay, that sounds like a good move going forward. I'll see if I can't get that added. Daniel On Thu, Mar 15, 2012 at 9:24 PM, Matt Aimonetti wrote: > I think you should add it now and just mention that it's for 0.11/nightly > build. We are waiting for Laurent to releas

Re: [MacRuby-devel] App Store

2012-03-29 Thread Daniel Westendorf
Finally found the time to do a quick and dirty write up on the process. It should at least be a good overview and starting point. https://github.com/MacRuby/MacRuby/wiki/Mac-App-Store-Submission dw On Fri, Mar 16, 2012 at 7:40 PM, Matt Aimonetti wrote: > Thanks Again Daniel, very m

Re: [MacRuby-devel] The future of MacRuby

2012-04-05 Thread Daniel Westendorf
Wow, lots of news there. Thanks for the explanation Matt. I created a quick survey to help quantify and gauge how the community feels. Please fill it out. http://www.surveymonkey.com/s/J5JLMFT Daniel On Thu, Apr 5, 2012 at 4:06 PM, Matt Aimonetti wrote: > *Many of you have been wondering w

Re: [MacRuby-devel] The future of MacRuby

2012-04-06 Thread Daniel Westendorf
Here are the initial results of the survey. I'll update the results again on Monday once everyone has had a chance to fill it out. http://dl.dropbox.com/u/22962502/survey_results.pdf Daniel On Thu, Apr 5, 2012 at 4:44 PM, Daniel Westendorf wrote: > Wow, lots of news there. Thanks

Re: [MacRuby-devel] App Store

2012-04-23 Thread Daniel Westendorf
I haven't tried in a few weeks, but my install still works. Did you upgrade to a new version of MacRuby between when it was working and now? What does your Deployment argument list look like? Daniel On Mon, Apr 23, 2012 at 11:10 AM, Rob Ista wrote: > @Daniel, I am a bit confused here

Re: [MacRuby-devel] macruby_deploy

2012-09-20 Thread Daniel Westendorf
Bob, I've deployed to the App Store without issue. Are you using the --embed argument for the Deployment target? dw On Thu, Sep 20, 2012 at 11:47 AM, Robert Carl Rice wrote: > The silence is defening! > > Is anyone able to get a compiled and sandboxed MacRuby project accepted to > the App Store

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread Daniel Westendorf
Stephen, It looks like MacBacon is using MRI Ruby, not MacRuby. Did you install the gem using macgem? You might have to uninstall any other versions you've installed. I never had much luck with RVM+MacRuby; I always installed MacRuby using the installer from the website. This might have been fixe

[MacRuby-devel] Segfault on NSSet from Ruby Array

2008-10-31 Thread Daniel A Carleton
4873e38 0x948742a3 0x948f55f1 0x948f7b36 0x93a2f1dd 0x93a2f771 0x2edf56 0x2d8463 0x2cb76c 0x2d2d5b 0x2d376e 0x2d3e01 0x2d3f4a 0x2c5935 0x2d80bf 0x2cb76c 0x2d2d5b 0x2dbe7d 0x1fdb49 0x2c5d37 0x2d80bf 0x2cb76c 0x2d2d5b 0x2d9f0b 0x2c5935 0x2d80bf 0x2cb76c 0x2d2d5b 0x2d9f0b 0x2c5935 0x2d80bf 0x2cb76c 0x2d2d5b 0x2d2fbe 0x1fd869 0x2008c0 0x1e8f 0x1df6 0x2 Is there something I can install to produce more readable traces? Thanks, - Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Segfault on NSSet from Ruby Array

2008-11-06 Thread Daniel A Carleton
the varargs feature appear in release notes. =) - Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] Debug Shell from GDB

2008-11-09 Thread Daniel A Carleton
ished I'd be interested to hear them. Cheers, - Daniel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel