[MeeGo-dev] virtual keyboard

2011-04-22 Thread Mark S. Townsley
Hi;

I just want to confirm the virtual keyboard available on MeeGo tablet
image and how it works.

It looks like the virtual keyboard will automatically show up/available for
any text input.   For example, I have an QML app and the virtual keyboard
shows up automatically under my TextInput area during run time.

Is this assumption correct (virtual keyboard is available automatically for
any text input fields)?

thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] virtual keyboard

2011-04-22 Thread Michael Hasselmann
On Fri, 2011-04-22 at 12:13 -0700, Mark S. Townsley wrote:
 It looks like the virtual keyboard will automatically show
 up/available for any text input.   For example, I have an QML app and
 the virtual keyboard shows up automatically under my TextInput area
 during run time.
 
 Is this assumption correct (virtual keyboard is available
 automatically for any text input fields)?

Yes, it is correct. But I keep thinking that this concept really only
works out for small form factors (such as handset UX). For tablet UX and
bigger (say, on the desktop), the Qt default of first touch to focus,
and second touch to bring up VKB feels better.

But then again, I am no user interaction designer ...

regards,
Michael

PS: We have a dedicated ML for input methods on MeeGo -
http://lists.meego.com/listinfo/meego-inputmethods

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] virtual keyboard

2011-04-22 Thread Robin Burchell
On 22 April 2011 20:29, Michael Hasselmann micha...@openismus.com wrote:
 Yes, it is correct. But I keep thinking that this concept really only
 works out for small form factors (such as handset UX). For tablet UX and
 bigger (say, on the desktop), the Qt default of first touch to focus,
 and second touch to bring up VKB feels better.

To be honest, it annoys me even on handsets. :-)

 But then again, I am no user interaction designer ...

Neither am I, but I suspect nor could one of them tell you off the top
of their head which is better (without more or less guessing) - these
are the sort of things you really need proper studies to figure out
IMO.

--
Robin Burchell
http://rburchell.com
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] virtual keyboard

2011-04-22 Thread Rusty Lynch

On 04/22/2011 12:29 PM, Michael Hasselmann wrote:

On Fri, 2011-04-22 at 12:13 -0700, Mark S. Townsley wrote:
   

It looks like the virtual keyboard will automatically show
up/available for any text input.   For example, I have an QML app and
the virtual keyboard shows up automatically under my TextInput area
during run time.

Is this assumption correct (virtual keyboard is available
automatically for any text input fields)?
 

Yes, it is correct. But I keep thinking that this concept really only
works out for small form factors (such as handset UX). For tablet UX and
bigger (say, on the desktop), the Qt default of first touch to focus,
and second touch to bring up VKB feels better.

But then again, I am no user interaction designer ...
   


actually the vkb is only activated when an input gains focus.  If you 
write your app such that a given element automatically has focus then 
you will see the vkb open as soon as you open the app, but if you don't 
then the user has to touch the input area.


--rusty
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


[MeeGo-dev] Virtual Keyboard

2010-11-02 Thread praveen pandey
Hi All,

I dont see an 'Enter key' in Virtual Keyboard in meego 1.1 image. I tried
SMS application and wifi application but both keypads are not having 'Enter'
key. Is there a need to install some other keyboard layout.

Regards,
PP
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Virtual Keyboard

2010-11-02 Thread Mohammad Anwari
2010/11/2 praveen pandey praveen.pan...@gmail.com:
 Hi All,

 I dont see an 'Enter key' in Virtual Keyboard in meego 1.1 image. I tried
 SMS application and wifi application but both keypads are not having 'Enter'
 key. Is there a need to install some other keyboard layout.

Hi,

In 1.1 the Enter key is under Space, so you need to press Shift-Space
to get Enter.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Virtual Keyboard

2010-11-02 Thread Sivan Greenberg
Hi,

Without actually looking at the UI, but isn't this a bit awkward ?
e.g. Enter is common enough to be more apparent that that? Hopefully
it'll change for 1.2 ?

-Sivan

On Tue, Nov 2, 2010 at 7:01 PM, Mohammad Anwari md...@di.blankon.in wrote:
 2010/11/2 praveen pandey praveen.pan...@gmail.com:
 Hi All,

 I dont see an 'Enter key' in Virtual Keyboard in meego 1.1 image. I tried
 SMS application and wifi application but both keypads are not having 'Enter'
 key. Is there a need to install some other keyboard layout.

 Hi,

 In 1.1 the Enter key is under Space, so you need to press Shift-Space
 to get Enter.
 ___
 MeeGo-dev mailing list
 MeeGo-dev@meego.com
 http://lists.meego.com/listinfo/meego-dev

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Virtual Keyboard

2010-11-02 Thread Mohammad Anwari
2010/11/2 Sivan Greenberg si...@omniqueue.com:
 Hi,

 Without actually looking at the UI, but isn't this a bit awkward ?
 e.g. Enter is common enough to be more apparent that that? Hopefully
 it'll change for 1.2 ?

Yes, it will change, you consider that as a journey of the UI of
MeeGo virtual keyboard :-)
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev


Re: [MeeGo-dev] Virtual Keyboard

2010-11-02 Thread Sivan Greenberg
On Tue, Nov 2, 2010 at 8:41 PM, Mohammad Anwari md...@di.blankon.in wrote:
 2010/11/2 Sivan Greenberg si...@omniqueue.com:
 Hi,

 Without actually looking at the UI, but isn't this a bit awkward ?
 e.g. Enter is common enough to be more apparent that that? Hopefully
 it'll change for 1.2 ?

 Yes, it will change, you consider that as a journey of the UI of
 MeeGo virtual keyboard :-)

Great, as per my latest involvement with Maemo and MeeGo, it is
important we do not repeat previous UI mistakes or leave stuff like
that unchanged, were there plans to fix that without a user noticing
it and commenting on it here? :)

Thanks!

-Sivan
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev