full screen

2013-07-17 Thread Tibira Botto
Hello guys, I have a problem. I have an application that is running on a Mac mini connected to a 42 inch television. When the mac mini starts with the TV system is perfect in full screen mode. Problem is when the mac mini starts alone and later the TV is turned al my application is not in full

Re: full screen

2013-07-17 Thread Kyle Sluder
On Jul 17, 2013, at 9:01 AM, Tibira Botto tibira.bo...@gmail.com wrote: Hello guys, I have a problem. I have an application that is running on a Mac mini connected to a 42 inch television. When the mac mini starts with the TV system is perfect in full screen mode. Problem is when the mac

Re: full screen

2013-07-17 Thread Tibira Botto
My dear, is yes. I tried using [[NSApplication sharedApplication] setPresentationOptions: NSApplicationPresentationAutoHideMenuBar | NSApplicationPresentationAutoHideDock]; [[self.appWindow contentView] enterFullScreenMode: [NSScreen mainScreen ] withOptions: nil]; not over

Re: full screen

2013-07-17 Thread Bryan Vines
Hi, It sounds like you're saying when the screen resolution changes (in this case, because the Mac mini detects the display), your application stays at whatever resolution the Mac mini defaulted to. So would it be correct to say your application isn't responding to changes in screen

Re: full screen

2013-07-17 Thread Kyle Sluder
On Jul 17, 2013, at 9:41 AM, Tibira Botto tibira.bo...@gmail.com wrote: My dear, is yes. I tried using [[NSApplication sharedApplication] setPresentationOptions: NSApplicationPresentationAutoHideMenuBar | NSApplicationPresentationAutoHideDock]; [[self.appWindow

Re: full screen

2013-07-17 Thread Tibira Botto
Hi, Bryan exactly my problem. 2013/7/17 Bryan Vines bkvi...@me.com Hi, It sounds like you're saying when the screen resolution changes (in this case, because the Mac mini detects the display), your application stays at whatever resolution the Mac mini defaulted to. So would it be correct

Re: core data lightweight migration woes

2013-07-17 Thread Martin Hewitson
For the record, I thought I would post the solution to this thorny problem. During the various checks as part of the DTS activity, I found the bug. I have two core data models in the app, but I had not implemented -managedObjectModel in my NSPersistentDocument subclass and as such the

LATIN SMALL LETTER U WITH DIAERESIS

2013-07-17 Thread koko
With this character: LATIN SMALL LETTER U WITH DIAERESIS Unicode: U+00FC, UTF-8: C3 BC in a file path (as the folder name) which I get from the NSSavePanel -filename I cannot save to the path. Some code NSString *filepath = [savePanel filename]; const char * cFilePath = [[NSFileManager

Re: LATIN SMALL LETTER U WITH DIAERESIS

2013-07-17 Thread Keary Suska
On Jul 17, 2013, at 3:26 PM, koko wrote: With this character: LATIN SMALL LETTER U WITH DIAERESIS Unicode: U+00FC, UTF-8: C3 BC in a file path (as the folder name) which I get from the NSSavePanel -filename I cannot save to the path. Some code NSString *filepath = [savePanel

Re: LATIN SMALL LETTER U WITH DIAERESIS

2013-07-17 Thread Uli Kusterer
On Jul 17, 2013, at 23:26, koko k...@highrolls.net wrote: NSString *filepath = [savePanel filename]; const char * cFilePath = [[NSFileManager defaultManager] fileSystemRepresentationWithPath:filepath]; Then in my low level I/O: FILE* f = NULL; f = fopen(path, mode); f is NULL i.e.

UIScrollView to UIImage

2013-07-17 Thread Trygve Inda
I am trying to take a snapshot of my UIScrollView and store it in a UIImage: UIGraphicsBeginImageContext(scrollView.bounds.size); [scrollView.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); This

Re: UIScrollView to UIImage

2013-07-17 Thread Roland King
Does it do that even if the scroll view isn't scrolled at all but is at the very top? On 18 Jul, 2013, at 9:56, Trygve Inda cocoa...@xericdesign.com wrote: I am trying to take a snapshot of my UIScrollView and store it in a UIImage: UIGraphicsBeginImageContext(scrollView.bounds.size);

Re: full screen

2013-07-17 Thread dangerwillrobinsondanger
Are you implementing this NSApplicationDelegate method in your app delegate to handle display changes? applicationDidChangeScreenParameters Sent from my iPhone On 2013/07/18, at 1:41, Tibira Botto tibira.bo...@gmail.com wrote: My dear, is yes. I tried using [[NSApplication

Re: UIScrollView to UIImage

2013-07-17 Thread Trygve Inda
Does it do that even if the scroll view isn't scrolled at all but is at the very top? On 18 Jul, 2013, at 9:56, Trygve Inda cocoa...@xericdesign.com wrote: I am trying to take a snapshot of my UIScrollView and store it in a UIImage: UIGraphicsBeginImageContext(scrollView.bounds.size);

Re-booting after changing Icons in OS X Doc app

2013-07-17 Thread Peter Teeson
OS X Lion 10.7.5, Xcode 4.6.3 I have my document app working with the correct sized icons for the app and saved documents. However from the Googling I did and the experiments I performed it seems I have to use terminal to (1)

Re: Re-booting after changing Icons in OS X Doc app

2013-07-17 Thread Quincey Morris
On Jul 17, 2013, at 21:14 , Peter Teeson ptee...@icloud.com wrote: However from the Googling I did and the experiments I performed it seems I have to use terminal to (1)