This commit is contained in:
2026-02-25 00:55:25 +01:00
parent 177829ccb6
commit 1a05a53b6f
3 changed files with 10 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
(send el-at set-inner-html! as-str) (send el-at set-inner-html! as-str)
(send el-length set-inner-html! ls-str) (send el-length set-inner-html! ls-str)
(let ((seeker (exact->inexact (/ (* 100 as) ls)))) (let ((seeker (exact->inexact (/ (* 100 as) ls))))
(displayln (format "seeker = ~a" seeker)) ;(displayln (format "seeker = ~a" seeker))
(send el-seeker set! (format "~a" seeker))) (send el-seeker set! (format "~a" seeker)))
) )
) )

View File

@@ -167,6 +167,14 @@ table.tracks td.number {
text-align: right; text-align: right;
} }
table.tracks tr {
cursor: default;
}
table.tracks tr:hover {
background: #e0e0e0;
}
table.tracks tr.current { table.tracks tr.current {
font-weight: bold; font-weight: bold;
color: blue; color: blue;

View File

@@ -21,6 +21,7 @@
(ww-set-log-level 'warning) (ww-set-log-level 'warning)
;(ww-tail-log) ;(ww-tail-log)
;(ww-tail-log) ;(ww-tail-log)
(ao-set-async-mode! 'scheme)
(define (run) (define (run)
(let* ((ini (new ini% [file 'rktplayer])) (let* ((ini (new ini% [file 'rktplayer]))