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
Thanks for your help. I solved the placeholderText issue :)___
SailfishOS.org Devel mailing list
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: