From 85324857cccb01bfd41bf83d415d37c4df4b76f4 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 17:44:45 +0100 Subject: Hint how to access the model gallery if it loads to slowly --- inst/GUI/gmkin.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R index db16e38..74d27c3 100644 --- a/inst/GUI/gmkin.R +++ b/inst/GUI/gmkin.R @@ -1218,7 +1218,8 @@ add_gallery_model_handler <- function(h, ...) { svalue(center) <- 3 } model_gallery_created <- FALSE -m.g.loading <- glabel("Loading the model gallery, please wait...", cont = m.g.gg) +m.g.loading <- glabel("Loading the model gallery, please wait...
+ If nothing happens, please try switching to the Data tab and back here.", cont = m.g.gg) create_model_gallery <- function() { delete(m.g.gg, m.g.loading) for (i in 1:9) { -- cgit v1.2.1