Displaying 1 result from an estimated 1 matches for "messagesframe".
2008 Nov 03
1
possible tcltk event loop problem
...and Rcmdr 1.4-4, so whatever the
source of the problem, it 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...