Full screen

2013-07-23 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

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 Tibira Botto
worked. I believe this is Cocoa programming. 2013/7/17 Kyle Sluder k...@ksluder.com 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

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

Javascript call function Objective-C

2013-07-04 Thread Tibira Botto
it is possible to access a javascript function in Objective-C? didactic example: - (NSString *) getName { return @ Test } in javascript function writeReturn(text) { document.write (text) } onclick = writeReturn (getName () function that in Objective-C). I'm using Webview and