<div dir="ltr">You have "<span style="font-size:12.8px">enabled: false" on the facebook button. But no logic to active that button for any reason.</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 11, 2016 at 11:19 AM, Rudi Timmermans <span dir="ltr"><<a href="mailto:rudi.timmer@gmx.us" target="_blank">rudi.timmer@gmx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
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 ?<br>
<br>
So the Start Facebook Lite button dont have the come up before the have click on the Donate button. To make things clear...<br>
<br>
       Button {<br>
             anchors.horizontalCenter: parent.horizontalCenter<br>
             text: qsTr("Donate")<br>
             onClicked: {<br>
pageStack.push(Qt.openUrlExternally("<a href="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" rel="noreferrer" target="_blank">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</a>"));<br>
             pageStack.clear()<br>
                        }<br>
                    }<br>
                    Button {<br>
                        anchors.horizontalCenter: parent.horizontalCenter<br>
                        y:130<br>
                        text: qsTr("Start Facebook Lite")<br>
                        enabled: false<br>
                        onClicked: {<br>
pageStack.push(Qt.resolvedUrl("FacebookPage.qml"))<br>
                        }<br>
                    }<br>
                }<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
Vriendelijke groeten,<br>
<br>
Rudi Timmermans.<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a><br></blockquote></div><br></div>