|
2012-08-28
, 19:31
|
|
Posts: 1,023 |
Thanked: 4,421 times |
Joined on Feb 2010
@ Argentina
|
#2752
|
The Following User Says Thank You to CepiPerez For This Useful Post: | ||
|
2012-08-28
, 20:02
|
Posts: 126 |
Thanked: 39 times |
Joined on Mar 2010
@ Lebanon
|
#2753
|
|
2012-08-28
, 20:04
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#2754
|
|
2012-08-28
, 20:26
|
Posts: 137 |
Thanked: 51 times |
Joined on Aug 2012
@ Netherlands
|
#2755
|
|
2012-08-28
, 21:14
|
Posts: 29 |
Thanked: 11 times |
Joined on May 2012
@ The Netherlands
|
#2756
|
|
2012-08-28
, 21:41
|
Posts: 54 |
Thanked: 8 times |
Joined on Aug 2012
|
#2757
|
|
2012-08-28
, 21:52
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#2758
|
|
2012-08-28
, 21:58
|
Posts: 118 |
Thanked: 16 times |
Joined on Jan 2012
@ Nidderau,Hessen , Germany
|
#2759
|
If photos don't appear in 2 apps you got a tracker issue on your device. Search the forum for solution.
All media buttons do not open the same gallery. I checked mine and if I press Audio I get a list of songs.
I'm working on making the bubble button a bit more visible but not ugly.
|
2012-08-28
, 22:01
|
Posts: 63 |
Thanked: 46 times |
Joined on Feb 2012
|
#2760
|
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) } }
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) } }
Tags |
godoftool, harmattan, is-a-miracle, nokia n9, spacker_thread, tarekgalal, toddler_daycare, toolcoderus, wazapp, whatsapp |
Thread Tools | |
|
Wazapp:
Imgrup: