Re: six things I wasn't able to do with Cocoa
Re: six things I wasn't able to do with Cocoa
- Subject: Re: six things I wasn't able to do with Cocoa
- From: "Sean McBride" <email@hidden>
- Date: Fri, 28 May 2010 13:04:08 -0400
- Organization: Rogue Research Inc.
On Thu, 27 May 2010 12:43:42 -0700, Bill Appleton said:
>*2)** **I **can't **get the current caret blink rate in milliseconds*
>
>I used to call GetCaretTime, but now I just use 500 milliseconds. Eeek!
>Where is the current blink rate? Please don't tell me I don't need it, we
>implement our own scripting engine, etc.
Oddly, GetCaretTime is not deprecated but is removed in 64 bit. So much
for advanced warning. :) I thought there might be a substitute in
event_status_driver.h, but didn't see anything. You could always still
use GetCaretTime in a 32bit process and pass its result back to your
main process.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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 Subscription:
This email sent to email@hidden