Re: [SailfishDevel] In app advertisement in Harbour Apps

2014-03-08 Thread zoltan . lutor
In practice, yes... Matthias Fehring írta ekkor: 2014.03.08. 20:02 Hello Sailors and Jolla Crew, I have a question to the rules of the Jolla Harbour. Is advertisement allowed in Harbour apps? Best greetings Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wär

[SailfishDevel] In app advertisement in Harbour Apps

2014-03-08 Thread Matthias Fehring
Hello Sailors and Jolla Crew, I have a question to the rules of the Jolla Harbour. Is advertisement allowed in Harbour apps? Best greetings Buschmann -- Das Gesetz hat zum Schneckengang verdorben, was Adlerflug geworden wäre. (Friedrich Schiller - Die Räuber) Und der Buschfunk spielt gerade m

Re: [SailfishDevel] QML Dialog / DialogHeader - how to disable accepted button by default?

2014-03-08 Thread Andrey Kozhevnikov
use Bindings, or set canAccept: false by default and change dialog.canAccept after something happened. On 08.03.2014 17:40, Ragnar Kurm wrote: Hello, I'm trying to make a dialog where accept action can be disabled or enabled. I set canAccept explicitly false, but it still appears as active,

[SailfishDevel] QML Dialog / DialogHeader - how to disable accepted button by default?

2014-03-08 Thread Ragnar Kurm
Hello, I'm trying to make a dialog where accept action can be disabled or enabled. I set canAccept explicitly false, but it still appears as active, though tapping does not accept. So visual and practical aspect don't match. If canAccept is specified dynamically then on subsequent change it st