window:willPositionSheet:usingRect: not called in full-screen mode

2015-02-25 Thread Arjan van Leeuwen
Hi, To open a save file sheet, I'm starting an NSSavePanel as a sheet via beginSheetModalForWindow:completionHandler:. Because my application needs custom positioning for the sheet, the window delegate of my main window overrides window:willPositionSheet:usingRect:. According to the

Experiences using CEF as a WebView replacement?

2015-02-25 Thread Juanjo Conti
Hi! I'd like to know if someone has (or can point to) experiences/examples using CEF (https://code.google.com/p/chromiumembedded) as a replacement for WebView. Thanks -- Juanjo Conti jjconti http://goog_2023646312@carouselapps.com jjco...@carouselapps.com Software Engineer - Carousel Apps

RE: window:willPositionSheet:usingRect: not called in full-screen mode

2015-02-25 Thread Lee Ann Rucker
Great, because that's exactly what I'm using it for The toolbar case or the certain control one? When you're in fullscreen mode, the toolbar isn't actually attached to your window. It's attached to a separate one so it can slide down with the menubar. But if it's the control, it wouldn't

NSTask pseudo-TTY troubles

2015-02-25 Thread SevenBits
Hi all, I’ve having a bit of trouble with setting up a pseudo-TTY to communicate with another process. What I’m doing is setting up an incredibly basic terminal (NSTextView + delegate) which will be used to give commands to another process. It pretty much works, except that the input is echoed

Re: NSTask pseudo-TTY troubles

2015-02-25 Thread Kyle Sluder
On Wed, Feb 25, 2015, at 01:15 PM, SevenBits wrote: Here’s an example of the session when output is printed (notice the echoing): Insane BF Interactive Console 1.0 (Dec 18 2014, 16:22:05) Current memory size: 3 cells, each 4 bytes : , , A A : : . . A : And here’s what it