Can I pass a date as parameter to application.showCalendar() method so that the date is by default selected in the calendar?
I need this too!
Possible?
TIA
Stef
THAT would be nice indeed!
Something like (in our case):
var thecaldate = new Date(project_year, project_month-1, 1)
var theetd = application.showCalendar(thecaldate)
C’mon JC & JB! You can do it!
Yes, I would love this too.
Did this ever get done? I so need it…
You can create a feature request for this here: Servoy - Error
I would love this too.
i added some optional parameters:
showCalendar([selecteddate], [dateformat])
GREAT! Though is there any chance you can do it to 3.5.x as well? If i say PLEASE?
upgrading to 4.1 is sooooo much better!!
tell that to my client! i can’t even get them on 3.5.9 right now, but i would totally go for 3.6 if it had this feature! any possibility?
i think we will count a bit different then ellen
3.5.9 + 1 = 3.5.10
Ooops. Friday. No Coffee. Excuses excuses… So is that a yes?
Any chance this feature is coming in 3.5.10 and when is that release coming? Just wondering if I should do a workaround and not count on it? No pressure.
3.5.x is really already on the end of the road of enhancements, we currently do only bug fixes.
we already have 4.1 out and 4.2 coming soon.
If you really want a feature backported you should contact sales.
My client wants to use my solution in a web client running on an iPad. He is finding that the calendar fields are hard to use because it’s difficult to tap right on the little ‘17’ icon to bring up the date picker. I tried expanding the calendar field but the ‘17’ icon doesn’t expand with it. I created a button that calls application.showCalendar and it works nicely in the Java client but in the web client nothing happens.
Does application.showCalendar only work in the java client? How can I bring up a date picker in the web client?
Thanks for your help.
the datepicker is NOT suitable for in the web on mobile phones! (maybe it is for the iPad, did not test is yet)
We have created or own style.
sometimes three combobox’s with: day, month, year
[attachment=0]2010-04-27_0806.png[/attachment]
and sometimes we have totally created or own calendar picker..
[attachment=1]2010-04-27_0803.png[/attachment]