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 s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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 Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com