Hi Jonni
I did half suspect that nested vms might be a contributing factor, and
was pleasantly surprised that such a setup worked in any way at all.
Given the raw power of the host machine I was using, performance was
not an issue in the slightest - I gave the host vm 4 cores and 4 Gbs,
a
Thanks for your help. I solved the placeholderText issue :)___
SailfishOS.org Devel mailing list
Hi,
We are not supporting nested VM's, it may or may not work. Nesting kills
performance and can cause other weirdness too, like you are experiencing. You
are better off just using OSX SDK without nesting.
re. Jonni
From: devel-boun...@lists.sailfishos.o
Hi All
I can enter terminal mode on the SailfishOS Emulator hosted on Lubuntu
(VM hosted on OSX) via right cntl + F2, but cannot return to "Gui"
mode via right cntl + F1.
On OSX I can both enter Terminal via Left Command + F2, and return to
Gui Mode via Left Command + F1 successfully.
C
Hi Wim
Do you still get your original error that you posted at the start of
this thread?
file:///opt/sdk/share/mediagallery/mediagallery.qml:0:0: Expected
token `numeric literal'
file:///opt/sdk/share/mediagallery/mediagallery.qml:0:0: Expected
a qualified name id
I assume fro
Hi Thomas
Thanks for your advice
I was aware of the "Agent admitted failure to sign .." know issue, but
had not tried the SSH_AUTH_SOCK= workaround, as my error message is
different.
However in the meantime I upgraded my Lubuntu installation to 13.04.
After the upgrade, I got the Agent e
W dniu 28.04.2013 19:34, Jonni Rainisto pisze:
You need to wait for next SDK release where it has been fixed.
Oh and when is that :D ? ;)
Regards,
Filip
___
SailfishOS.org Devel mailing list
Hi,
Your current width is 0 (so thats why its hidden), you need to set width for
example like:
TextField {
y: 100
width: parent.width
focus: true
placeholderText: "Please enter the answer here"
inputMethodHints:
Hello fellow mailing list members,
I'm reasonably new to programming and Qt/QML.
I know the basics of C++ and QML. And I'm
trying to create simple Sailfish OS QML/C++ app.
I've already written a CLI version of my application in C++
that contains the logic. So I will use that code as base for my S