[Solved] ValueBox with type DateTime

Post

Posted
Rating:
#1 (In Topic #223)
Avatar
Administrator
sholzy is in the usergroup ‘unknown’
Does anyone know how to change the size of the calendar/time popup when using a ValueBox with the type DateTime. It doesn't look like it based on the attached image, but the numbers in the time part of the popup in the image is actually too small and my tired, old eyes have a hard time seeing those times. The date numbers aren't so bad.

A DateBox has the same issue.

Image

(Click to enlarge)


sholzy

sholzy
Gambas One Site Director

To report bugs in the Gambas IDE:
Official Gambas Bug Tracker
Online now: No Back to the top

Post

Posted
Rating:
#2
Avatar
Guru
cogier is in the usergroup ‘Guru’
I could not find a way to increase the size of the text so I wrote a new calendar dialogue.

Have a look at the attached.

Attachment
Online now: No Back to the top

Post

Posted
Rating:
#3
Avatar
Administrator
sholzy is in the usergroup ‘unknown’
 Hmmm… interesting. I've created popup calendars before (same as your example), but never thought of creating a popup time selector.

It used to be when using the DateTime chooser or a ValueBox with type DateTime it was 3 clicks to open the dialog, select time, and select date. Somewhere in the past few Gambas versions it changed. It now takes 2 clicks to open dialog and select date. Then it takes 2 more clicks to open the dialog again to select a time. 4 clicks total to select time and date.

With that said, i'll do like your example and create separate date and time selectors, since it will be the same number of clicks as the current way of using the ValueBox with DateTime.

Thanks, Charlie!

sholzy
Gambas One Site Director

To report bugs in the Gambas IDE:
Official Gambas Bug Tracker
Online now: No Back to the top
1 guest and 0 members have just viewed this.