Re: [SailfishDevel] Sailfish Emulator on Lubuntu: SSH not working: Victoria in Excelsis!!!!

2013-04-28 Thread christopher . lamb
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

Re: [SailfishDevel] TextField Silica Component's placeholderText property doesn't work

2013-04-28 Thread Superpelican
Thanks for your help. I solved the placeholderText issue :)___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Sailfish Emulator on Lubuntu: SSH not working: Victoria in Excelsis!!!!

2013-04-28 Thread Jonni Rainisto
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

[SailfishDevel] Emulator on Lubuntu: Return from Terminal?

2013-04-28 Thread christopher . lamb
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

Re: [SailfishDevel] mediagallery won't work

2013-04-28 Thread christopher . lamb
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

Re: [SailfishDevel] Sailfish Emulator on Lubuntu: SSH not working: Victoria in Excelsis!!!!

2013-04-28 Thread christopher . lamb
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

Re: [SailfishDevel] TextField Silica Component's placeholderText property doesn't work

2013-04-28 Thread Filip Kłębczyk
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

Re: [SailfishDevel] TextField Silica Component's placeholderText property doesn't work

2013-04-28 Thread Jonni Rainisto
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:

[SailfishDevel] TextField Silica Component's placeholderText property doesn't work

2013-04-28 Thread Superpelican
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