about 3D sound

2010-03-20 Thread Jonathan Chacón
Hello, I'm searching some documentation about 3D sound to play sounds at left, right, etc channel and modify the frequency of the sound but I don't find anything in NSSound. how can I control pane, channel, tone and volume of a sound? I'm searching this info for Mac and iPhone. thank

how to cut and paste from an image to other image

2010-05-09 Thread Jonathan Chacón
Hello, I don't know how can I cut a piece of an image and paste it in other image. And more dificult, the second image is a button. Does anybody know an example or something to do this? thanks and regards Jonathan Chacón___ Cocoa-dev mailing

appController class in InterfaceBuilder

2010-01-12 Thread Jonathan Chacón
Does anybody know where is the appController class in the library of interfaceBuilder or how to define the controller using the keyboard in interfaceBuilder? thanks and regards Jonathan Chacón ___ Cocoa-dev mailing list (Cocoa-dev@lists.appl

Hot to define a connection from source code?

2010-01-28 Thread Jonathan Chacón
ive-C spanish documentation but all books use interface Builder method to do this. Where can I find an easy example code? thanks and regards Jonathan Chacón ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

Re: Hot to define a connection from source code?

2010-01-28 Thread Jonathan Chacón
le or outleet in the declaration area of a class? sorry but I'm newbie in Cocoa and Objetive-C thanks and regards Jonathan Chacón El 28/01/2010, a las 17:36, Jens Alfke escribió: > > On Jan 28, 2010, at 6:38 AM, Jonathan Chacón wrote: > >> I can use interface builder t

Re: Hot to define a connection from source code?

2010-01-28 Thread Jonathan Chacón
Hello everybody, OK, thanks for the information... I'll find info about @selector, setActions in Objetive-C and I'll post this question in xCode list. I want to develop some games for blind users in iPhone thanks and regards Jonathan Chacón El 28/01/2010, a las 22:08,

Re: Hot to define a connection from source code?

2010-01-28 Thread Jonathan Chacón
Hello Roland, Could you tell me any example project where I examine the source code? thanks and regards Jonathan Chacón El 29/01/2010, a las 06:04, Roland King escribió: > Jonathan Chacón wrote: >> Hello everybody, >> OK, thanks for the information... >> I'll

Re: Hot to define a connection from source code?

2010-01-29 Thread Jonathan Chacón
Hello, thanks for the information I'll download bubbleLevel sample code and I'll study it thanks and regards Jonathan Chacón El 29/01/2010, a las 11:23, B.J. Buchalter escribió: > > On Jan 29, 2010, at 12:17 AM, Jonathan Chacón wrote: > >> Hello Roland, >

get the list of controls in a NSView

2010-02-11 Thread Jonathan Chacón
Hello everybody, is there any method to get the list of controls (buttons, labels, splitters, etc) of a NSView? thanks and regards Jonathan Chacón Follow me in twitter: http://www.twitter.com/jonathanchacon___ Cocoa-dev mailing list

Re: get the list of controls in a NSView

2010-02-12 Thread Jonathan Chacón
Hello Thank you. I will try a new way to make connections between Interface builder and xCode Regards Saludos desde mi iPhone Jonathan Chacón Consultor de accesibilidad, usabilidad y nuevas tecnologías Teléfono: 679953948 E-mail: jonathan.cha...@telefonica.net Blog: http

Re: get the list of controls in a NSView

2010-02-12 Thread Jonathan Chacón
Hello, Thanks for the information about tags identification but I've two questions: How to fetch each control into a NSView array? Can I identify a control using value of name field in the identity tab of the inspector in IB? Saludos desde mi iPhone Jonathan Chacón Cons

Re: get the list of controls in a NSView

2010-02-13 Thread Jonathan Chacón
/articulo.aspx?idA=1599 well, I'll make the tests using tag methods this weekeng... I'll post the results soon thanks and regards Jonathan Chacón El 13/02/2010, a las 10:59, Graham Cox escribió: > > On 13/02/2010, at 12:46 PM, Roland King wrote: > >> Remember the

Re: get the list of controls in a NSView

2010-02-14 Thread Jonathan Chacón
or other attribute. The problem is the attribute "Name" of the identify tab in the inspector object in Interface builder. I type: [control name]; but that method ("name") doesn't exist. Can I know the name attribute of a control? Thanks Regards Jonathan Cha

Re: get the list of controls in a NSView

2010-02-14 Thread Jonathan Chacón
Hello OK, I'll use tag value thanks and regards Jonathan Chacón El 14/02/2010, a las 15:10, Roland King escribió: > no - you've asked this exact thing before and I've answered it before. The > name in Interface Builder is internal to interface builder *only*, it&#

Hot to move focus to a button?

2010-03-06 Thread Jonathan Chacón
Hello, I'm trying to move keyboard cursor to a button but NSButton hasn't a setFocus method. How can I move the keyboard focus to a control? thanks Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953948 e-Mail: jo

problems loading a sound with NSSound

2010-03-07 Thread Jonathan Chacón
ogoSound play]; but the sound doesn't play what happend? thanks Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953948 e-Mail: jonathan.cha...@telefonica.net Blog: http://programaraciegas.weblog.discapnet.es Twitte

Re: problems loading a sound with NSSound

2010-03-08 Thread Jonathan Chacón
Hello, this works great! NSSound *logoSound = [NSSound soundNamed: @"logoSound"]; [logoSound play]; thanks! regards Jonathan Chacón El 08/03/2010, a las 12:20, Keith Blount escribió: > NSSound doesn't respond to -initWithContentsOfFil

How to create an interface without interface builder

2009-08-20 Thread Jonathan Chacón
Hello, I'm a blind developer and I'm studing Cocoa and ObjetiveC. All documentation I found uses interface builder to add controls to the window. Does anybody know any sample or tutorial to create interfaces using objetiveC without interface bulder? thanks and regards

How to double tap event on a UIButton

2010-09-19 Thread Jonathan Chacón
do the double tap gesture on a button. I used the UIControlEventTouchDownRepeat but this doesn't work. What can I manage the double tap gesture on a UIButton? thanks Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953

about keystrokes out of the window

2011-03-16 Thread Jonathan Chacón Barbero
application pressing caplocks+left arrow. How can I do this? I searched abut managing keystrokes for Mac OSX but I didn't find anything about this. thanks Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953948 e

Re: about keystrokes out of the window

2011-03-16 Thread Jonathan Chacón Barbero
Hello, thanks for your answer. I'm developing using Cocoa because I want to develop an accessible app. I didn't know Carbon Event Manager. I'll study it but Can I use it in a Cocoa application? thanks and regards Jonathan Chacón El 17/03/2011, a las 06:15, Nick Zi

Re: about keystrokes out of the window

2011-03-17 Thread Jonathan Chacón Barbero
Hello Andy, thanks a lot for this information. it's great! Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953948 e-Mail: jonathan.cha...@telefonica.net Blog: http://www.programaraciegas.es Twitter: http://www.twitte

How to assign a method for touch event to a UIImageView?

2011-06-24 Thread Jonathan Chacón Barbero
:) forControlEvents:UIControlEventTouchUpInside]; but this code doesn't work with an UIImageView. How can I do this with this class? thanks Regards Jonathan Chacón Barbero Accessibility, usability and new technologies consultant Phone: +34 679953948 e-Mail: jonathan.cha...@telefonica.net Blog: