Re: An "Open With..." submenu...

2011-04-02 Thread Eric Wing
On 4/2/11, Jason Harris wrote: > Hi All, > > Two related questions. > > (1) Managing the default application for documents from a "file manager" > type of appication. > (2) An "Open With..." menu. > With LuaCocoa, I have an example program called HybridCoreAnimationScriptability which shows how t

Re: Simulate touch event with cordinate?

2011-04-02 Thread Rikza Azriyan
Thanks for Steve,dave,chase,gary,sherm,jesse and All list member who had respond for my question,, Maybe the solution i have to pass my face cordinate Directly to the Animation..as dave said.. Just for share: I recently found the way how to synthesize The UITouch Event in someone blog, with th

Re: applicationWillTerminate not received

2011-04-02 Thread Quincey Morris
On Apr 2, 2011, at 18:01, Jeffrey Walton wrote: > I planned on saving some state when the applicationWillTerminate was > invoked. Are things working as expected? Should I abandon my plans to > save state during termination? No, you should save the state, but it's explained here: http://

applicationWillTerminate not received

2011-04-02 Thread Jeffrey Walton
Hi All, I'm using NSLog and breakpoints to trace application life cycle messages on an iPhone. I'm receiving applicationDidBecomeActive, applicationWillResignActive, applicationDidEnterBackground, applicationWillEnterForeground, etc as expected. If I perform the following, the application does no

Re: An "Open With..." submenu...

2011-04-02 Thread Ken Thomases
On Apr 2, 2011, at 8:08 AM, Jason Harris wrote: > Some users have asked for an "open with" menu to be added to MacHg. I have a > menu delegate that captures when the contextual menu is firing and I can > insert a "Open With..." menu at the right place and time in my > 'menuNeedsUpdate' call. My

Re: Book for expert programmer about cocoa and Objective-C

2011-04-02 Thread Sherm Pendley
On Fri, Apr 1, 2011 at 3:40 PM, Rodrigo Zanatta Silva wrote: > Hi. I need to have a good book in my side to program with Objective-C using > the cocoa. I read the beginner books like "... for absolute beginner", > "starting to program with...". > > But now, I need a book for professional. Book tha

Re: Book for expert programmer about cocoa and Objective-C

2011-04-02 Thread Max Stottrop
I'd also recommend Cocoa Programming by Scott Anguish. But Steves recommendation is a great choice, too. http://www.amazon.com/gp/aw/d/B000212NUM/ref=redir_mdp_mobile/188-2135721-8610619?ref_=sr_1_7&s=books&qid=1301687411&sr=1-7 Am 02.04.2011 um 21:58 schrieb Steven Woolgar : >> But now, I need

Re: Track Splitter

2011-04-02 Thread koko
Disregard. splitViewDidResizeSubviews -koko On Apr 2, 2011, at 1:55 PM, koko wrote: > I want to move a button to the x-location of a horizontal split view's > splitter. I have a split view subclass and in it I implement mouseMoved but > this does not seem correct. > > So, how can I track th

Re: Book for expert programmer about cocoa and Objective-C

2011-04-02 Thread Steven Woolgar
> But now, I need a book for professional. Book that is BIG, DIFFICULT and is > HARDCORE about anything for cocoa and objective-c. That show a really lot of > thing. That will be my book for years.. You understand, right? Cocoa Design Patterns:

Track Splitter

2011-04-02 Thread koko
I want to move a button to the x-location of a horizontal split view's splitter. I have a split view subclass and in it I implement mouseMoved but this does not seem correct. So, how can I track the splitter so I can live move the button , i.e. the button will look like it is bound to the spli

Re: Simulate touch event with cordinate?

2011-04-02 Thread Steve Christensen
On Apr 1, 2011, at 10:25 PM, Rikza Azriyan wrote: > Yes, i want to make an application like ibooks that the user can navigate the > page by swipe the screen, than >> - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; > Will respond for that swipe... > But in my case, i don't want

Re: Are the progress spinner images publically available?

2011-04-02 Thread Bill Bumgarner
> Am 01.04.2011 um 18:38 schrieb James Bucanek: > >> So I'm going with plan B, which is create a custom CALayer that draws a >> single spinner "wheel" image and then rotate it using a key-frame animation. As long as you don't actually show rotation of the lines of the progress indicator, that'

Re: Simulate touch event with cordinate?

2011-04-02 Thread Dave Camp
Since you are doing this in your own application, just get the data from your face tracking code and call your animation code directly. I don't think it's possible to create a UITouch with the public APIs. Dave On Apr 1, 2011, at 10:25 PM, Rikza Azriyan wrote: > Thanks chase for your reply, > Y

Retrieve camera's parameters

2011-04-02 Thread eveningnick eveningnick
Hi I am developing a QTKit application for capturing the camera's output, and i need to tell the user about what color modes and resolutions the camera supports natively. QTKit itself does not provide such a functionality - it sets up resolution automatically. I am wondering, if there is any way t

An "Open With..." submenu...

2011-04-02 Thread Jason Harris
Hi All, Two related questions. (1) Managing the default application for documents from a "file manager" type of appication. (2) An "Open With..." menu. --- (1) (Background: MacHg is a "browser" or "file manager" type of application (its a GUI for the DVCS mercurial) so its role is to

Re: Simulate touch event with cordinate?

2011-04-02 Thread Rikza Azriyan
Nothing that silly Jesse, as long as you thing if there're somebody who don't have a hand, but they want to read. Have you ever heard the research about human computer interaction using their head movement as the cursor movement, and right click by their right eye, left click by their left eye..

Re: Simulate touch event with cordinate?

2011-04-02 Thread Sherm Pendley
On Sat, Apr 2, 2011 at 7:29 AM, Jesse Armand wrote: > > But, my word of advice: > People don't read PDFs with the gestures of their face or head. It's just > silly. Tell that to Stephen Hawking. There are cases where what seems "silly" to most of us are the only options one has left. sherm-- -

Re: Simulate touch event with cordinate?

2011-04-02 Thread Jesse Armand
Then, you are explaining your problems incorrectly. You're looking to handle the motion of the face, recognized by the face recognition algorithm and captured by the camera. You can't find that answer in the iOS SDK. You need to implement your own algorithm to detect those movements and convert i

API to determine a list of installed scriptable applications

2011-04-02 Thread jonat...@mugginsoft.com
Is there an API to determine a list of installed scriptable applications? Such a list is displayed by the AppleScript Editor menu item Open Dictionary... Application bundles can be queried for using MDQuery and the scriptability of a given application can be be determined. I don't think that ASE