![]() |
2010-05-05
, 06:01
|
Posts: 31 |
Thanked: 14 times |
Joined on Sep 2009
|
#12
|
![]() |
2010-05-05
, 06:23
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#13
|
--- vertsms.py.1 2010-05-04 21:30:01.000000000 +0100 +++ vertsms.py 2010-05-05 07:19:03.000000000 +0100 @@ -149,6 +149,11 @@ def pygobject_new(self, addr): return self._api.newgobj(addr) +def disable_osk(widget): + input_mode = widget.get_property("hildon-input-mode") + input_mode = input_mode | gtk.HILDON_GTK_INPUT_MODE_NO_SCREEN_PLUGINS + widget.set_property("hildon-input-mode", input_mode) + window = hildon.Window() window.set_title("VertSMS") hildon.hildon_gtk_window_set_portrait_flags(window,hildon.PORTRAIT_MODE_SUPPORT | hildon.PORTRAIT_MODE_REQUEST) @@ -156,10 +161,12 @@ #receiver = hildon.Entry(gtk.HILDON_SIZE_AUTO_WIDTH | # gtk.HILDON_SIZE_THUMB_HEIGHT) receiver.set_placeholder("To") +disable_osk(receiver) message = hildon.TextView() message.set_wrap_mode(gtk.WRAP_WORD) message.set_placeholder("Write your message here") message.set_cursor_visible(True) +disable_osk(message) buffer = message.get_buffer() buffer_receiver = receiver.get_buffer()
The Following 4 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-05-05
, 06:24
|
|
Posts: 140 |
Thanked: 38 times |
Joined on Mar 2010
@ Earth
|
#14
|
![]() |
2010-05-05
, 06:33
|
Posts: 124 |
Thanked: 10 times |
Joined on Jan 2007
@ Italy
|
#15
|
![]() |
2010-05-05
, 06:44
|
|
Posts: 553 |
Thanked: 183 times |
Joined on Oct 2009
@ Not decided
|
#16
|
![]() |
2010-05-05
, 07:11
|
Posts: 250 |
Thanked: 44 times |
Joined on Jan 2010
|
#17
|
![]() |
2010-05-05
, 07:16
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#18
|
IDK if i can make a request or not...but i will throw it out there...
1.) is there a way to hold down the back space and it delets multiple letters instead of me tapping backspace many times?
2.) is there a way to highlight a word/sentance could be used for copy/paste or just delete the highlighted part.
3.) say if you had to type the word "back" is there a arrow key to press so i dont have to wait for a second or two to type the next letter via the same key?
Thank You...really like the app. i was just wondering if the ABOVE were possible?
Dr. P!
P.S. when i type a word (i'll just give an example) say typing the letter "back" i make an error and type "ba2k" now instead of deleting both the letter K and the number 2, if i just touch after the number 2 (so i can only delete 2) it automatically goes to the end of the message and delets the last typed input!
![]() |
2010-05-05
, 07:21
|
Posts: 76 |
Thanked: 47 times |
Joined on Dec 2009
|
#19
|
![]() |
2010-05-05
, 07:25
|
Posts: 254 |
Thanked: 95 times |
Joined on Feb 2010
@ New Delhi, India
|
#20
|
![]() |
Tags |
portrait sms |
Thread Tools | |
|
1) when the msg is sent, a notification says 'sending text to number'. there's no notification for sucess of sending. that needs to be there as user has no clue bout the success/failure. it could be a yellow notification script or if it's integrated to conversations, that should take care of this. or the app could close once the text is gone.
2) predictive text would be nice to have
3) touching the text area makes the qwerty keyboard pop up. it should not happen.
4) Minor - address area just shows the number and not the contact name.
that's all i could think of as of now.
thanks once again!