Experienced OSX programmar

2013-03-05 Thread John chen
A well known company in San Diego is looking for experienced OSX developer. If you're interested, please email me your resume. No recruiters please. Thanks ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or

Full-time position for experienced Mac app developer in San Diego, CA

2013-01-07 Thread John chen
A well known company in San Diego, CA is looking for experienced Mac app developer. If you're interested, please email me your resume. No recruiters please. Thanks! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: How to subclass UIButton?

2010-04-07 Thread john chen
I think UIButton is not designed for subclassing. You can try composition, or create UIButton category method for custom-build button. Apple has sample code in UICatalog to create custom-build button. On Wed, Apr 7, 2010 at 2:26 PM, WT jrca...@gmail.com wrote: Hello all, I need to create a

How to perform upgrade testing for iPhone App

2009-10-27 Thread john chen
Greetings, Say I have app version 1.0 released on the app store. Now I am planning on a 1.1 upgrade. What is the test that closest matched to real app stores download and upgrade? I heard testing with AdHoc versions that is dragged dropped in iTunes is a similar upgrade situation, but was

Treat warnings as errors flag missing in iPhone Xcode project

2009-08-21 Thread john chen
Hi all, Usually I like to turn on the flag 'Treat warnings as errors'. It's in OSX Project. But when creating an iPhone project in 3.0 SDK, I can't see that flag under the build setting. Anyone know how to set that? Thanks, John ___ Cocoa-dev

Re: Treat warnings as errors flag missing in iPhone Xcode project

2009-08-21 Thread john chen
Hi Kyle, Thank you for the responds. Where is the right place in the project setting to add that -Werror ? Thanks, John On Fri, Aug 21, 2009 at 11:27 AM, Kyle Sluder kyle.slu...@gmail.com wrote: On Fri, Aug 21, 2009 at 11:24 AM, john chenjohnchen...@gmail.com wrote: Usually I like to turn

Re: Treat warnings as errors flag missing in iPhone Xcode project

2009-08-21 Thread john chen
NM. Figured out. We can manually add a OTHER_CFLAGS = -Werror in the User-Defined section. That works for me. Thanks, John On Fri, Aug 21, 2009 at 12:08 PM, john chen johnchen...@gmail.com wrote: Hi Kyle, Thank you for the responds. Where is the right place in the project setting to add

Re: Beachball on Lengthy Task

2009-04-04 Thread john chen
You can try to do that task in another thread. John On Sat, Apr 4, 2009 at 8:08 PM, Pierce Freeman piercefreema...@comcast.netwrote: Hi everyone: I am getting the beachball of death when I try to run an action that takes over a few seconds to complete. Given, the beachball goes away after

Re: About Ink drawing with wacom tablet

2008-11-05 Thread john chen
Raleigh, Thanks a lot for your suggestion. I have already tried the easy route, it works, but people is not happy with that since when the pen is outside the view, it won't draw on it. It's hard for user to keep the pen inside the view. That is why I am looking for a better solution. So it sounds

Re: About Ink drawing with wacom tablet

2008-11-04 Thread john chen
Ben, I tried both turn off or turn on the Ink from Ink panel, but still not seeing the NSTabletPoint event in either case. Thanks, John On Tue, Nov 4, 2008 at 11:34 AM, Benjamin Stiglitz [EMAIL PROTECTED] wrote: Did I miss something, or I was doing something wrong? I have

About Ink drawing with wacom tablet

2008-11-03 Thread john chen
Hi all, I am working on to implement a signature feature in a cocoa application. I have an NSImageView, and the goal is for user to sign their names using wacom tablet and the signature would be drawn on the NSImageView. I was wondering if there is an API (from Ink, or wacom ...) that once user

Re: About Ink drawing with wacom tablet

2008-11-03 Thread john chen
, -- Kevin Kevin Gessner http://www.kevingessner.com [EMAIL PROTECTED] On Nov 3, 2008, at 4:54 PM, john chen wrote: Hi all, I am working on to implement a signature feature in a cocoa application. I have an NSImageView, and the goal is for user to sign their names using wacom tablet

Re: About Ink drawing with wacom tablet

2008-11-03 Thread john chen
class, so it should register itself to listen to this kind of events. Thanks, John On Mon, Nov 3, 2008 at 4:04 PM, john chen [EMAIL PROTECTED] wrote: Kevin, Do you mean to implement the - (void)tabletPoint:(NSEvent *)theEvent in my imageView class and construct the path from the points ? I

Re: Leopard NSTableView Cell and single click editing

2008-03-21 Thread john chen
On Thu, Mar 20, 2008 at 4:32 PM, john chen [EMAIL PROTECTED] wrote: Hi Corbin, In my application, the table has several columns, some of them is editable, some not. I defined a handleDoubleClick method when user double clicks on a non-editable column. In Tiger, it works fine. When double

Re: Leopard NSTableView Cell and single click editing

2008-03-20 Thread john chen
Hi Corbin, In my application, the table has several columns, some of them is editable, some not. I defined a handleDoubleClick method when user double clicks on a non-editable column. In Tiger, it works fine. When double click on a editable column, it will start to editing. But in Leopard, not

Re: Kiosk App

2008-03-04 Thread john chen
You can take a look at http://cocoadevcentral.com/articles/28.php John On 3/4/08, Thomas Bartelmess [EMAIL PROTECTED] wrote: Hello everyone. I would like to add an Kiosk mode to my Application. Does somebody know how I can lock the Computer for every kind of Keyboard Inputs (Just not