10.11 app crashes in [CIImage createCIImageWithSurfaceBytes:::::]

2015-10-05 Thread Markus Spoettl
in CVDisplayLink::performIO(CVTimeStamp*) () #33 0x7fff8f975f45 in CVDisplayLink::runIOThread() () #34 0x7fff8f9759a9 in startIOThread(void*) () #35 0x000100beb815 in _pthread_body () #36 0x000100beb792 in _pthread_start () #37 0x000100be8fad in thread_sta

Re: 10.11 app crashes in [CIImage createCIImageWithSurfaceBytes:::::]

2015-10-05 Thread Markus Spoettl
Hi, On 05/10/15 15:50, Markus Spoettl wrote: 2015-10-05 15:41:23.084 myApp[2807:50961] +[CIImage createCIImageWithSurfaceBytes:bytesPerRow:x:y:width:height:colorSpace:transform:]: unrecognized selector sent to class 0x7fff742101e0 2015-10-05 15:41:44.560 myApp[2807:50961] CoreAnimation

Re: 10.11 app crashes in [CIImage createCIImageWithSurfaceBytes:::::]

2015-10-05 Thread Markus Spoettl
On 05/10/15 15:50, Markus Spoettl wrote: Any idea what is going on? I'm running El Capitan in a VMware Fusion 7 that runs on Yosemite, could this be cause of the crash? Turns out it's VMware, the app works fine on a real machine. Sorry for the noise. Rega

10.11: NSDatePicker cuts off year digit

2015-11-10 Thread Markus Spoettl
wn code? Maybe something is set up incorrectly? Anyone know of a workaround until this gets fixed (yes, I will file a bug once it's confirmed that it's not my fault). Regards Markus -- ______ Markus Spoettl ___

Re: 10.11: NSDatePicker cuts off year digit

2015-11-11 Thread Markus Spoettl
On 10/11/15 18:26, Markus Spoettl wrote: This happens on 10.11 only, not on 10.10. Anyone able to confirm this using own code? Maybe something is set up incorrectly? Anyone know of a workaround until this gets fixed (yes, I will file a bug once it's confirmed that it's not my fault)

Removing Observers eats up memory

2016-01-25 Thread Markus Spoettl
rds Markus -- ______ Markus Spoettl ___ 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 your Subscript

Re: Removing Observers eats up memory

2016-01-25 Thread Markus Spoettl
This is interesting. When I implement this property in the proxy object, the problem goes away (at least I wasn't able to duplicate it so far). Turn off the implementation, it comes back. Not really sure what this tells me, though. Regards Markus -- ______

Re: Removing Observers eats up memory

2016-01-25 Thread Markus Spoettl
. I wonder if there's a downside to implementing this in all my model objects other than adding an additional pointer to their data size. Regards Markus -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa

Re: Removing Observers eats up memory

2016-01-25 Thread Markus Spoettl
On 25/01/16 18:34, Quincey Morris wrote: On Jan 25, 2016, at 01:10 , Markus Spoettl mailto:ms_li...@shiftoption.com>> wrote: Has anyone any idea how the removing of observers can cause this kind of death spiral? Genocidal refreshes aside, are you absolutely sure that you’re always re

Re: Removing Observers eats up memory

2016-01-25 Thread Markus Spoettl
iew controller goes away (all of them at the same time), and that's where the problem happens. Regards Markus -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not po

Re: Removing Observers eats up memory

2016-01-26 Thread Markus Spoettl
On 25/01/16 20:05, Markus Spoettl wrote: By the way, you should consider implementing the observationInfo property on your observed class. This avoids KVO storing observation info in a side table. Note that the property is a void pointer, not an object pointer, and therefore does no memory

Re: NSFileWrapper

2016-06-04 Thread Markus Spoettl
fan. Regards Markus -- __________ Markus Spoettl ___ 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 Hel

SecStaticCodeCheckValidity fails when app is lauched from Terminal

2016-09-26 Thread Markus Spoettl
rds Markus -- ______ Markus Spoettl ___ 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/U

Re: SecStaticCodeCheckValidity fails when app is lauched from Terminal

2016-09-26 Thread Markus Spoettl
On 26/09/16 15:16, Steve Christensen wrote: What is the error code when it fails? OSStatus is -67054, which is errSecCSBadResource. Only happens when launched from the command line. Markus -- __ Markus Spoettl

Re: SecStaticCodeCheckValidity fails when app is lauched from Terminal

2016-09-26 Thread Markus Spoettl
, but have you tried launching it with the open command where the argument is the .app bundle vs possibly another way like the actual executable? -- Gary L. Wade http://www.garywade.com/ On Sep 26, 2016, at 2:44 AM, Markus Spoettl mailto:ms_li...@shiftoption.com>> wrote: I'm using SecStaticCo

Re: SecStaticCodeCheckValidity fails when app is lauched from Terminal

2016-09-27 Thread Markus Spoettl
the "open" command works fine for me. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mo

Re: SecStaticCodeCheckValidity fails when app is lauched from Terminal

2016-09-27 Thread Markus Spoettl
On 27/09/16 22:57, Chris Hanson wrote: On Sep 27, 2016, at 1:54 PM, Markus Spoettl wrote: On 27/09/16 22:39, Chris Hanson wrote: How are you getting the URL that you pass to represent your application? Could it be that you’re constructing the URL from a relative path when run from the

Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-16 Thread Markus Spoettl
a reproducible test project - which could take a lot of time if it turns out to be reproducible at all - I was wondering if someone else noticed that too. Regards Markus -- __________ Markus Spoettl ___ Cocoa-dev mai

Re: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-17 Thread Markus Spoettl
Hello, On 16/09/14 16:28, Markus Spoettl wrote: using Yosemite DP8 (first tested and observed with DP7), we get very heavy flickering when animating a popup overlay window over a window whose content consists of views sitting on NSVisualEffectViews (NSVisualEffectBlendingModeWithinWindow

Re: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-18 Thread Markus Spoettl
says "unzip the attached app and start it") by requesting an app to reproduce the issue. I find the whole experience extremely unrewarding, rude and very deterring. Regards Markus -- ______ Markus Spoettl ___ Co

Re: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-19 Thread Markus Spoettl
fix it). Regards Markus -- __ Markus Spoettl ___ 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: Heavy flickering on Retina Macs with Yosemite & NSVisualEffectView & overlay windows

2014-09-19 Thread Markus Spoettl
ast minute to fix that sort of thing if they knew about it. Regards Markus -- ______ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the li

Weird crash in FSRefCreate while saving NSDocument

2014-11-24 Thread Markus Spoettl
0x7fff895936cb _pthread_wqthread + 729 22 libsystem_pthread.dylib 0x7fff895914a1 start_wqthread + 13 -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin req

Re: Weird crash in FSRefCreate while saving NSDocument

2014-11-24 Thread Markus Spoettl
On 24/11/14 14:54, Scott Ribe wrote: On Nov 24, 2014, at 3:03 AM, Markus Spoettl wrote: I'm attaching the call stack of the crash in the hope that someone on the list recognizes it. Any ideas what might be going on? Is this 10.10? And the libs are still using FSRef underneath

Re: Weird crash in FSRefCreate while saving NSDocument

2014-11-25 Thread Markus Spoettl
he doesn't experience sluggishness, he also tried rebooting the machine and repair the disk permissions. Still crashes reliably every time. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (

Re: Weird crash in FSRefCreate while saving NSDocument

2014-11-25 Thread Markus Spoettl
On 25/11/14 15:28, Scott Ribe wrote: On Nov 25, 2014, at 1:26 AM, Markus Spoettl wrote: My user says he doesn't experience sluggishness, he also tried rebooting the machine and repair the disk permissions. Still crashes reliably every time. In that case, I'd personally su

Re: Blurry is the New Sharp

2015-01-05 Thread Markus Spoettl
nt translucent VIEW background on an outline view, you actually need to put the outline in inside a NSVisualEffectsView container. Even though the tree/outline does this automatically, you just don't have any control over it. Regards Markus -- ________

Re: Mouse tracking under a transparent view still working

2015-01-11 Thread Markus Spoettl
-mouseMoved: events will not automatically be called just by implementing the event method (unlike the other mouse methods), you need a tracking area for that to work. Regards Markus -- __ Markus Spoettl ___ Cocoa

Re: Search for emails in Mail’s previous recipients list from MacOSX app

2015-01-15 Thread Markus Spoettl
place (pictures, downloads, music, movies). Other paths require explicit user consent and the only way to get that is having the user point to the path in an open/save sheet/panel. Regards Markus -- __ Markus Sp

Re: Modernising dragging problem

2015-01-31 Thread Markus Spoettl
oardWriting + In the object you're calling "source" NSDraggingSource In my implementation "obj" and "source" are the same object, but that should not matter. Looking at my code, I think that's all the needs to be done. Regards Markus -- __

Re: Modernising dragging problem

2015-02-02 Thread Markus Spoettl
On 01/02/15 23:06, Graham Cox wrote: On 1 Feb 2015, at 5:23 am, Markus Spoettl wrote: I did the same conversion a while back and have had no such issue. I found it completely straight forward and surprisingly painless. Are you sure you're implementing all the required protocols? + I

Color fun with IBOutlet named "appNameLabel"

2015-02-10 Thread Markus Spoettl
ounters this. Regards Markus -- __________ Markus Spoettl ___ 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/U

Re: Color fun with IBOutlet named "appNameLabel"

2015-02-22 Thread Markus Spoettl
On 10/02/15 15:34, Markus Spoettl wrote: I have an about window with a label for the app name on it. That label was connected to an outlet named "appNamelabel" on its window controller. There are a couple of other labels on the same window, connected to other outlets. The labe

Re: Color fun with IBOutlet named "appNameLabel"

2015-02-23 Thread Markus Spoettl
along as I connected different labels to the offending outlet name. Finally, I moved to a different window controller in my app and renamed an outlet, and sure enough the color change materialized. Regards Markus -- __ Markus Spoettl ___

Re: Drawing inside an NSImage?

2015-03-09 Thread Markus Spoettl
arkus -- __ Markus Spoettl ___ 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

Re: Weird crashes on Yosemite

2015-03-13 Thread Markus Spoettl
arkus -- __ Markus Spoettl ___ 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: Weird crashes on Yosemite

2015-03-13 Thread Markus Spoettl
Yosemite (even with unchanged code compiled against the 10.9 SDK). The table wind-down behavior seems to have changed slightly which can trigger this in code that worked fine forever. Regards Markus -- __ Markus Spoettl

Preventing Document from closing

2015-04-04 Thread Markus Spoettl
ons! Regards Markus -- __________ Markus Spoettl ___ 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/Uns

Re: Preventing Document from closing

2015-04-04 Thread Markus Spoettl
sense. It *is* a little confusing. :) It does and it's perfect! Thanks so much Quincey! This list would be in much trouble without you - at least I would be! Regards Markus -- __ Markus Spoettl ___ Coco

Re: NSCollectionView item selection on Snow Leopard

2009-08-31 Thread Markus Spoettl
e? KVO notifications for - [NSCollectionView selectionIndexes] for mouse selections did not always work correctly in Leopard, but they do now in Snow Leopard. Try breaking in the debugger on -scrollRectToVisible or - [NSCollectionView setSelectionIndexes:] and you may discover what is causing

Re: NSCollectionView item selection on Snow Leopard

2009-08-31 Thread Markus Spoettl
For those following: It turned out to be a bug in NSCollectionView that surfaces if the collection view items can become first responder. Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature

Re: drawing my image in snow leopard

2009-09-02 Thread Markus Spoettl
rounded to integral values. Just round x and y of your destination rect and the image should appear sharp like before. Regards Markus -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature __

Crash on SL in com.apple.DesktopServices after using NSOpenPanel

2009-09-07 Thread Markus Spoettl
iletypes modalForWindow:[controller window] modalDelegate:self didEndSelector:@selector (importDataPanelDidEnd:returnCode:contextInfo:) contextInfo:nil]; } -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___

Re: Crash on SL in com.apple.DesktopServices after using NSOpenPanel

2009-09-07 Thread Markus Spoettl
rds Markus -- ______ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ 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

NSPathControl not displaying icons initially

2009-09-14 Thread Markus Spoettl
'm on Snow Leopard 10.6.1, Deployment target is 10.5 Regards Markus -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Re: NSPathControl not displaying icons initially

2009-09-14 Thread Markus Spoettl
helping. Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Upgrading NSDocument format, best practice

2009-09-16 Thread Markus Spoettl
than this, but I'd rather not convert data he's not willing to upgrade just yet. I guess my question is, is this the way to do it? Are there alternatives? Regards Markus -- ______ Markus Spoettl smime.p7s Description: S/MIME cryptogr

Re: Upgrading NSDocument format, best practice

2009-09-16 Thread Markus Spoettl
precious file extension which I'm so fond of, though. Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

Re: Upgrading NSDocument format, best practice

2009-09-16 Thread Markus Spoettl
ta::: won't fry NSDocument's innards, it sure isn't spelled out as such a dangerous thing to do. But point taken, I don't really know if its save to do what I do. Regards Markus -- ______ Markus Spoettl smime.p7s Descript

Re: Upgrading NSDocument format, best practice

2009-09-16 Thread Markus Spoettl
NSPersistentStoreTypeKey XML -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator co

Re: Crash on SL in com.apple.DesktopServices after using NSOpenPanel

2009-09-18 Thread Markus Spoettl
On Sep 18, 2009, at 10:30 PM, Lucien W. Dupont wrote: On Tue, Sep 8, 2009 at 7:53 AM, Corbin Dunn wrote: On Sep 7, 2009, at 5:25 AM, Markus Spoettl wrote: On Sep 7, 2009, at 1:31 PM, Thomas Clement wrote: Looks like an Apple bug. http://kb2.adobe.com/cps/506/cpsid_50654.html That

Changing an NSToolbar Identifier

2009-10-01 Thread Markus Spoettl
hing else, maybe even different from the GUID. Regards Markus -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post

Does [NSNetService getInputStream:outputStream:] really return retain objects and where does it say that

2009-11-01 Thread Markus Spoettl
Why not add a note to getInputStream:outputStream: then? Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Plea

Re: Does [NSNetService getInputStream:outputStream:] really return retain objects and where does it say that

2009-11-01 Thread Markus Spoettl
pecific function has this very special behavior - not that I know anything about who writes such examples. Regards Markus -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Coc

Toolbar customizer crashes on Leopard when using menu delegate

2010-03-23 Thread Markus Spoettl
om.my.app 0x25ae start + 54 -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the l

Re: Toolbar customizer crashes on Leopard when using menu delegate

2010-03-24 Thread Markus Spoettl
On Mar 23, 2010, at 10:02 PM, Markus Spoettl wrote: > My toolbar contains an item hosting a NSPopUpButton which has a menu. That > menu contains regular items and a sub-menu which has its delegate assigned to > the File's Owner because it's dynamic and needs to be rebu

Re: Toolbar customizer crashes on Leopard when using menu delegate

2010-03-25 Thread Markus Spoettl
for the detailed explanation. Something else must be playing into this because my delegate is an NSWindowController subclass which already conforms to the NSCoding protocol. A second instance actually gets created during the customizer setup, but it's dealloc'd before the cra

Re: Why is compiler warning for +setKeys:triggerChangeNotificationsForDependentKey: ??

2010-04-20 Thread Markus Spoettl
Foundation/Protocols/NSKeyValueObserving_Protocol/DeprecationAppendix/AppendixADeprecatedAPI.html> Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the

Re: Design for cleaning up Undo for a tree of objects

2010-04-27 Thread Markus Spoettl
d still be valid, and that's what's important. No? There are probably good reasons why the node removal isn't undoable and the problem is legitimate, I just can't think of one right now. Regards Markus -- __ Markus Spoettl _

Re: Seeking a graceful way to end a program

2010-04-29 Thread Markus Spoettl
look through all my reference books and searched the internet for > sample code but have come up empty handed. Thanks for your assistance. [NSApplication sharedApplication] terminate:nil]; should work, no? Markus -- ______ Markus Spoettl ___

Re: newbe view question

2010-05-16 Thread Markus Spoettl
gFiles.html#//apple_ref/doc/uid/20001288-CEGJFDFG> Regards Markus -- __ Markus Spoettl ___ 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-admin

NSTextFieldCell + Transparent NSTableView = Black Field editor

2010-05-26 Thread Markus Spoettl
is problem? Do I need to supply my own customized field editor via -windowWillReturnFieldEditor:toObject:? I'm on Snow Leopard, my deployment target and base SDK is 10.5, using Xcode 3.2.1. Thanks for any pointers! Regards Markus -- _______

Re: NSTextFieldCell + Transparent NSTableView = Black Field editor

2010-05-26 Thread Markus Spoettl
r to something more sensible so I can keep my transparent table. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator com

Re: Value Transformer with multiple Model Key Paths

2010-05-30 Thread Markus Spoettl
ust maintain MVC you could create a proxy object that replicates all your model objects' properties + the calculated properties for display. Then you fill the table with proxies instead of the original objects. Regards Markus -- ______

Re: Value Transformer with multiple Model Key Paths

2010-05-30 Thread Markus Spoettl
or controller (or maybe a category on the original class). As I said I'm happy to give up that position when there's need for it, but I feel guilty all the time :) Regards Markus (*) All kinds of exceptions apply. -- __ Markus Spoettl _

Re: Change the background colour of a window and toolbar

2010-06-03 Thread Markus Spoettl
ke > the window draggable from the bottom bar without making the window textured? I use [window setContentBorderThickness:24.0 forEdge:NSMinYEdge]; Regards Markus -- ______ Markus Spoettl ___ Cocoa-dev mailing lis

Re: Cocoa: dragging files from Finder

2010-06-05 Thread Markus Spoettl
ode (but that doesn't change the problem at hand). Regards Markus -- __ Markus Spoettl ___ 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-ad

Restoring a NSTreeController selection

2010-06-23 Thread Markus Spoettl
ndex paths would no longer be the same. -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the mod

Re: Restoring a NSTreeController selection

2010-06-24 Thread Markus Spoettl
ed objects. This method should be used for binding, no assumption should be made about what methods this object supports. - I feel a little stupid as it's obviously referring to prior 10.5, although the language could be clearer. Thanks all for your help! Regards Markus -- ___

Re: Restoring a NSTreeController selection

2010-06-25 Thread Markus Spoettl
ther. If the heading was "Special Considerations prior Mac OS X 10.5" it would be crystal clear even to me. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or modera

Re: Data downloading performance

2010-07-16 Thread Markus Spoettl
quot; doesn't bring up anything (useful) - or I'm overlooking it. So what is it? As a user of the synchronous API, I'm genuinely interested in hearing what it is. Markus -- __________ Markus Spoettl ___ Coc

Re: TextEdit - Open Recent - slow

2012-02-05 Thread Markus Spoettl
time - it is slow again. Is this a known problem? If so, what is the reason? I get this all the time when there's a file in the recently open list that's on a slow network volume. Regards Markus -- ______ Mark

Re: NSView mouseDown truncated coordinates

2012-02-23 Thread Markus Spoettl
(which happens surprisingly often, btw.). Anyone know how the system works out the integral coordinates? Regards Markus -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p

Re: NSView mouseDown truncated coordinates

2012-02-23 Thread Markus Spoettl
Regards Markus -- ______ Markus Spoettl ___ 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 your Subs

Re: NSView mouseDown truncated coordinates

2012-02-23 Thread Markus Spoettl
g -mouseDown: coordinates if deemed sensible in the situation). It just complicates things by having to remember more state than was necessary before. And it was a surprise. -- ______ Markus Spoettl ___ Cocoa-dev mai

Re: NSView mouseDown truncated coordinates

2012-02-23 Thread Markus Spoettl
unclear what the relationship of coordinates between mouseMoved: and mouseDown: is. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin re

Re: NSView mouseDown truncated coordinates

2012-02-23 Thread Markus Spoettl
ghlighted one being manipulated. Really confusing to the end user. Regards Markus PS: None of your or my replies seem to make it through to the list although both you an I cc the list. Not sure why that is. -- __________ Markus Spoettl __

Avoiding NSTableView NSOutlineView menu row highlight

2011-02-18 Thread Markus Spoettl
st like to show the "normal" row highlight background -- which I customize by overriding -highlightSelectionInClipRect: in my own NSOutlineView subclass. Thanks! Markus -- __________ Markus Spoettl ___ Cocoa-dev

Re: Avoiding NSTableView NSOutlineView menu row highlight

2011-02-18 Thread Markus Spoettl
be if I had control over the context-highlight and could manually force rows to go into this state but as it is, it's undesirable for my particular usage. Regards Markus -- __ Markus Spoettl ___ Cocoa

Re: Avoiding NSTableView NSOutlineView menu row highlight

2011-02-18 Thread Markus Spoettl
uld loose a lot of UI goodies that way and thus its not really an option. Regards Markus -- __ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

NSDateFormatter initialization+formatting not working

2011-02-19 Thread Markus Spoettl
ralLanguage; @end #endif Which to me tries to convey that -initWithDateFormat: is deprecated -- not by saying so directly of course. So who is wrong, docs or header? And why doesn't the -initWithDateFormat: initializer work? Puzzled Markus -- __ Markus

Re: NSDateFormatter initialization+formatting not working

2011-02-21 Thread Markus Spoettl
ous versions of that header, the -init method declaration was not > commented out. This sounds right. Calling -init deprecated is most certainly a documentation bug in this case. Thanks for clearing this one up for me! Regards Markus -- __ Markus

Re: Help with Apple Helpbooks

2011-02-23 Thread Markus Spoettl
ok at > <http://www.peachpit.com/store/product.aspx?isbn=0321670418>. If you're like me and can't wait for the mail delivery, you can also get it much faster from Amazon as a Kindle edition. Regards Markus -- __ Markus Spoettl

Re: Help with Apple Helpbooks

2011-02-23 Thread Markus Spoettl
on. Markus -- ______ Markus Spoettl ___ 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/

black flashes when updating CALayer content

2011-02-24 Thread Markus Spoettl
never see it. Regards Markus -- __________ Markus Spoettl ___ 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-a

Icon not bouncing in Dock when App started

2011-03-19 Thread Markus Spoettl
noticeable, though. Any ideas what that could be caused by? Regards Markus -- __________ Markus Spoettl ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to t

Re: Icon not bouncing in Dock when App started

2011-03-19 Thread Markus Spoettl
On Mar 19, 2011, at 11:29 AM, Markus Spoettl wrote: > In my document based application, when started (by clicking on the dock icon > or otherwise), the icon's startup bounce motion interrupts near the top of > the animation, stays there for around 0.3 - 0.5 seconds and then the ic

Re: Icon not bouncing in Dock when App started

2011-03-19 Thread Markus Spoettl
t actually use it. Yes, right. I'm using layers so that's legitimate, thanks! The issue appears to be in the Dock application then which doesn't take the switch to discrete graphics very well if the app that just started happens to be the reason for that switch. Regards Ma

Re: Best way to hook into the run loop?

2009-12-04 Thread Markus Spoettl
hadn't thought of - in which case I'd like to be enlightened. Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin re

Re: Best way to hook into the run loop?

2009-12-06 Thread Markus Spoettl
at handle undo, btw. :) Regards Markus -- ______ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contac

Re: iPhone Testing Internet Connection?

2009-12-15 Thread Markus Spoettl
tivity. <<<<< I'm only posting this because after suffering a minor heart attack reading your post I thought it might be interesting for other readers as well. Regards Markus -- ______ Markus Spoettl smime.p7s

Re: Error on third opening of preferences window

2009-12-15 Thread Markus Spoettl
g to open it again. Regards Markus -- __________ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderat

Re: minimize the window

2009-12-17 Thread Markus Spoettl
/documentation/Cocoa/Conceptual/WinPanel/WinPanel.html#//apple_ref/doc/uid/1031 Regards Markus -- ______ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev mailing list (Cocoa-dev@

Re: How do I bind custom view properties to an NSCollectionViewItem?

2010-01-03 Thread Markus Spoettl
bind view properties to object here } An alternative would be sub-classing the NSCollectionView and implementing -newItemForRepresentedObject: where you too can get access to the ItemView and view for the object. Regards Markus -- __

Re: Optimizing View Drawing Code

2010-01-08 Thread Markus Spoettl
time? What speeds up drawing a lot is specifying a dirty rect as small as possible and restricting the actual drawing to the area inside the rect whenever possible. May not be relevant in your case as the bottleneck seems to be somewhere else. Regards Markus -- _______

Re: (void *)contextInfo

2010-01-12 Thread Markus Spoettl
when done because you own it. [array release]; NSLog(@"Sheet End"); NSLog(@"%@", [contextInfo class]); [sheet orderOut:self]; } Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signatu

Re: Indentation bug in NSOutlineView with source-list highlighting?

2010-01-29 Thread Markus Spoettl
27;m sure you have your reasons not to use those source list "heading" items but perhaps source list mode is not designed to handle this case. Regards Markus -- __ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature __

NSArrayController predicate filtering weirdness

2010-02-02 Thread Markus Spoettl
I want fixes the issue. However, I have a strong suspicion that this just covers up a problem somewhere else. What could be the cause of behavior like this? Any hints greatly appreciated! Regards Markus -- __________ Markus Spoettl smime.p7s Description

Re: NSArrayController predicate filtering weirdness

2010-02-02 Thread Markus Spoettl
On Feb 2, 2010, at 3:16 PM, Markus Spoettl wrote: > It goes something like this: > > Filter using predicate A => arrangedObjects contains 4 objects (correct) > Filter using predicate F => arrangedObjects contains 0 objects (incorrect) > Filter using predicate B => ar

Re: NSCollectionView deselection

2010-03-01 Thread Markus Spoettl
t a breakpoint into the setter into the setter of your NSCollectienViewItem subclass to find out. Regards Markus -- ______ Markus Spoettl smime.p7s Description: S/MIME cryptographic signature ___ Cocoa-dev maili

  1   2   3   4   5   6   >