making keyboard shortcuts work on different keyboard layouts

2008-09-11 Thread Max

hi list (i hope this is the right place to ask this question),

i have an application where i use the keyboard command to swith  
between windows (cmd-`). now i realize that the standard shortcut on  
for example a german keyboard is cmd-< for this function.
how to make those shortcuts work on no matter what language the  
keyboard is?
do i have to detect the different keyboard versions in my code or is  
there another layer in the system where i can access the cycle- 
through-windows-command whithout having to know which keys the user  
actually pressed?


thank you.

m.
___

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 [EMAIL PROTECTED]


Stack+Overflow+Question

2011-02-27 Thread Max Stottrop
Change+UITextfield+on+a+detailview+by+clicking+on+different+Cells
http://stackoverflow.com/q/5134693/623784

Every help appreciated. I'm kinda noob, so forgice me if the answer is 
simple;)___

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


Re: Book for expert programmer about cocoa and Objective-C

2011-04-02 Thread Max Stottrop
I'd also recommend Cocoa Programming by Scott Anguish. But Steves 
recommendation is a great choice, too.

http://www.amazon.com/gp/aw/d/B000212NUM/ref=redir_mdp_mobile/188-2135721-8610619?ref_=sr_1_7&s=books&qid=1301687411&sr=1-7

Am 02.04.2011 um 21:58 schrieb Steven Woolgar :

>> But now, I need a book for professional. Book that is BIG, DIFFICULT and is
>> HARDCORE about anything for cocoa and objective-c. That show a really lot of
>> thing. That will be my book for years.. You understand, right?
> 
> Cocoa Design Patterns:
> 
> 
> 
> 
> W.
> ___
> 
> 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/max.stottrop%40googlemail.com
> 
> This email sent to max.stott...@googlemail.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 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


Re: Book for expert programmer about cocoa and Objective-C

2011-04-03 Thread Max Stottrop
OK, I'll keep this in mind. I just saw your name at Amazon, so i thought you'd 
be the author.

Am 04.04.2011 um 06:18 schrieb Scott Anguish :

> 
> On Apr 2, 2011, at 4:12 PM, Max Stottrop wrote:
> 
>> I'd also recommend Cocoa Programming by Scott Anguish. But Steves 
>> recommendation is a great choice, too.
>> 
> 
> I always clarify this. My name is first because of the “A”. Erik and Don are 
> the ones who did the heaviest lifting in my opinion. 
> 
>> http://www.amazon.com/gp/aw/d/B000212NUM/ref=redir_mdp_mobile/188-2135721-8610619?ref_=sr_1_7&s=books&qid=1301687411&sr=1-7
>> 
>> Am 02.04.2011 um 21:58 schrieb Steven Woolgar :
>> 
>>>> But now, I need a book for professional. Book that is BIG, DIFFICULT and is
>>>> HARDCORE about anything for cocoa and objective-c. That show a really lot 
>>>> of
>>>> thing. That will be my book for years.. You understand, right?
> 
> More of Erik and Don’t heavy lifting.
> 
>>> 
>>> Cocoa Design Patterns:
>>> <http://www.amazon.com/Cocoa-Design-Patterns-Erik-Buck/dp/0321535022/ref=sr_1_1?s=books&ie=UTF8&qid=1301774297&sr=1-1>
>>> 
> 
___

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


Re: Draggable On/Off button

2010-11-29 Thread Max Howell


I made a pretty good one 
here:https://github.com/mxcl/playdar.prefpaneScreenshot:http://www.playdar.org/static/prefpane.pngThe
 code needs to be extracted but it's all open source.Hi,I need to create a 
On/Off button similar to that of Time machine's On/Off button(similar one can 
be seen in Safari->Preferences->Extensions tab also).Is there a Cocoa built-in 
draggable On/Off button for Mac OS?
___

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


Add a view (xib) to a project

2011-01-30 Thread Max Stottrop
Hey everyone,
first of all i'd like to thank all of you for this awesome list/community. I 
hope that i can help you sometimes...
But now to my question. Can anyone of you explain me (slowly;)) how to add 
another view (.xib) file to my iPhone project?  I tried several things, but 
none worked for me. Thanks in advance.

Max
Cologne, GER___

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


custom fonts

2013-07-23 Thread Max Haas
Hi,

I should add in IOS 6 a font to an app for iPad. It's a font with musical 
notation (like Sonata). Unfortunately the possibility with UIAppFonts key in 
the Info.plist does not work. Thanks for any hint.

Max
___

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

MVC

2008-10-23 Thread Max Radermacher

Hello:

I'm a n00b to cocoa and have heard a lot about MVC (Model View  
Controller). I don't fully understand it and was wondering if someone  
could point me in the direction of some good resources. Thanks.


digits
___

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 [EMAIL PROTECTED]