Displaying 2 results from an estimated 2 matches for "messageswindow".
2008 Nov 03
1
possible tcltk event loop problem
...doesn't always manifest itself. Some detail, and a
kludgy solution appear below.
What's odd is that the Rcmdr has three similar windows -- Script, Output,
and Messages, created by the following code:
For the messages window:
messagesFrame <- tkframe(.commander)
putRcmdr("messagesWindow", tktext(messagesFrame, bg="lightgray",
font=getRcmdr("logFont"), height=3, width=log.width, wrap="none"))
.messages <- MessagesWindow()
messagesXscroll <- ttkscrollbar(messagesFrame, orient="horizontal",
command=function(.....
2007 Nov 12
1
(no subject)
...Laden von Paket/Namensraum f?r 'Rcmdr' fehlgeschlagen
#Error: Loading of Paket/Namensraum for Rcmdr failed
Error in eval(expr, envir, enclos) : objekt ".__M__coerce" nicht
gefunden #not found
Error in get(x, envir = RcmdrEnv(), mode = mode, inherits = FALSE) :
Variable "messagesWindow" nicht gefunden
#variable "messagesWindow" not found
When I tried to load the Prestige dataset from the car package I got
this:
Error in eval(expr, envir, enclos) : objekt ".__M__coerce" nicht
gefunden
What am I doing wrong?
Thanks in advance for your help.
B
B...