Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Daan
0
Views
3
Comments
Input_Calender widget crashes
Question
Hi Everyone,
I'm using the Input_Calender widget in outsystems.
But whenever someone double click on "Select a date" on the lower half of the calender it becomes really small.
See this picture:
Left is before i dubbel click on select date, and right is after the dubbel click.
I can't go back in any way, only if I refresh the page.
Is one of my settings wrong that this happens?
With kind regards,
Daan
João Rosado
Staff
Hi Daan,
Try to check your browser for javascript errors.
I tried to replicate and couldn't.
Tested in both Firefox and Chrome, using the 7.0 version of the Platform.
There shouldn't be any differences from the 6.0 version of that widget.
Regards,
João Rosado
1 reply
18 May 2012
Show thread
Hide thread
Daan
Hi,
I could make this mistake by double clicking on the select date.
I have selected te following things in the widget wich I wanted to show:
Do you have selected the same options?
With kind regards,
Daan
João Rosado
Staff
Hi Daan,
There is one obvious problem with your options. The first one "InputWidgetId" needs to be set to the Runtime Id of a Input Widget, even when using the FlatStyle.
Make sure there is an Input on your screen (don't forget to give it a name). and then set the property to something like TheNameYouGaveTheWidget.Id
Note you can try to hide the input if you really don't want it visible using extended property with type="hidden".
Also, testing with your settings does not work at all in IE, because it refuses to create dates for the year 1.
Really don't think thats what you want to do, since MaxYear 1 makes no sense at all... If you leave those 2 empty, it generates all the possible years.
Regards,
João Rosado
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...