On 2016-03-04 17:59, Dylan Van Assche wrote:
Hi developers,
I would like to add custom modules for PyOtherSide like you can do in
Python by running the following command in the terminal: 'python
install setup.py'
Hi Dylan,
did you actually try to distribute modules along with your app?
https
On 2016-03-02 17:53, Dylan Van Assche wrote:
Hi,
I can't get the SDK working with PyOtherSide. That's the reason why I
can't run the samples :(
Is there no clear guide how to setup PyOtherSide and Sailfish QT
Creator? I found this:
https://lists.sailfishos.org/pipermail/devel/2013-September/000
On 2016-03-02 17:34, Dylan Van Assche wrote:
Hi,
I took a look at those threads and searched extra on the Internet but
I can't even get this sample running in the SDK:
https://sailfishos.org/develop/tutorials/creating-application-in-python/
[1]
Hi,
what kind of help do you need?
I am maintai
Dear sailors,
I am relatively new to QML and I am trying to achieve following
layout:
Label
[ Image ]
Label
[ Image ]
and I am trying to do it with Repeater and Component (I use Component /
Rectangle to aggrate two elements for repeater - not sure if this is
correct).
However, it shows