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

2013-05-01 Thread Jurre van Wouw
Thanks for your help. I solved the TextField placeholderText issue. Also I did spell the i lowercase in my code, but I spelled it wrong while writing the message It doesn't really matter that the inputMethodHints don't work yet, I suppose the next SDK release will at least be before the develope

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] 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: