[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
let > us know :-) > > Laurent > > On Apr 10, 2010, at 8:44 AM, Daniel Lopes wrote: > > > 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).

Re: [MacRuby-devel] Size of the apps

2010-04-14 Thread Daniel Lopes
T compilation. The resulted binary would not > contain LLVM code, and some Ruby features would also not be available. I > estimate the binary size to then be a couple of MBs (maybe less), but this > is an estimation :-) > > Laurent > > On Apr 7, 2010, at 8:50 AM, Daniel Lopes wrote:

Re: [MacRuby-devel] Size of the apps

2010-04-14 Thread Daniel Lopes
On Wed, Apr 14, 2010 at 7:13 AM, Daniel Lopes wrote: > >> Thanks Laurent, but I also think the size of apps in Mac dev is a big >> issue. >> >> On Wed, Apr 14, 2010 at 10:35 AM, Gary Weaver wrote: >> >>> Laurent, >>> >>> Thanks! That

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
o a simple Xcode project and attach it to a > Trac bug? Would be easier for us to investigate :) > > Thanks, > > Laurent > > On Apr 17, 2010, at 8:11 PM, Daniel Lopes wrote: > > Hello, I have a model Person with two accessors, one is initialized as > float. In Interface bu

[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
at 4:56 PM, Daniel Lopes wrote: 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 abou

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
be used anyway. > > I have to admit that I'm not a big fan of trac but it does what we need and > if someone should complain that would be Laurent ;) > > > - Matt > > On Wed, Apr 21, 2010 at 12:21 PM, Daniel Lopes wrote: > >> Hello, I would like to know why not

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
rsion repository. We have a manual here: http://www.macruby.org/documentation/website-contributions.html . Currently nobody is really taking care of it, I just make sure to sync some info when doing releases. Laurent On Apr 22, 2010, at 6:14 AM, Daniel Lopes wrote: Thanks to answer Matt, I just

[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
ot be found elsewhere in a much more modern (and > in much nicer ruby/macruby idiomatic) form. > Cheers, > J > > > > On Sun, Apr 25, 2010 at 2:02 AM, Daniel Lopes wrote: > >> I just forked macruby website and want to add some new links in >> documentation page. The

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

2010-04-25 Thread Daniel Lopes
> > Laurent > > On Apr 25, 2010, at 7:37 AM, Daniel Lopes wrote: > > Hi John, first thanks for the examples. I'm using your code for my study in > MacRuby and your examples help me a lot. Not everything works, but just one > or another change and everything is perfect.

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
anism and is not really applicable to a MacRubyist. Chapter 3 I skipped, probably due to realising that converting the LotteryEntry class and the 'main' function to idiomatic ruby would be far too trivial to worth bothering about. Cheers Christian On 5 May 2010, at 00:24, Daniel

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 >&

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

2010-06-16 Thread Daniel Lopes
Right now i'm reading the entire book first and after that I will rollback to create the samples... Any help is very welcome. Sent from my iPhone On 16/06/2010, at 20:23, Matthew Ratzloff wrote: Same idea, different book. These examples are for "Cocoa Programming for Mac OS X". h

[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