how to bring up a keyboard as in UITextField

2010-05-23 Thread Alejandro Marcos Aragón
Hi everyone,

I'm trying to reproduce something similar to what happens when the user touches 
a UITextField. I want a keyboard to show up to half the screen. I created my 
own xib file with the keyboard, and everything seems to work fine, except that 
the upper half of the screen is not transparent, and I couldn't find a way to 
make it transparent after playing with the window opaque and alpha values.

Is it possible to do what I want? Thank you all,

aa___

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: how to bring up a keyboard as in UITextField

2010-05-23 Thread Scott Andrew
I did something similar for my IPhone combo box. See 
http://newwavedigitalmedia.com/?p=79. The source is on GitHub as well at 
http://github.com/scottandrew/NWPickerField.  

Sent from my iPad

On May 23, 2010, at 12:32 PM, Alejandro Marcos Aragón 
alejandro.ara...@gmail.com wrote:

 Hi everyone,
 
 I'm trying to reproduce something similar to what happens when the user 
 touches a UITextField. I want a keyboard to show up to half the screen. I 
 created my own xib file with the keyboard, and everything seems to work fine, 
 except that the upper half of the screen is not transparent, and I couldn't 
 find a way to make it transparent after playing with the window opaque and 
 alpha values.
 
 Is it possible to do what I want? Thank you all,
 
 aa___
 
 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/scottandrew%40roadrunner.com
 
 This email sent to scottand...@roadrunner.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