maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty (https://talk.maemo.org/showthread.php?t=68924)

Dark_Angel85 2011-01-30 04:29

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
also, when there is no ctrl+shift+r on the conversations app active, the portrait keyboard that appears is half the screen full only.

But when the ctrl+shift+r is activated, the vkb goes all the way up until the status menu...

so far, both are tolerable but maybe i'd prefer the fuller one... good thing is, we can have a bigger text layout to see what we typed but the other half-screened one is good to see the previous chat messages.

:)

dannycamps 2011-01-30 05:33

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Regarding landscape QWERTY and portrait T9...

Quote:

Originally Posted by realsportcars (Post 931313)
Yes...it will be done in future...

Only as a selectable option right? I can't stand T9-style input

realsportcars 2011-01-30 10:34

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by dannycamps (Post 931674)
Regarding landscape QWERTY and portrait T9...



Only as a selectable option right? I can't stand T9-style input

Sure! only as option :) In particular I think that I will save the last used kb in portrait and in landscape

Quote:

also, when there is no ctrl+shift+r on the conversations app active, the portrait keyboard that appears is half the screen full only.

But when the ctrl+shift+r is activated, the vkb goes all the way up until the status menu...
This is due to hildon, I don't know if I can manage this

Quote:

so far, both are tolerable but maybe i'd prefer the fuller one... good thing is, we can have a bigger text layout to see what we typed but the other half-screened one is good to see the previous chat messages.
I really don't want do this: I have to discriminate between "chats app" (not only "conversation win" but all custom app), a way to retrive the last message and a lot of other problem.

Mentalist Traceur 2011-01-31 02:32

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by realsportcars (Post 931784)
Sure! only as option :) In particular I think that I will save the last used kb in portrait and in landscape

If possible, I recommend you save these values in gconf (this is how Hildon remembers what desktop you were last on when you reboot, too, for instance), and quite a lot of apps store their settings through gconf.

Alternatively, a simple file in the same folder as the rest of the vkb's data would work too.

Also, what you could do is use three fields/variables/gconf-entries/lines-in-a-.conf-file etc:
1. Lock
2. Landscape
3. Portrait

If you make it use integers or a name string instead of a boolean for 2 and 3, it'll be more scalable to other 'types' of keyboard layouts - IE, if someone writes that swirling/circle input method as an add-on to your vkb and submits it to you as a patch or something, those variables no longer have to be reworked.

And then the lock variable can be a boolean, and it would be settable in the settings somewhere (toggle/radio button), that prevents rewrites of 2 and 3. That way, you can set the default so that even if you normally like the qwerty, but for some situation chose to use alphanum one day, and close out of the keyboard without switching back, it'll first check if you have the lock variable set to true, and if you do, it'll leave your 2 and 3 variables alone, but it'll edit them of lock is set to false. And in the settings, it can simply be called "Lock Default Keyboard" or something.

But it's up to you. Ultimately, most people will be just fine without this extra locking (myself included) - it just gives an extra layer of soft cushy convenience for people.

realsportcars 2011-01-31 13:44

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Perhaps I solved the problem about losed commit, both in "windows" and in microB. I did several attempts without lose a single word and I hope that this is not only a case...

This afternoon I will do other test and if all works fine I will publish a new version

@Mentalist: due to fastsms is Qt based I can't use gconf, but Qt implements other usefull things for this kind of work...but I agree with you in all the rest of your post

realsportcars 2011-01-31 22:08

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
I've just uploaded a new version for both fastsmsevo (0.1-7) and fastsms (0.5-4). They will be available soon in devel

This new version should not lose text and works fine also in microB.
PS I can't test twitter apps because I haven't an account...Please let me know if now they are ok

EDIT: Remember reboot after install

Mentalist Traceur 2011-01-31 23:08

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
WORKS.

The very first opening of the keyboard after boot-up wouldn't let me click on the input box itself to change cursor position, but rotating fixed that. :D

Yet another major hurdle to usability bites the dust.

- Edit -

Also just tested in X-Term. Works no matter where you click. No voodoo necessary.

P.S. This edit posted from N900's MicroB in portrait mode.

realsportcars 2011-01-31 23:22

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Mentalist Traceur (Post 932950)
WORKS.

The very first opening of the keyboard after boot-up wouldn't let me click on the input box itself to change cursor position, but rotating fixed that. :D

Yet another major hurdle to usability bites the dust.

- Edit -

Also just tested in X-Term. Works no matter where you click. No voodoo necessary.

P.S. This edit posted from N900's MicroB in portrait mode.

So Good :D

This was really hard to fix because I can't use debug...but I really hope that it is ok.
I used vkb all the day without a single lose commit...If nobody will post errors about this I will move to other bugs in next days...

kylepsp 2011-01-31 23:25

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Been using it quite a lot now especially t9.

Just a few bugs

fastsmsevo doesnt register new words ive put into fast sms

would the t9 dictonary be able to change the order in which words are displayed depending on frequency used similar to usual t9?

a send button in the vkb would be good because aftr writing a message in t9 portrait you have to press off, vkb disappears, screen flips. vkb reappears then dissappears n then you can press send.

or another way to improve speed would be for the portrait vkb to not flip hildon, so it stayed portrait.

Hope this helps

realsportcars 2011-01-31 23:39

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by kylepsp (Post 932961)
Been using it quite a lot now especially t9.

Just a few bugs

fastsmsevo doesnt register new words ive put into fast sms

I think you are right...now that the "main" problem is fixed I will investigate also on this.

Quote:

would the t9 dictonary be able to change the order in which words are displayed depending on frequency used similar to usual t9?
No, in future perhaps I can add something to change order, but atm not. Which languages are you using?

Quote:

a send button in the vkb would be good because after writing a message in t9 portrait you have to press off, vkb disappears, screen flips. vkb reappears then disappears n then you can press send.
I agree with you but vkb is not used only in "conversation" so a "send" button had no sense in other window.

Quote:

or another way to improve speed would be for the portrait vkb to not flip hildon, so it stayed portrait.
Sorry, but this is impossible. I have to flip all hildon to flip vkb. This is a workaround to have portrait vkb also where portrait is not supported. By the way I will look for something to speed up the process

Quote:

Hope this helps
Absolutely yes! Thank you!!!

Mentalist Traceur 2011-02-01 00:16

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by kylepsp (Post 932961)
Been using it quite a lot now especially t9.

Just a few bugs

fastsmsevo doesnt register new words ive put into fast sms

would the t9 dictonary be able to change the order in which words are displayed depending on frequency used similar to usual t9?

a send button in the vkb would be good because aftr writing a message in t9 portrait you have to press off, vkb disappears, screen flips. vkb reappears then dissappears n then you can press send.

or another way to improve speed would be for the portrait vkb to not flip hildon, so it stayed portrait.

Hope this helps

Quote:

Originally Posted by realsportscars
Sorry, but this is impossible. I have to flip all hildon to flip vkb. This is a workaround to have portrait vkb also where portrait is not supported. By the way I will look for something to speed up the process

Is it possible to do what MohammadAG suggested on page 4 of this thread? http://talk.maemo.org/showpost.php?p...1&postcount=39

It seems like it should be reasonably doable - Qt must surely have some way of detecting if the window at the 'top' is in landscape or portrait? This way, if you're in landscape, you can just do what you're doing now - but if you're already in portrait, can't it just skip the bit of code quoted by Mohammad, thus skipping the portrait-landscape-close-vkb-portrait-again dance? (So long as you do the initial check BEFORE deploying the VKB - that way any rotations of all of hildon that are done while the keyboard is open don't affect the value.)

realsportcars 2011-02-01 00:23

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Mentalist Traceur (Post 932981)
Is it possible to do what MohammadAG suggested on page 4 of this thread? http://talk.maemo.org/showpost.php?p...1&postcount=39

It seems like it should be reasonably doable - Qt must surely have some way of detecting if the window at the 'top' is in landscape or portrait? This way, if you're in landscape, you can just do what you're doing now - but if you're already in portrait, can't it just skip the bit of code quoted by Mohammad, thus skipping the portrait-landscape-close-vkb-portrait-again dance? (So long as you do the initial check BEFORE deploying the VKB - that way any rotations of all of hildon that are done while the keyboard is open don't affect the value.)

Absolutely yes :) not with Qt but in the plugin.
vkb is like a standalone app, it haven't any idea of "top" app, because itself is a top...(hope you can understand)

by the way I can check the parameter suggested by MohammadAG in the plugin and then pass it to vkb so I should fix that problem...

There is a lot of work to do but I'm alone with university exams in next month...A friend of mine will help me from march (perhaps) but if someone else wants join...

Mentalist Traceur 2011-02-01 01:29

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
I'm happy to help if I can. Of course, like you I have limited time and, worse, I don't have the already existing knowledge of Qt that you have. That said, I do intend to look through the source code and read up on Qt when/as I have time. (But at the same time, I'm trying to learn enough Python to be of use in Advanced Clock Plugin, Advanced Power, and Advanced Interface Switcher, development. As well as some U-Boot and BackupMenu related stuff that I want to make happen, but probably won't be able to for a while because I have zero experience with both.)

Dark_Angel85 2011-02-01 02:50

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
erm... kinda noticed that there aren't words for

I'll
I'm
I've
I'd

cause the apostrophe somehow doesn't seem to work automatically like previous t9 dicts.

it'll be a real pain to add like one word at a time in the 'new word' option in fastsms right? I tried and sorta gave up halfway... anyway to add it automatically from a dict or something?

Dark_Angel85 2011-02-01 07:26

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
downloaded the latest one... seems snappier and faster... however... always looks like i have to open fastsms before the vkb would work. tried clicking on other places but the vkb took a very long time. tried another time to open fastsms and then load the vkb and it was almost instantaneous.

realsportcars 2011-02-01 11:03

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Dark_Angel85 (Post 933151)
downloaded the latest one... seems snappier and faster... however... always looks like i have to open fastsms before the vkb would work. tried clicking on other places but the vkb took a very long time. tried another time to open fastsms and then load the vkb and it was almost instantaneous.

Fast answer because I'm @ job...
First run takes some second as described in first post, system have to load dictionary, ui, etc...You don't need do open fastsms from icon but you have to wait some second ONLY on first run

About words like I'll, I'm etc...thank you for your notice...I will check this soon.

Alfred 2011-02-01 22:41

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Hey, this app or however i should call it is realy great, i have almost deleted vertsms. Although i do really need a language multichoice function or so. And also if You can somehow manage to add in here russian vkb. That would just be great! I do can help with this, but only if there is substituion of lettels is needed. Hope you understood me. Tnx for a great thing!

realsportcars 2011-02-02 09:21

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Alfred (Post 933709)
Hey, this app or however i should call it is realy great, i have almost deleted vertsms. Although i do really need a language multichoice function or so. And also if You can somehow manage to add in here russian vkb. That would just be great! I do can help with this, but only if there is substituion of lettels is needed. Hope you understood me. Tnx for a great thing!

What languages do you need together?
Do you need russian vkb or a russian dictionary?

hawaii 2011-02-03 04:28

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
The addition of a "T9" predictive dictionary on this is absolutely incredible.

F2thaK 2011-02-03 04:34

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
theres a bug with vkb, nothing to do with this app..
in microb the vkb pops up when it shouldnt
really annoying!

casketizer 2011-02-03 11:28

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
After last update it keeps opening the vkb even when the hkb is open. Very annoying. :(

realsportcars 2011-02-04 11:24

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by f2thak (Post 934706)
theres a bug with vkb, nothing to do with this app..
in microb the vkb pops up when it shouldnt
really annoying!

What do you mean exactly?


Quote:

After last update it keeps opening the vkb even when the hkb is open. Very annoying.
Same question: what do you mean exactly? where?

F2thaK 2011-02-04 11:57

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
for me even before i installed ur app, the vkb opens without you having to press in test field.. like i said, its nothing to do with this app..

Zekahz 2011-02-04 18:35

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
What I noticed is that when you use vkb and you silde open de hkb the vkb doesn't disappear like it used to do

Mentalist Traceur 2011-02-04 21:58

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by Zekahz (Post 936119)
What I noticed is that when you use vkb and you silde open de hkb the vkb doesn't disappear like it used to do

Personally I think that's just fine. Yes, it's not default vkb behavior exactly, but it lets you edit what's in the VKB text box with the hkb if you really want to. You can still always click out of it, but this way if you type a massive paragraph of text, but have Home, End, Page Up, and Page Down mapped to the hardware keyboard, it can be a bit easier to quickly scroll to the right spot and change one or two characters.

*Shrug* I can see how it can annoy some people though - personally I don't mind either one, but making that a configurable-in-settings-option might be nice too.

Also, to everyone for whom your vkb OPENS when the hkb is open, that's very likely a hardware problem (it not detecting the keyboard is open/closed). Now, if it doesn't open with hkb open, but does STAY open when hkb is opened, then that's how this keyboard has always worked.

LagunaCid 2011-02-05 00:30

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
does this interfere with operas keyboard?also, any update on this mods battery consumption?

kylepsp 2011-02-05 01:02

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Ive noticed quite a bit of drain actually. ill get two graphs up to compare tomorrow

realsportcars 2011-02-05 13:58

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
No, absolutely it doesn't interfere with opera keyboard...
About battery I didn't notice an average drain: it is possible due to accellerometer turn on when vkb is displayed, but this is correctly disable when you hide vkb.

Vkb doesn't hide when you open hw one, but like Mentalist said I prefer this way, an option to manage this could be added in future...

Quote:

Also, to everyone for whom your vkb OPENS when the hkb is open, that's very likely a hardware problem (it not detecting the keyboard is open/closed). Now, if it doesn't open with hkb open, but does STAY open when hkb is opened, then that's how this keyboard has always worked.
I'm not sure but I think that you are right about hw problem. I can suggest to people with this problem to uninstall fastsmsevo and try if this problem exists also with standard vkb: fastsmsevo is based on standard input method and I didn't changed anything about this

casketizer 2011-02-05 14:13

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by realsportcars (Post 935735)
Same question: what do you mean exactly? where?

Everywhere except conversations: xterm, microB, many other apps.
Sometimes it even pops up while already typing on the hwkb...
I uninstalled it now. I don't really need portrait anyway.

realsportcars 2011-02-05 14:20

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by casketizer (Post 936786)
Everywhere except conversations: xterm, microB, many other apps.
Sometimes it even pops up while already typing on the hwkb...
I uninstalled it now. I don't really need portrait anyway.

Maybe I'm wrong, but I really dont think that this is caused by fastsmsevo, I never noticed a such strange behaviour.
If other people have the same problem please report it there...

Anyway, if you want, you can send logs file placed in /opt/fastsms/data

bandora 2011-02-05 14:28

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
I have experienced a weird bug, I'm not entirely sure if it was directly caused by your app... After installing FastSMSEvo, somehow everytime I want send a text message to this _ONE_ contact, it would show that it's moving the msg to the outbox, but it would send it.. And when I recieve a msg from the same person it would show up as a reply, but if I close Conversations and go back in.. the whole history of msgs are gone (for that particular contact only)..

It's a really weird and odd bug.. Like why did it only happen to that person and noone else!?

I uninstalled FastSMSEvo and it stayed the same, but then I deleted the whole contact and re-saved it again and then it gradually started to work again like it should... (First SMS I sent did the samething where it shows that it's movikng to the outbox when it's already been sent, but after that it went back to normal)...

Again I am not sure that it's from your app for sure, because I also installed enhanced kernel and removed it with FastSMSEvo...

realsportcars 2011-02-05 14:31

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by bandora (Post 936797)
I have experienced a weird bug, I'm not entirely sure if it was directly caused by your app... After installing FastSMSEvo, somehow everytime I want send a text message to this _ONE_ contact, it would show that it's moving the msg to the outbox, but it would send it.. And when I recieve a msg from the same person it would show up as a reply, but if I close Conversations and go back in.. the whole history of msgs are gone (for that particular contact only)..

It's a really weird and odd bug.. Like why did it only happen to that person and noone else!?

I uninstalled FastSMSEvo and it stayed the same, but then I deleted the whole contact and re-saved it again and then it gradually started to work again like it should... (First SMS I sent did the samething where it shows that it's movikng to the outbox when it's already been sent, but after that it went back to normal)...

Again I am not sure that it's from your app for sure, because I also installed enhanced kernel and removed it with FastSMSEvo...

No, really not. This is only a keyboard: contacts, conversation and so on are really not involved in my code!

EDIT: There are some well-knowed bugs in "conversation" (like sending icon that remains also when sms was sended), I think that you can find something in this forum...

casketizer 2011-02-05 14:42

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
It's not important. I don't really need it.
Two things i remembered: in mc (inside xterm) it popped up everytime I clicked into mc, despite the hwkb being open.
And in microB it popped up whenever i tapped into an edit box, despite hwkb being open:
Code:

...<snip>
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  "microB getting stuck after "open in new window""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  ""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  ""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true
Debug: Orientation from DBus: "landscape"
Debug: vkb hidden message is  ""
Debug: Curr orientation: "landscape"
Debug: hided
Debug: Sended: true


casketizer 2011-02-05 14:48

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Here is the other log:
Code:

Client is not a win
surrounding_received
Input mode changed
Plugin disabled
him_plugin_requestCommit
enable
Client name = hildon-status-menu, class = Hildon-status-menu
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client name = hildon-status-menu, class = Hildon-status-menu
surrounding_received
Input mode changed
Plugin disabled
him_plugin_requestCommit
enable
Client name = hildon-status-menu, class = Hildon-status-menu
surrounding_received
Input mode changed
Plugin disabled
him_plugin_requestCommit
Client is not a win
surrounding_received
Plugin disabled
Plugin disabled
him_plugin_requestCommit
Client is not a win
surrounding_received
Plugin disabled
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit
enable
Client is not a win
surrounding_received
Plugin disabled
him_plugin_requestCommit


Jenason 2011-02-05 20:46

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
hi there. sorry if this has already been solved but when the vkb is in the alphanumeric portrait mode, the 'tuv' key doesn't write the letter 't'.
any solution?
thx

realsportcars 2011-02-06 14:09

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Fast way: http://talk.maemo.org/showpost.php?p...&postcount=366

Slow way: wait some days (when I will finish my exam) for a new version

Alfred 2011-02-06 14:49

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by realsportcars (Post 934003)
What languages do you need together?
Do you need russian vkb or a russian dictionary?

Hey Thanx for worrying about russian part of users. and Yes, I need a russian keyboard both qwerty and T9. Dictionary would be also good, but it's not very necessary!

Jenason 2011-02-06 15:54

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Quote:

Originally Posted by realsportcars (Post 937390)
Fast way: http://talk.maemo.org/showpost.php?p...&postcount=366

Slow way: wait some days (when I will finish my exam) for a new version

thx :) the fast way is more than enozgh for me. gook luck with the exam ;)

maurochiado 2011-02-14 19:41

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
realsportcars, Davide,

from italian to italian...grazie!!!!

toxaris 2011-02-15 12:30

Re: [ANNOUNCE] FastSMSEvo: system virtual keyboard T9/Qwerty
 
Hello.
Finaly a portrait-onscreen-keyboard that starts to look like something and works where I need it. Thanks.

On feature I would like you to add (if its posible), vkb should not open in landscape, only on portrait.
I find it pointless with a Onscreen-Keyboard in landscape since you got the hardware-keyboard. Dont know if thats possible.

And one annoing thing is the rotation from portrait to landscape and back to portrait when using vbk in microB. I hope that gets fixed.

And again thax for you work.

Donated a few euros.
Confirmation number: 0B646350GB7133931


All times are GMT. The time now is 01:44.

vBulletin® Version 3.8.8