diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 17:44:45 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 17:44:45 +0100 |
commit | 85324857cccb01bfd41bf83d415d37c4df4b76f4 (patch) | |
tree | 4dc01e0a6b75d910d09cf2a854fccda2a364cb0c /inst | |
parent | d9d734a417b2eec323f935e7066e5f6e23be9ff1 (diff) |
Hint how to access the model gallery if it loads to slowly
Diffstat (limited to 'inst')
-rw-r--r-- | inst/GUI/gmkin.R | 3 |
1 files changed, 2 insertions, 1 deletions
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...<br />
+ 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) {
|