OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Peter2 on January 30, 2017, 07:19:39 AM

Title: Small calendar field like in Grid?
Post by: Peter2 on January 30, 2017, 07:19:39 AM
I have a dialogue with some combo-boxes and exit-boxes to enter different data. I also want to enter a "date - value", but the "calendar" is so huge ...... (big? large? wide?)

In Grid there is a cell style with date, and this is small and efficient. Can it be used outside of Grids too?

Peter
Title: Re: Small calendar field like in Grid?
Post by: Fred Tomke on January 30, 2017, 10:28:58 AM
Hi, in that case you should make visible a temporary calendar control and invisible it when focus has left the control.
I'm not at the office to build a sample. But maybe you already know what I mean.
Fred
Title: Re: Small calendar field like in Grid?
Post by: Peter2 on January 30, 2017, 02:02:38 PM
Hi Fred

thanks - (in)visibility is an option. In the meantime I think also about a control where the OnClick shows a sub-dialogue with the calendar inside.