Displaying 6 results from an estimated 6 matches for "modaldialog".
2009 Sep 28
2
re trieve user input from an tcl/tk interface
...by the hand and help me out. I am new to R and cannot figure out
what to do here...
... I want to have an User Interface that requests input. I want to save
this input to a variable to use it later on. I was able to do this with a
modalDiaglog (
http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/modalDialog.html like
this ) but I cannot figure out how to do this with multiple values to be
read.
I want to run a rather simple simulation and the user has to be able to set
multiple parameters (say, number of trials and stimuli). The onOK-function
should then "collect" these parameters and save...
2007 Mar 01
1
Strange behavior scale and switcher plugin after update
...T_WM_ACTION_STICK, _NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_MAXIMIZE_HORZ,
_NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_FULLSCREEN,
_NET_WM_ACTION_CLOSE, _NET_WM_ACTION_SHADE, _NET_WM_ACTION_CHANGE_DESKTOP
This is the string in my window_match option in scale plugin:
Toolbar | Utility | Dialog | ModalDialog | Fullscreen | Normal
Very thanks
Explinux
2004 Mar 16
0
VS: Documentation on how to put classes and methods in packages with namespace?
...[111] "labelPosition<-" "LabelPositions"
[113] "LabelPositions<-" "Labels"
[115] "Labels<-" "modalDialog"
[117] "name" "name<-"
[119] "Names" "Names<-"
[121] "nameToVertexIndex"...
2004 Mar 16
2
Documentation on how to put classes and methods in packages with namespace?
Documentation on how to put classes and methods in packages with namespace?
How should I define my classes and methods in "dynamicGraph"???
(That is - Can some one point me to the documentation on
how to put classes and methods in packages with a namespace? )
Currently it is done by the code below.
This gives problems, when a workspace with a "dynmaicGraph" is
2008 Jul 18
0
Retrieving data from a tcl /tk function
...idget, "<Return>", onOK)
tkwait.window(dlg)
return(ReturnVal)
}
# Create a "main" window with a button which activates our dialog
require(tcltk)
ttMain <- tktoplevel()
tktitle(ttMain) <- "ttMain"
launchDialog <- function() {
ReturnVal <- modalDialog("First Name Entry", "Enter Your First Name", "")
if (ReturnVal == "ID_CANCEL") return()
tkmessageBox(title = "Greeting",
message = paste("Hello, ", ReturnVal, ".", sep = ""))
}
launchDlg.button <- tkb...
2004 Mar 16
1
SV: Documentation on how to put classes and methods in packageswith namespace?
Re. the Kings Quest game called R,
Inspired by the "stats4" of R-1.9.0 (alpha of 2004-03-15)
I moved the body af my function ".onLoad.dynamicGraph"
to the end of ".../dynamicGraph/R/dynamicGraph"
(replacing "library(methods)" by "require(methods)").
The secound run, with [Previously saved workspace restored],
produces the same result as in