maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   Tweetian - Twitter Client for Harmattan [v1.8.0] (https://talk.maemo.org/showthread.php?t=84780)

dicksonleong8 2012-06-13 11:27

Re: Tweetian - Twitter Client for MeeGo
 
Quote:

Originally Posted by cckwes (Post 1221204)
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?

cckwes 2012-06-13 11:42

Re: Tweetian - Twitter Client for MeeGo
 
2 Attachment(s)
Quote:

Originally Posted by dicksonleong8 (Post 1221290)
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 ;)

dicksonleong8 2012-06-13 12:43

Re: Tweetian - Twitter Client for MeeGo
 
Quote:

Originally Posted by cckwes (Post 1221296)
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! :D

ibrakalifa 2012-06-14 18:47

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
hi, im facing random freezes here, usually after retweeting, hope fixed soon, i love your app style, :)

dicksonleong8 2012-06-15 06:18

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
Quote:

Originally Posted by ibrakalifa (Post 1221972)
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 :confused:

ibrakalifa 2012-06-15 06:42

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
When freezes it have to be closed and open again, and add pict upload? Maybe? :)

ibrakalifa 2012-06-15 07:04

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
And today its wont open,when i click the desktop icon nothing happen, lol

dicksonleong8 2012-06-15 08:24

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
Quote:

Originally Posted by ibrakalifa (Post 1222168)
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 :eek:

ibrakalifa 2012-06-15 08:59

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
I try to uninstall but its says still running, reboot, uninstall and install it again, now its work again, :confused:

i prefer tweetian rather than qneptunea, damn its cool app, :D

AlphaX2 2012-06-15 13:54

Re: Tweetian - Twitter Client for MeeGo [v0.2]
 
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


All times are GMT. The time now is 12:34.

vBulletin® Version 3.8.8