Job listing: Cocoa/CoreAudio Contract

2014-01-28 Thread Kirk
Cocoa/CoreAudio Contract I am exploring having the company I work for hire out the following task: *** Create a Cocoa wrapper (OSX target) for the Core Audio HAL API that will allow a Cocoa app to route audio arbitrarily from composite input devices to composite output devices, preferably

Re: Core Data : Opt Out of SQLite WAL is nullified after File Duplicate ?

2014-01-28 Thread Jerry Krinock
On 2014 Jan 25, at 14:23, Mike Abdullah mabdul...@karelia.com wrote: is there actually any harm in using the new style journal, does anybody know? The bug reported by Glenn Austin in this thread, that future store migrations may cause data loss for some users, seems pretty serious to me.

Re: Cocoa app screen update issues on Mavericks

2014-01-28 Thread Reaves, Timothy
Simply comment out the third line in that fourth source file, and all will be well. On Tue, Jan 28, 2014 at 2:39 AM, Abhijeet Singh abhi_...@in.com wrote: Hi,Recently I have compiled my application on Mac 10.9 (Mavericks). Screens are stopped updating. Its a multithreading application. GUI is

Remove alpha channel from uiimage

2014-01-28 Thread Peng Gu
I use the following method to get a decompressed uiimage from file system. However the UIImageView is colored as red when I turn on the color blended layer, even though the UIImageView is set to Opaque. The images on file system don't have alpha channel. I tried set

Re: Remove alpha channel from uiimage

2014-01-28 Thread David Duncan
On Jan 28, 2014, at 12:37 PM, Peng Gu pan...@gmail.com wrote: kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Little You just asked Core Graphics to make a context with alpha, and thus an image with alpha. Core Animation doesn’t enumerate all the pixels of the image to determine if

Re: Remove alpha channel from uiimage

2014-01-28 Thread Peng Gu
Thanks, It works. Seems it uses ARGB instead of RGBA. I used *kCGImageAlphaNoneSkipLast,* which consumes more memory and all the images are colored as copied images. Thank you Peng On Tue, Jan 28, 2014 at 4:10 PM, David Duncan david.dun...@apple.comwrote: On Jan 28, 2014, at 12:37 PM, Peng

Layer needs display if presentation layer moves?

2014-01-28 Thread Seth Willits
I have several box-shaped layers and while any of them is moving (position or bounds is changing), I need this one other shared connections layer (which draws lines between certain boxes) to continuously redraw, so it's drawing the lines between the box layers' presentation layers so it

Re: Layer needs display if presentation layer moves?

2014-01-28 Thread Kyle Sluder
On Tue, Jan 28, 2014, at 05:00 PM, Seth Willits wrote: I have several box-shaped layers and while any of them is moving (position or bounds is changing), I need this one other shared connections layer (which draws lines between certain boxes) to continuously redraw, so it's drawing the lines

Re: Layer needs display if presentation layer moves?

2014-01-28 Thread Seth Willits
On Jan 28, 2014, at 5:26 PM, Kyle Sluder k...@ksluder.com wrote: The most straightforward way to do this is probably going to be creating a custom CAAnimation that drives the position of the views which are moving around, as well as a property of the connections layer that encodes the

Base Localization of tool tips not working anymore

2014-01-28 Thread Feedback RhapSoft
Hi, Now that I am ready to drop 10.7 support in my app, I want to use Base localization for nib localization. I have converted my international xibs to strings with Xcode 5.0.2 but there is an issue at runtime on OS X 10.9 : Tool Tips that are inside NSTableCellViews are not localized anymore