Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server

2016-02-10 Thread brodhage
May be I am wrong (or it is off-topic) - but is this (just) a Sparkle problem? I have read "Vulnerable Security - There's a lot of vulnerable OS X applications out there" (https://vulnsec.com/2016/osx-apps-vulnerabilities/) - and if I got the idea then browsing the web is insecure. Why?

Re: Does anyone else dislike Xcode 4?

2011-07-25 Thread brodhage
Even if I would agree that the discussion is at the wrong list... :-)) I also dislike XCode 4 - but I do not see the problem. I am using XCode 3 to develop my stuff - and XCode 4 to e.g. transfer it to the App Store. Just install XCode 4 at a unique developer folder (e.g. developer4). Then

Re: iOS: Manually setting orientation makes a mess out of my interface

2011-06-07 Thread brodhage
It might be the wrong way to set the orientation manually? Try to use shouldAutorotateToInterfaceOrientation and return NO for interfaceOrientation not being UIInterfaceOrientationLandscapeLeft or UIInterfaceOrientationLandscapeRight. This way you have less code and it does not depend on

boundingRectWithSize and the size height parameter

2009-08-14 Thread brodhage
not what I would expect. Cheers M. Brodhage ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Re: Modal dialog without NSApplication

2008-09-20 Thread brodhage
is that the NSApplication will receive the event - and will not update the carbon modal dialog. Cheers Martin Brodhage ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Modal dialog without NSApplication

2008-09-18 Thread brodhage
for MacOS X without NSApplication? Using NSApplication (and all the other classes) would mean to have a lot more code OS depending. Any ideas? Cheers Martin Brodhage ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Re: Modal dialog without NSApplication

2008-09-18 Thread brodhage
of .cpp - not usable if you want to build that under Win. Cheers Martin Brodhage ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Modal dialog without NSApplication

2008-09-18 Thread brodhage
Hi, thank you very much again for your quick answer, Jean-Daniel. In theorie, you can safely call NSApplicationLoad() I allready do. ... create you own auto release pool I allready do. And then I call this function (within subclass of NSWindowController): - (void)showModalDialog {

NSApplication in Carbon application

2008-09-10 Thread brodhage
dialog. I even tried to call NSApplicationLoad... My question: how can I get a sharedApplication in Cocoa if the Application itself is based on Carbon? Is this possible at all (or do I have to write my plugin based on Carbon)? Cheers Martin Brodhage P.S. My alias in discussions.apple.com