Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Uhr mit TCL

Empfohlene Antworten

Veröffentlicht

Hi ich hab folgendes Problem :

Ich will mir Uhr in ein Label einbauen. Diese soll sich jede Minute updaten, sprich wie eine echt Uhr laufen (nach Systemzeit)

Kann mir jmd. weiter helfen.

Vielen Dank im voraus

ten13

ok edanke ich hab meine lösung : )

hat jetzt doch geklappt :D

#Uhr + Datum

set uhrzeit [clock format [clock seconds] -format {%H:%M:%S}]

proc uhr {} {

set zeit [clock format [clock seconds] -format {%H:%M:%S}]

.systemzeit configure -text $zeit

after 1000 uhr

}

label .systemzeit -text $uhrzeit

pack .systemzeit

uhr

set datum [clock format [clock seconds] -format {%d.%m.%Y}]

proc dat {} {

set zeit [clock format [clock seconds] -format {%d.%m.%Y}]

.tagesdatum configure -text $zeit

after 1000 dat

}

label .tagesdatum -text $datum

pack .tagesdatum

dat

cool noch jemand, der mit tcl programmiert :e@sy

: ) japp ist bei mir in der abteilung standart

ist ne nette sprache - einfach und effektiv :uli

hihi, ich programmier auch berufllich damit...:-)

in welchem zusammenhang macht ihr da was?

  • 2 Wochen später...

unsere Mover werden mit TCL programmiert um unsere Prozesse zu automatiesieren weil wir alle so faul sind : )

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.