Vriendelijke groeten,
Rudi Timmermans. Op 11-03-16 om 13:13 schreef r0kk3rz:
You have "enabled: false" on the facebook button. But no logic to active that button for any reason.On Fri, Mar 11, 2016 at 11:19 AM, Rudi Timmermans <rudi.tim...@gmx.us <mailto:rudi.tim...@gmx.us>> wrote: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¤cy_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. _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org <mailto:devel-unsubscr...@lists.sailfishos.org> _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
smime.p7s
Description: S/MIME-cryptografische ondertekening
_______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org