Displaying 8 results from an estimated 8 matches for "window1".
Did you mean:
window
2003 Apr 23
0
tk windows position
Dear r-hackers,
I want to split my screen into four screens (like split it do in Rgui). To get this I do the following:
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Window1 <- tktoplevel()
Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch
Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813
Z?rcher Hochschule Winterthur Fax: 052...
2003 Apr 17
2
BATCH and tcltk
Hi R-hackers
I try to write a batch (in Windows, i have to use!) with
Rcmd BATCH D:\Test.R D:\Test.Rout and
Rterm.exe --no-restore --no-save < D:\Test.R > D:\Test.Rout.
In my file Test.R are any tk-codelines (like: Window1 <- tktoplevel(); ... tkbutton...).
It works not interactifly, what is written in Rcmd BATCH --help.
Exist there a way to do it all the same?
Please help... Otherwise i have to use Excel to get the GUIs .
(and sorry about my english, it's terrible)
Thomas...
2007 May 28
8
sash position problem
Hi,
I''ve written a small app implementing SplitterWindow and have a problem
with specifying the sash position on Windows.
At the moment, I call split_vertically and pass it a positive integer for
position. This works as expected on FreeBSD and Linux (Ubuntu and
Debian), but seems to have no effect on Windows.
Is there something particular I need to be doing to get this to work on
2003 Jun 06
4
stuck tcltk scrollbars under Windows XP
...a Windows XP user, who noted that scrollbars tend to get
stuck. I was able to reproduce the problem intermittently on an XP system,
and found that the problem appears to go away when I remove the calls to
tkgrab() and tkgrab.release().
You can test for the problem with the following code:
window1 <- tktoplevel()
window2 <- tktoplevel()
xFrame <- tkframe(window2)
xScroll <- tkscrollbar(xFrame, repeatinterval=5, command=function(...)
tkyview(xBox, ...))
xBox <- tklistbox(xFrame, height=4,
selectmode="single", background="white",...
2005 Nov 18
0
Problems with tkentry
Hello to all,
I don't know almost nothing about Tcl/TK. I have the follow code:
>Name <- tclVar("")
>insert.Name <-tkentry(window1,width="20",objectvariable=Name)
>tkplace(tklabel(window1,text=" Enter the matrix name:"),x=0,y=0)
>tkplace(insert.Name,x=175,y=0)
So, I need to pass the variable Name like parameter in R function.
Ex:
>print(Name)
>"iris[,1:4]"
>dist(Name)
>NAs intr...
2011 Mar 27
1
gtk, RGtk2 and error in callback: delet_event in mai window
...make a file GLADE for testing...
> tmp <- textConnection('
+ <?xml version="1.0"?>
+ <interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy project-wide -->
+ <object class="GtkWindow" id="window1">
+ <signal name="delete_event" handler="window1_delete_event"/>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </interface>
+ ')
> glade_file <- readLines( tmp )
> close( tmp ); rm( tmp )
>
> sink( file=...
2007 Jan 17
0
More info about "winbind and domain member authentication problems"
Hi again, trying more tests, I give some more info:
In MEMBER machine, when I run winbind in a terminal window (WINDOW1) not
daemonized, that is,
winbindd -FSi
and call wbinfo -a in another terminal window (WINDOW2), in WINDOW1 I see
two lines with this error:
prs_mem_get: reading data of size 8650916 would overrun buffer by 8650420
bytes.
Also, trying to capture the network packets out from MEMBER, there is...
2001 Jan 22
0
vorbiscomment gui ideas
...rectory>
<language>C</language>
<gnome_support>True</gnome_support>
<gettext_support>True</gettext_support>
</project>
<widget>
<class>GtkWindow</class>
<name>user-friendly, less-flexible gui</name>
<title>window1</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position>
<modal>False</modal>
<allow_shrink>False</allow_shrink>
<allow_grow>True</allow_grow>
<auto_shrink>False</auto_shrink>
<widg...