Reply
Thread Tools
Posts: 141 | Thanked: 417 times | Joined on Jun 2012 @ Malaysia
#21
Originally Posted by cckwes View Post
How about changing the VKB's enter button to "Tweet" using the SIPAttributes qml element (if you are coding using qml) Thanks
Hmm, can't really understand from the documentation, what it is used for?
 
Posts: 62 | Thanked: 158 times | Joined on Jul 2011 @ Malaysia
#22
Originally Posted by dicksonleong8 View Post
Hmm, can't really understand from the documentation, what it is used for?
Here's an example showing how it works.

Code:
SipAttributes {
        id: sipAttributes
        actionKeyLabel: "Tweet"
        actionKeyHighlighted: true
        actionKeyEnabled: true
}

TextField {
                    id: twitText
                    font.pixelSize: 22
                    width: 350
                    placeholderText: "Write your tweet"
                    platformSipAttributes: sipAttributes
                    maximumLength: 30

                    Keys.onReturnPressed: twitText.closeSoftwareInputPanel();
}
Attached are the screenshot for with and without the SipAttributes. Hope it helps
Attached Images
  
 

The Following 2 Users Say Thank You to cckwes For This Useful Post:
Posts: 141 | Thanked: 417 times | Joined on Jun 2012 @ Malaysia
#23
Originally Posted by cckwes View Post
Here's an example showing how it works.

Code:
SipAttributes {
        id: sipAttributes
        actionKeyLabel: "Tweet"
        actionKeyHighlighted: true
        actionKeyEnabled: true
}

TextField {
                    id: twitText
                    font.pixelSize: 22
                    width: 350
                    placeholderText: "Write your tweet"
                    platformSipAttributes: sipAttributes
                    maximumLength: 30

                    Keys.onReturnPressed: twitText.closeSoftwareInputPanel();
}
Attached are the screenshot for with and without the SipAttributes. Hope it helps
oh, never know that it could be done like this! Actually I still quite newbie for the MeeGo Harmattan platform. Thanks alot!
 
ibrakalifa's Avatar
Posts: 1,583 | Thanked: 1,203 times | Joined on Dec 2011 @ Everywhere
#24
hi, im facing random freezes here, usually after retweeting, hope fixed soon, i love your app style,
__________________
~$
~#
 
Posts: 141 | Thanked: 417 times | Joined on Jun 2012 @ Malaysia
#25
Originally Posted by ibrakalifa View Post
hi, im facing random freezes here, usually after retweeting, hope fixed soon, i love your app style,
Some users also reported the same problem to me... Still finding the cause
 
ibrakalifa's Avatar
Posts: 1,583 | Thanked: 1,203 times | Joined on Dec 2011 @ Everywhere
#26
When freezes it have to be closed and open again, and add pict upload? Maybe?
__________________
~$
~#
 
ibrakalifa's Avatar
Posts: 1,583 | Thanked: 1,203 times | Joined on Dec 2011 @ Everywhere
#27
And today its wont open,when i click the desktop icon nothing happen, lol
__________________
~$
~#
 
Posts: 141 | Thanked: 417 times | Joined on Jun 2012 @ Malaysia
#28
Originally Posted by ibrakalifa View Post
And today its wont open,when i click the desktop icon nothing happen, lol
huh? Try to reinstall? Or reboot your phone? That's really serious
 
ibrakalifa's Avatar
Posts: 1,583 | Thanked: 1,203 times | Joined on Dec 2011 @ Everywhere
#29
I try to uninstall but its says still running, reboot, uninstall and install it again, now its work again,

i prefer tweetian rather than qneptunea, damn its cool app,
__________________
~$
~#
 

The Following User Says Thank You to ibrakalifa For This Useful Post:
Posts: 108 | Thanked: 119 times | Joined on Aug 2010 @ Dresden - Germany
#30
Thanks for this nice Twitter client, it's a very good mix of QNeptunea (to much for me) and the standard Twitter client (slow).

AlphaX2
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:13.