172 views
in GUI Development by

Hi,

 

I am using Embedded wizard 11 and want to develop the calendar . 

https://ask.embedded-wizard.de/?qa=blob&qa_blobid=11628938970433012487

 

Please throw some idea how I can use date picker example . as in clock example I can see vertical list but how to apply for this type of calendar 

1 Answer

0 votes
by

Hello

Please throw some idea how I can use date picker example . as in clock example I can see vertical list but how to apply for this type of calendar.

I would create a new GUI component implementing your particular calendar design and behaviour. The Data Picker component template has in fact nothing in common with your desired design. However, how to do this is a difficult question because there are many options we have to take in account when considering the appearance and behaviour of your calendar.

One approach: You create a new GUI component containing a fixed 5x7 grid and you display in each grid cell the desired date. When the user scrolls the content, you update the values displayed in the cells.

Second approach: You create a GUI component intended to display a single week (a row with the 7 days). Then you use Vertical List to display such rows arranged one below the other. The user can then scroll the list and so navigate in the calendar. The header containing the month name and year I would arrange outside the Vertical List so it does not scroll together with it.

Does it help you?

Best regards

Paul Banach

Embedded Wizard Website | Privacy Policy | Imprint

...