Seite 1 von 1

Module] TimeEx-Gadget (all OS)

Verfasst: 29.03.2019 19:01
von Thorsten1867
TimeEx - Gadget Module (all OS / 64Bit / DPI)

Bild

Code: Alles auswählen

; TimeEx::GetColor() - similar to 'GetGadgetColor()'
; TimeEx::GetState() - similar to 'GetGadgetState()'
; TimeEx::GetText()  - similar to 'GetGadgetText()'
; TimeEx::Gadget()   - creates a time gadget
; TimeEx::SetColor() - similar to 'SetGadgetColor()'
; TimeEx::SetFont()  - similar to 'SetGadgetFont()'
; TimeEx::SetText()  - similar to 'SetGadgetText()'
; TimeEx::SetState() - similar to 'SetGadgetState()'
Download: TimeExModule.pbi

Re: Module] TimeEx-Gadget (all OS)

Verfasst: 30.03.2019 12:11
von Thorsten1867
Update:
  • Cursor hoch/runter & Cursor links/rechts

Re: Module] TimeEx-Gadget (all OS)

Verfasst: 01.12.2019 14:41
von ccode_new
Hallo Thorsten,

was ich nur mal so am Rand erwähnen möchte:

Welche normale Uhr zeigt den 24:xx an ? (24:01, 24:15, etc.) ?

Eigentlich gibt es 24:00 Uhr nicht!
Das müsste 00:00 Uhr sein.
Bei Ausnahmen gibt es aber 24:00 Uhr, danach gibt es aber kein 24:01 .
Danach müsste es technisch korrekt mit 00:01 weitergehen.

Re: Module] TimeEx-Gadget (all OS)

Verfasst: 01.12.2019 15:27
von Thorsten1867
Bugfixes