|
May
13 |
|
awarded | Yearling |
|
May
12 |
|
awarded | Yearling |
|
Mar
5 |
|
awarded | Nice Answer |
|
Jan
22 |
|
awarded | Yearling |
|
Jan
16 |
|
comment |
How can I change vim status line colour? This is amazing, thank you |
|
Sep
21 |
|
awarded | Custodian |
|
Jun
23 |
|
accepted | Stuff to read up on pricing applications |
|
Jun
23 |
|
revised |
Stuff to read up on pricing applications edited tags |
|
Jun
23 |
|
reviewed | Reject suggested edit on Stuff to read up on pricing applications |
|
Jun
23 |
|
asked | Stuff to read up on pricing applications |
|
Jun
22 |
|
comment |
How to catch the moment when a window starts deminiaturizing? That's what happened to me too, sometimes works, sometimes doesn't, thanks so much anyways |
|
Jun
22 |
|
comment |
How to catch the moment when a window starts deminiaturizing? Can't believe I didn't think of that, but, unfortunately, my NSWindow subclass doesn't intercept deminiaturize:, the method just doesn't execute. miniaturize: is fine though. Can you please try doing that to see if that's a bug on my side or in the framework?
|
|
Jun
21 |
|
asked | How to catch the moment when a window starts deminiaturizing? |
|
May
24 |
|
comment |
copyItemAtURL in Cocoa NSLog your self.source.stringValue and self.destination.stringValue to make sure they are correct. Also, create an error object and put it in copyItemAtURL:toURL:error:, then check what it gives back.
|
|
May
22 |
|
awarded | Critic |
|
May
19 |
|
comment |
How can I check if a modal view is currently over my self.window.rootViewController? From the docs: modalViewController is the controller for the active presented view — that is, the view that is temporarily displayed on top of the view managed by the receiver. presentedViewController is the view controller that is presented by this view controller, or one of its ancestors in the view controller hierarchy.
|
|
May
19 |
|
comment |
How can I check if a modal view is currently over my self.window.rootViewController? @Pieter, This is fine, yes, this code will be executed on the main thread |
|
May
19 |
|
answered | How can I check if a modal view is currently over my self.window.rootViewController? |
|
May
18 |
|
awarded | Teacher |
|
May
18 |
|
answered | How do I determine if my code is optimized? |