Re: [SailfishDevel] Swipe Lock

2013-12-03 Thread Mariano Boragno
Mikko, thanks a lot for your support! :) ...Mariano Boragno... On Tue, Dec 3, 2013 at 12:14 PM, Mikko Harju wrote: > On 02.12.2013 18:32, Mariano Boragno wrote: > > Hi Mikko, > > > > It's good to know that!! however now I have two concerns, then: > > > >

Re: [SailfishDevel] Swipe Lock

2013-12-02 Thread Mariano Boragno
l get one in the short term (I'm at Argentina, out of EU). So, is there anybody willing to test my unfinished-app in a real Jolla phone?? :-) I would really appreciate it. Thanks guys! PS: for your reference, I'm porting this one: store.ovi.com/content/303554 ...Mariano Boragno.

Re: [SailfishDevel] Swipe Lock

2013-11-29 Thread Mariano Boragno
hone while getting them entertained, so I need a way to block the gestures. Any other suggestions? Thank you!!! Regards... ...Mariano Boragno... On Fri, Nov 29, 2013 at 3:13 PM, Mariano Boragno wrote: > Hi Jonni, > > > Does that mean that I cannot dynamically enable/disable s

Re: [SailfishDevel] Swipe Lock

2013-11-29 Thread Mariano Boragno
Hi Jonni, Does that mean that I cannot dynamically enable/disable swipe lock on the fly? Thanks for your answer! Regards... -- ...Mariano Boragno... On 29/11/13 14:45 Jonni Rainisto wrote: Hi You need to call that before your setSource-line, as setFlags will not do anything if qml

[SailfishDevel] Swipe Lock

2013-11-29 Thread Mariano Boragno
view->setFlags(view->flags() | Qt::WindowOverridesSystemGestures); return app->exec(); But I can still swipe the app away in the emulator. What am I doing wrong? Thanks a lot, regards... ...Mariano Boragno... ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Feedback / Haptics on Jolla Device

2013-11-21 Thread Mariano Boragno
Hi Chris, Well, that was sss simple! I wasn't able to find any documentation, next time I will try to calm myself down and dig some more, lol! Thanks a lot for the support, guys! I hope to submit my game soon to the harbour... :-) ...Mariano Boragno... On Thu, Nov 21, 2013 at 7:

[SailfishDevel] Feedback / Haptics on Jolla Device

2013-11-21 Thread Mariano Boragno
ch documentation about it. Is there any QML plugin (something like a wrapper) to use the add-on or should I interface the QML view with C++? Any suggestion, ideas? Thanks a lot in advance. Regards... ...Mariano Boragno... ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] How to use setContext() or what is recommended?!

2013-11-17 Thread Mariano Boragno
I was wondering exactly the same as Gabriel and Andrey's code solved my problem. Thanks a lot, guys!!! ...Mariano Boragno... On Wed, Nov 13, 2013 at 12:25 PM, Andrey Kozhevnikov wrote: > This is almost same what SailfishApp::main() does for you and it keeping > booster working

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread Mariano Boragno
for all muted output channels, if there are some. 6. Press ESC to quit alsamixer. 7. You are done, sounds was working fine, it was just muted :) That did the trick for me and seems it did for João too. João, glad you worked it out! :) Sail on! ...Mariano Boragno... On Sun, Jun 16,

Re: [SailfishDevel] Playing a wav in Sailfish

2013-06-16 Thread Mariano Boragno
I just wanted to add that I had no sound either at Windows. After connecting to the emulator through ssh I just used alsamix to adjust the volume (had to select the sound card in there), it was mutes. That brought the sound on! Hope this helps! Regards... -- ...Mariano Boragno... On