Re: [SailfishDevel] DatePickerDialog and locale

2014-05-29 Thread Vladislav.Zidek
Předmět: [SailfishDevel] DatePickerDialog and locale " (No actual question here but my observations)   Just noticed that depending how i start my application on the phone, DatePickerDialog returns different values.   If started from ssh session, dateText returns “24 May 2014” If started

[SailfishDevel] DatePickerDialog and locale

2014-05-24 Thread Kimmo Lindholm
(No actual question here but my observations) Just noticed that depending how i start my application on the phone, DatePickerDialog returns different values. If started from ssh session, dateText returns "24 May 2014" If started from launcher icon (as normally user would do) or from fingerterm,

Re: [SailfishDevel] datepickerdialog

2013-02-27 Thread Vesa-Matti Hartikainen
Hi, On 02/27/2013 10:34 AM, nic...@nicoladefilippo.it wrote: thus i changed it in (added ","): Button { id: button text: "choose a date" onClicked: pageStack.openDialog("Sailfish.Silica.DatePickerDialog", { year: 2012,

[SailfishDevel] datepickerdialog

2013-02-27 Thread nicola
Hi, i'm trying https://sailfishos.org/sailfish-silica/qml-sailfishsilica-datepickerdialog.html but this code has a error: Button { id: button text: "choose a date" onClicked: pageStack.openDialog("Sailfish.Silica.DatePickerDialog", { year: 2012 month: 11