|
2012-08-28
, 22:46
|
|
Posts: 704 |
Thanked: 241 times |
Joined on Dec 2011
@ Johannesburg - South Africa
|
#2782
|
|
2012-08-28
, 22:49
|
Posts: 26 |
Thanked: 10 times |
Joined on May 2012
@ Quito-Ecuador
|
#2783
|
|
2012-08-28
, 22:49
|
Posts: 181 |
Thanked: 106 times |
Joined on May 2011
@ Bahrain
|
#2784
|
|
2012-08-28
, 22:50
|
Posts: 145 |
Thanked: 36 times |
Joined on May 2012
|
#2785
|
|
2012-08-28
, 22:50
|
Posts: 397 |
Thanked: 185 times |
Joined on Oct 2011
|
#2786
|
Last release of Cepi has problems with media sharing buttons, all of them launch SendPicture, to fix this, edit Conversation.qml
From:
To:Code:Button { id: image_button iconSource: theme.inverted ? "../common/images/image-white.png" : "../common/images/image.png width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: video_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendPicture) } } Button { id: video_button iconSource: theme.inverted ? "../common/images/video-white.png" : "../common/images/video.png" width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: audio_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendPicture) } } Button { id: audio_button iconSource: theme.inverted ? "../common/images/audio-white.png" : "../common/images/audio.png" width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: location_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendPicture) } }
Code:Button { id: image_button iconSource: theme.inverted ? "../common/images/image-white.png" : "../common/images/image.png" width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: video_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendPicture) } } Button { id: video_button iconSource: theme.inverted ? "../common/images/video-white.png" : "../common/images/video.png" width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: audio_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendVideo) } } Button { id: audio_button iconSource: theme.inverted ? "../common/images/audio-white.png" : "../common/images/audio.png" width: mediaContentSlip.width == 328 ? 44 : 0 visible: width == 44 ? true : false height: width anchors.right: location_button.left anchors.rightMargin: 10 anchors.verticalCenter: parent.verticalCenter onClicked: { mediaContentSlipOff.start(); pageStack.push(sendAudio) } }
|
2012-08-28
, 23:03
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#2787
|
I think that this should be optional.
So you can select "Enable immediate media sending" in the options.
If you select the wrong image by accident (if you have a high speed connection), it will immediately send it... would be pretty embarrassing if you sent the wrong picture to the wrong person...
|
2012-08-28
, 23:05
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#2788
|
You're using an old version already Cepi released a newer version...
http://talk.maemo.org/showpost.php?p...postcount=2722
And also, you've missed my reply
http://talk.maemo.org/showpost.php?p...postcount=2723
|
2012-08-28
, 23:07
|
Posts: 147 |
Thanked: 33 times |
Joined on Mar 2012
@ Lebanon
|
#2789
|
|
2012-08-28
, 23:08
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#2790
|
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
Thread Tools | |
|
i tried to remove every thing and download again !! and the same !! what just happen ?