Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Luca Donaggio
I'm experiencing the same in a slightly different context (a SilicaListView with a ContextMenu dynamically created and on shown after a long press on each ListItem delegate). To me it seems related to the ContextMenu item, when it becomes visible and it pushes down the content below. On Sun, Mar

[SailfishDevel] android apk for sailfish os install

2014-03-24 Thread Randolph
Hi when will the app be released, that an apk installer on android will install sailfish os on Nexus 7 and Galaxy S 2 ? Is there any public source or test or wiki for that? Kind Regards Randolph ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Andrey Kozhevnikov
flickable.contentHeight: column.height 24.03.2014 15:14, Luca Donaggio ?: I'm experiencing the same in a slightly different context (a SilicaListView with a ContextMenu dynamically created and on shown after a long press on each ListItem delegate). To me it seems related to the ContextMenu

Re: [SailfishDevel] android apk for sailfish os install

2014-03-24 Thread Andrey Kozhevnikov
you made my day, thank you Randolph! 24.03.2014 15:15, Randolph ?: Hi when will the app be released, that an apk installer on android will install sailfish os on Nexus 7 and Galaxy S 2 ? Is there any public source or test or wiki for that? Kind Regards Randolph

Re: [SailfishDevel] No QSerialPort

2014-03-24 Thread Wim de Vries
The error in (qmake): :-1: error: Unknown module(s) in QT: serialport So, my guess is that there is no qserial lib. Any Sailfish person that can confirm/reject? Thanks. pro: QT += serialport .h: #include On 03/23/2014 10:35 PM, Wim de Vries wrote: Thanks, I thought it came in with 5.2. So,

Re: [SailfishDevel] Multi-language app details on Harbour

2014-03-24 Thread Lauri Nurmi
On Sat, 22 Mar 2014, Andrey Kozhevnikov wrote: On 22.03.2014 00:09, Lauri Nurmi wrote: Ahoy all, On the "Edit app" page at harbour.jolla.com, one can add a textual description about the app in multiple languages. But the only languages offered for adding are English and Finnish. Why is that?

Re: [SailfishDevel] No QSerialPort

2014-03-24 Thread Alejandro Exojo
El Sunday 23 March 2014, Wim de Vries escribió: > So, it should be available in Sailfish. No, is available inside Qt, not necessarily provided for Sailfish. > Have to recheck the errors, but it looked like the libs and headers were > not there (QtSerialPort/QtSerialPort no such file). I already

Re: [SailfishDevel] SMS for m2m communication

2014-03-24 Thread Alejandro Exojo
El Monday 24 March 2014, Pasi Patama escribió: > If this is indeed possible, is there any other documentation available than > 'Google' ? I think you should re-evaluate this possibility and not to > follow Apple's footsteps blindly, because there are tons of applications > which would benefit for t

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Ragnar Kurm
flickable.contentHeight: column.height Thank you Andrei, but it does not help :( I assumed that your code was meant like this: SilicaFlickable { contentHeight: column.height; Column { id: column ...} } Even when set explicitly SilicaFlickable { contentY: 0 ... } still get the loop. I wonder h

Re: [SailfishDevel] SMS for m2m communication

2014-03-24 Thread kaa
Sad. Apps type as SuperSMS or PhoneAssistant (as on N9) not possible on Harbour. Good save openrepos. :) OK. My attention is more focussed to openrepos than harbour .. :) Sun Mar 23 2014 20:00:38 GMT+0100 (CET), Jonni Rainisto napsal: > We dont allow Harbour applications to send hidden SMS mess

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread J-P Nurmi
On 24 Mar 2014, at 22:24, Ragnar Kurm wrote: >> flickable.contentHeight: column.height > > Thank you Andrei, > but it does not help :( > > I assumed that your code was meant like this: > SilicaFlickable { contentHeight: column.height; Column { id: column ...} } > > Even when set explicitly >

Re: [SailfishDevel] Why do I get "binding loop" error?

2014-03-24 Thread Ragnar Kurm
Thank you, it works. Now I stared to understand this conceptually! Ragnar a) give the flickable a valid geometry, and b) specify the content size. -- J-P Nurmi ___ SailfishOS.org Devel mailing list