Megatest

Diff
Login

Differences From Artifact [1f8bd891c4]:

To Artifact [4e9877b3af]:


566
567
568
569
570
571
572
573

574
575

576
577
578
579
580
581
582
566
567
568
569
570
571
572

573
574

575
576
577
578
579
580
581
582







-
+

-
+







     (iup:attribute-set! tabtop "TABTITLE2" "Run Control")
     (iup:attribute-set! tabtop "TABTITLE3" "megatest.config") 
     (iup:attribute-set! tabtop "TABTITLE4" "runconfigs.config")
     tabtop)))

(define *current-window-id* 0)

(define (newdashboard)
(define (newdashboard dbstruct)
  (let* ((data     (make-hash-table))
	 (keys     (cdb:remote-run db:get-keys #f))
	 (keys     (db:get-keys dbstruct))
	 (runname  "%")
	 (testpatt "%")
	 (keypatts (map (lambda (k)(list k "%")) keys))
	 (states   '())
	 (statuses '())
	 (nextmintime (current-milliseconds))
	 (my-window-id *current-window-id*))