Hi,

I like to have a button that changed from text and link when the have clicked on the button, i have manage to get the button clickable of donate but when the have click on it the button Start Facebook Lite dont come up what is wrong ?

So the Start Facebook Lite button dont have the come up before the have click on the Donate button. To make things clear...

       Button {
             anchors.horizontalCenter: parent.horizontalCenter
             text: qsTr("Donate")
             onClicked: {
pageStack.push(Qt.openUrlExternally("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rudi%2etimmer%40gmx%2eus&lc=EN&item_name=Facebook%20Lite%20development&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted";));
             pageStack.clear()
                        }
                    }
                    Button {
                        anchors.horizontalCenter: parent.horizontalCenter
                        y:130
                        text: qsTr("Start Facebook Lite")
                        enabled: false
                        onClicked: {
pageStack.push(Qt.resolvedUrl("FacebookPage.qml"))
                        }
                    }
                }

--

Vriendelijke groeten,

Rudi Timmermans.


Attachment: smime.p7s
Description: S/MIME-cryptografische ondertekening

_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to