[MacRuby-devel] Degree symbol in toolTip
I'm having trouble getting the degree symbol ° to display correctly in toolTips and Alert dialogs. Do I need to escape this special character somehow? Thanks, Bob Rice ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Two changes to Xcode4 templates
On Mon, Mar 28, 2011 at 6:21 PM, Matt Aimonetti wrote: > > I'm still getting up to speed on Xcode4 schemes and build settings. Are > these changes that should be made in the Xcode4 templates? > > Looks like it, could you send us a GitHub pull request please? > This is the first time I've looked at XCode templates. I found the MacRuby project templates, and it I see the Deployment target definition in /Developer/Library/Xcode/Templates/Project Templates/Base/MacRuby Application.xctemplate/TemplateInfo.plist. I'm stuck from there though - can anyone point me in the right direction? ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Creating an Objective-C bundle to use with MacRuby
Thomas, I don't understand why you think I forgot the .m file - as I said - I followed Matt's instructions, which include creating the .m file, and it didn't work! Martin ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Creating an Objective-C bundle to use with MacRuby
Hi Martin, Something else I stumbled over when changing build options: "Symbols hidden by default" must be no GCC_SYMBOLS_PRIVATE_EXTERN = NO Am 29.03.2011 um 09:30 schrieb Martin Hawkins: > Thomas, > I don't understand why you think I forgot the .m file - as I said - I > followed Matt's instructions, which include creating the .m file, and > it didn't work! ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] WWDC ?
Hi Nick, I'll be there :) - Johannes Sent from my iPhone On 28.03.2011, at 22:25, Nick Ludlam wrote: > Hey all, > I was just wondering if Laurent or any of the other people involved with > MacRuby are planning to be at WWDC. > > > Nick > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
[MacRuby-devel] hotcocoa virus
Hi all, I was trying to add drag & drop capabilities to a hotcocoa program and stumbled into a problem that really puzzles me: a macruby program can freeze your mac ! I uploaded the buggy fragment here: https://gist.github.com/893300 Don't run it unless you are prepared to reboot your machine the hard way, don't even "Force quit" works. In the instructions I say to launch it twice, but every drag & drop with any app after the crash freezes the app. I'm using macruby 0.9, tried 0.10 but hotcocoa does not work with it (but this is another story !) Hope someone can tell me if I did something wrong or found a bug somewhere. Enzp ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
