Can you obtain the NSRuleEditor localized display?

2010-03-10 Thread John C. Daub
ng. Hoping I may be overlooking something or maybe there's a nice trick I could use. I need to run on 10.5, but if there's a 10.6-and-later-only solution that could be acceptable. Thank you. -- John C. Daub }:-)>= <mailto:h...@hsoi.com> <http://www.hsoi.com/hsoi/blog/> "

Re: Can you obtain the NSRuleEditor localized display?

2010-03-10 Thread John C. Daub
on 3/10/10 6:01 PM, Peter Ammon at pam...@apple.com wrote: > On Mar 10, 2010, at 11:30 AM, John C. Daub wrote: > >> Can you obtain the localized display of an NSRuleEditor? >> > [...] > >> I can't see any way to extract the actual displayed GUI (post-forma

QTMovieView - control-click vs. right-click give different behavior?

2009-06-24 Thread John C. Daub
ck menu is displayed. How is this happening? How is it that I have stubbed out all of the various mouse methods yet a control-click gets through? And how can I get it to stop? As well, are there any other subtle user-interaction approaches that I may need to add to my stub-out list? Thank you.

Re: QTMovieView - control-click vs. right-click give different behavior?

2009-06-24 Thread John C. Daub
on 6/24/09 2:50 PM, John C. Daub at h...@hsoi.com wrote: > I am using a QTMovieView to play back a movie. I wish for there to be no > chance of user interaction with the movie: pure playback. The behavior is > window shows, movie auto-plays (QTMovieView takes up the whole of the window

Re: LOCATING MEDIA FILES IN MACINTOSH

2011-01-08 Thread John C. Daub
he OP's design constraints. If he needs to absolutely know every media file on the computer no matter what and where they are, you just have to manually scan the filesystem and use some sort of heuristics to determine "is this a media file, and if so what kind" (QuickTime can help w

Re: AppleScript Support with Plugin

2008-03-13 Thread John C. Daub
plescript-implementors -- John C. Daub }:-)>= <mailto:[EMAIL PROTECTED]> <http://www.hsoi.com/> "...as the war machine keeps turning, death and hatred to mankind." - Black Sabbath ___ Cocoa-dev mailing list (Cocoa-dev@lists.ap

Re: AppleScript Support with Plugin

2008-03-13 Thread John C. Daub
make my app manually synthesize the main sdef from the app and plugin sdef files. See those URL's I sent you for how to do this. But again, if that Daylite app isn't scriptable or aware of its plugins being scriptable, not sure how to accomplish this. You could always contact t

System Preferences "halo/spotlight" effect

2009-02-13 Thread John C. Daub
effect like this so I'm a little lost as to the direction to go. Thank you for your assistance. -- John C. Daub }:-)>= <mailto:h...@hsoi.com> <http://www.hsoi.com/hsoi/blog/> "You can believe you can, or you can believe you can't; either way you will be correct." -

Re: System Preferences "halo/spotlight" effect

2009-02-13 Thread John C. Daub
on 2/13/09 10:26 AM, Kyle Sluder at kyle.slu...@gmail.com wrote: > On Fri, Feb 13, 2009 at 7:51 AM, John C. Daub wrote: >> I'm figuring in System Preferences it's using an overlay window, but since >> my content scrolls I cannot use a window and must use an NSVie

Re: System Preferences "halo/spotlight" effect

2009-02-13 Thread John C. Daub
on 2/13/09 10:41 AM, Adam R. Maxwell at amaxw...@mac.com wrote: > On Feb 13, 2009, at 4:51 AM, John C. Daub wrote: > >> I'm trying to replicate that overlay halo/spotlight behavior, in a >> similar sort of window (window full of icons). I'm seeking guidance in >&g