Re: Translation.

2010-08-28 Thread Fritz Anderson
[Inquiries about developer tools really belong on xcode-users.] On 28 Aug 2010, at 7:12 AM, Sandro Noël wrote: > either... > ibtool --strings-file MainWindow.strings -–write > French.lproj/MainWindow.xib English.lproj/MainWindow.xib > or... > ibtool --strings-file MainWindow.string

Translation.

2010-08-28 Thread Sandro Noël
Greetings. I'm using Xcode 3.2.3 i'm a little confused as to why my translation files wont import back to the language of choice using ibtool. i exported the strings as so: ibtool --generate-strings-file MainWindow.strings English.lpoj/MainWindow.xib that worked fine and i sent t

Re: keyCode translation for various keyboards

2010-02-06 Thread John Joyce
On Feb 3, 2010, at 8:23 AM, cocoa-dev-requ...@lists.apple.com wrote: > Dave Carpeneto wrote: >> Hello list folk - I'm trying to print out strings representing various >> keyDown events I receive. Using OS 10.6.2. > ... >> So far the two approaches I've seen are as follows: > ... >> Approach #2:

Re: keyCode translation for various keyboards

2010-02-02 Thread Dave Carpeneto
Dave Carpeneto wrote: Hello list folk - I'm trying to print out strings representing various keyDown events I receive. Using OS 10.6.2. ... So far the two approaches I've seen are as follows: ... Approach #2: Get what you can via UCKeyTranslate, and then 'fill in the blanks' with a lookup tab

keyCode translation for various keyboards

2010-02-02 Thread Dave Carpeneto
Hello list folk - I'm trying to print out strings representing various keyDown events I receive. Using OS 10.6.2. It looks as though this was possible back in the classic days ( http://developer.apple.com/legacy/mac/library/documentation/mac/Toolbox/Toolbox-78.html ), however obviously that do

Re: Rotation and translation of an image

2009-08-12 Thread Mohsan Khan
Google is your best friend, atleast mine. Your already said it "image transformation", search for "Cocoa image transformation". I find all the informtation I need to get started by searching "Cocoa ...". /Mohsan Khan On 2009-08-13, at 03:22, Agha Khan wrote: HI: Can someone point me

Re: Rotation and translation of an image

2009-08-12 Thread Kiel Gillard
Hi Agha, I'm not too sure what's wrong with the picture so I'm not sure how much I can help you. But to rotate your image by the centre, first translate your image or context so the centre of the image/context is located at the origin: 1 Translate by negative half width, negative half heig

Re: Rotation and translation of an image

2009-08-12 Thread Kiel Gillard
Hi Agha, An appropriate answer depends entirely on what you want to do with the image. Do you want to draw the image into a view? Do you want to save the image to the hard disk? You'll have to give us more information to help you out. Kiel On 13/08/2009, at 11:22 AM, Agha Khan wrote: HI

Rotation and translation of an image

2009-08-12 Thread Agha Khan
HI: Can someone point me the sample code for image transformation? You help will be very much appreciated. Best regards Agha Khan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list