new example + new HotCocoa mapping
MacRuby/HotCocoa sample with download, progress bar, scroll view/text view and new HotCocoa mapping: http://bit.ly/hThh9 I added a new mapping for NSProgressIndicator and put a pretty realistic example of what you would do in real life: 1. download a file 2. show the progress 3. display the content of the download in a scroll view I hope this will end up being useful for people wanting to get started with HotCocoa but don't really know where to start. - Matt
And here is a quick video showing the end result: http://screencast.com/t/5nAHRHQjL 100% Ruby (Well... 100% MacRuby with HotCocoa). -Matt On Fri, Feb 27, 2009 at 2:02 PM, Matt Aimonetti <mattaimonetti@gmail.com>wrote:
MacRuby/HotCocoa sample with download, progress bar, scroll view/text view and new HotCocoa mapping: http://bit.ly/hThh9
I added a new mapping for NSProgressIndicator and put a pretty realistic example of what you would do in real life:
1. download a file 2. show the progress 3. display the content of the download in a scroll view
I hope this will end up being useful for people wanting to get started with HotCocoa but don't really know where to start.
- Matt
Very nice work Matt :) Is there a way to easily generate a patch against MacRuby trunk somewhere from your github repository? Laurent On Feb 27, 2009, at 3:17 PM, Matt Aimonetti wrote:
And here is a quick video showing the end result: http://screencast.com/t/5nAHRHQjL
100% Ruby (Well... 100% MacRuby with HotCocoa).
-Matt
On Fri, Feb 27, 2009 at 2:02 PM, Matt Aimonetti <mattaimonetti@gmail.com
wrote: MacRuby/HotCocoa sample with download, progress bar, scroll view/ text view and new HotCocoa mapping: http://bit.ly/hThh9
I added a new mapping for NSProgressIndicator and put a pretty realistic example of what you would do in real life:
1. download a file 2. show the progress 3. display the content of the download in a scroll view
I hope this will end up being useful for people wanting to get started with HotCocoa but don't really know where to start.
- Matt
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Thanks Laurent, I'll check with git-svn and see what I can do to generate proper svn patches from my repo. (I also need to centralize everything in my repo) - Matt On Fri, Feb 27, 2009 at 9:33 PM, Laurent Sansonetti <lsansonetti@apple.com>wrote:
Very nice work Matt :)
Is there a way to easily generate a patch against MacRuby trunk somewhere from your github repository?
Laurent
On Feb 27, 2009, at 3:17 PM, Matt Aimonetti wrote:
And here is a quick video showing the end result: http://screencast.com/t/5nAHRHQjL
100% Ruby (Well... 100% MacRuby with HotCocoa).
-Matt
On Fri, Feb 27, 2009 at 2:02 PM, Matt Aimonetti <mattaimonetti@gmail.com>wrote:
MacRuby/HotCocoa sample with download, progress bar, scroll view/text view and new HotCocoa mapping: http://bit.ly/hThh9
I added a new mapping for NSProgressIndicator and put a pretty realistic example of what you would do in real life:
1. download a file 2. show the progress 3. display the content of the download in a scroll view
I hope this will end up being useful for people wanting to get started with HotCocoa but don't really know where to start.
- Matt
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Laurent Sansonetti
-
Matt Aimonetti