Getting NSWindow's contentBorderThickness working on a transparent window

2011-05-07 Thread Dimitri Bouniol
Hello, When an NSWindow's backgroundColor is set to clear (and it is non-opaque), setting the bottom contentBorderThickness seems to have no effect, other than changing the resize-indicator's metrics. Is there any way to get this working without relying on drawing the border myself? Thank you,

Re: multitouch trackpad on macbook pro

2009-07-01 Thread Dimitri Bouniol
oper.apple.com/adconitunes/> mmalc -- 定魅刀利 Dimitri Bouniol dimitri...@mac.com http://www.appkainime.com/ ___ 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 co

Re: NSLog / Console / Console Messages

2009-07-01 Thread Dimitri Bouniol
I am trying to debug a problem with a customer. I made a build with NSLog messages to trace behavior. I have the customer open Console and choose Console Messages. The last message if from march, my messages do not show ??? What is it that I am not aware of re:NSLog Thanks. -- 定魅刀利 Di

Re: Convenience initialisers

2009-07-05 Thread Dimitri Bouniol
ing 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/dimitri008%40mac.com This email sent to d

Re: Convenience initialisers

2009-07-05 Thread Dimitri Bouniol
one reason it's important not to refer to class methods as "static methods," as less dynamic languages do. In Objective-C, all method dispatch is dynamic, even to classes, and is subject to override. -- Chris On Jul 5, 2009, at 10:47 AM, Dimitri Bouniol wrote: Yo

Resizing a NSImage in a Cocoa command line tool

2008-08-05 Thread Dimitri Bouniol
magecompressor[16757:10b] Stack: ( 2527650123, 2500743419, 2527679306, 2527672652, 2527672850, 11646, 10094 ) Trace/BPT trap I hope someone could come to my aid! -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://www.appkainime.com/ __

Re: [SOLVED] Resizing a NSImage in a Cocoa command line tool

2008-08-05 Thread Dimitri Bouniol
nized selector sent to instance 0x116c30' 2008-08-03 20:49:40.146 imagecompressor[16757:10b] Stack: ( 2527650123, 2500743419, 2527679306, 2527672652, 2527672850, 11646, 10094 ) Trace/BPT trap I hope someone could come to my aid! -- 定魅刀利 Di

Re: Core Animation - Modifying CAConstraints

2008-03-13 Thread Dimitri Bouniol
array. However, CAConstraint is completely private apart from initialisation methods. No joy that I can see... can you? Thanks!! Karl -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://web.mac.com/dimitri008/ ___ Cocoa-dev mailing list (Coco

Forcing a text input method on a NSTextField

2008-04-08 Thread Dimitri Bouniol
I would like to force a text input method, such as the Japanese hiragana input, onto a NSTextField programatically. How would I go about doing this? -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://web.mac.com/dimitri008/ ___ Cocoa-dev mailing

Re: Forcing a text input method on a NSTextField

2008-04-08 Thread Dimitri Bouniol
ning @"ja" (the Japanese locale) to narrow it to Japanese input modes. Or, also from Leopard, you can use TextInputSource API in Carbon framework to fine control the input source. Aki On 2008/04/08, at 11:59, Dimitri Bouniol wrote: I would like to force a text input method, such as the

Re: CoreAnimation in a modal window

2008-04-10 Thread Dimitri Bouniol
Best, Pierre Bernard --- Pierre Bernard http://www.bernard-web.com/pierre http://www.houdah.com -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://web.mac.com/dimitri008/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin r

CALayer and Memory Management

2008-12-14 Thread Dimitri Bouniol
freak out and crash, and other times it wouldn't mind. Basically, here's my question: When (if ever) are you supposed to (auto)release CALayers? -- 定魅刀利 Dimitri Bouniol dimitri...@mac.com http://www.appkainime.com/ ___ Cocoa-dev mailing l

Re: What is the default time for a CALayer transform?

2008-12-16 Thread Dimitri Bouniol
nitial state, kinda derotated the CALayer, which I don't want such a behavior, I was told to set the autpreverse option to NO, and add a group, this last thing I couldn't achieve it. didn't know how to do it. -- 定魅刀利 Dimitri Bo

Re: How to make a CALayer dont get blur when rotating.

2008-12-16 Thread Dimitri Bouniol
rator 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/dimitri008%40mac.com This email sent to dimitri...@mac.com -- 定魅刀利 Dimitri Bo

Re: What is the default time for a CALayer transform?

2008-12-16 Thread Dimitri Bouniol
ished returned the layer to the initial position something undesirable, I then set up a animation.autoreverse = NO; but that didn't help either. I can see here, somehow using CAAnimation its better, I can have more control on how the rotation should look. What do you think? Thanks tons for your hel

Re: How to make a CALayer dont get blur when rotating.

2008-12-16 Thread Dimitri Bouniol
: I was thinking about that, I put a 90.0f but that didn't help let me see the M_PI_2 works. nop once it gets to vertical position the image its not focused. :S Gus. On 16.12.2008, at 14:48, Dimitri Bouniol wrote: It's because you are multiplying/dividing a double (M_PI) by

Re: CALayer properties

2008-10-28 Thread Dimitri Bouniol
ect.aRect.size.width; (aFloat = [[myObject anotherObject] aRect].size.width;) aSize.width = 5; aPoint.x = myObject.anotherObject.yetAnotherObject.aFloat; (aPoint.x = [[[myObject anotherObject] yetAnotherObject] aFloat];) I hope this explains it :) -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http:

Re: microsoft file formats in cocoa

2009-05-17 Thread Dimitri Bouniol
e.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/dimitri008%40mac.com This email sent to dimitri...@mac.com -- 定魅刀利 Dimitri Bouniol dimitri...@mac.com http://www.appkainime.com/ ___ Cocoa-dev mail

Syncing Core Animation and NSAnimation timing functions

2008-02-24 Thread Dimitri Bouniol
different based on weather it's ease-in, ease- out... but what I'm not sure about is how I can use this in the delegate of my NSAnimation class... Many thanks in advance to anyone who can help. -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://we

Re: Syncing Core Animation and NSAnimation timing functions

2008-02-24 Thread Dimitri Bouniol
advance to anyone who can help. -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://web.mac.com/dimitri008/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderato

Re: Adding GUI components dynamically

2008-03-01 Thread Dimitri Bouniol
e buttons. What are them and how can I add it dynamically? -- 定魅刀利 Dimitri Bouniol [EMAIL PROTECTED] http://web.mac.com/dimitri008/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comme