Displaying 20 results from an estimated 300 matches similar to: "tkinser"
2006 Aug 11
2
tkinsert
Dear List,
I'm looking for some informations about the function "tkinsert()".
I d'like to write lot of command in my text window and after to evaluate it with a button "Submit" for example, but i have some problems:
here a exemple of my code:
1) My first problem
tt=tktoplevel()
txt=tktext(tt,height=40)
tkpack(txt)
var1=paste("x=2")
2003 Oct 27
1
Difficulties with R.oo (static fields, etc.)
I would like to use R.oo and tcltk to implement a Turtle World. I have
encountered
many problems because:
1) I am not sure how to implement static fields with R.oo
2) I am not sure how to implement a constructor that would
call a function only for the first instance of a class (i.e., to
initialize
value of static fields only once)
3) I am not sure how to remove/delete cleanly existing
2010 Jul 21
1
Black Mirror 2 on Snow Leopard 10.6.4 and WineSkin Engine1.2
Hi, I would be never asked, but have an issue with that game, like in subject I have Snow Leopard 10.6.4 on MacBook pro Core2duo and also have WineSkin on 1.2 engine and when I try to run game the window pop up are with that message:
Microsoft Visual C++ Runtime Library
Program:C:\Program Files\Black Mirror 2\BlackMirror2.exe
File: w:\blackmirror2\sourcecode\win32dx9\DynamicBuffer.h
Line:248
2012 Nov 20
1
tcl/tk problem with tklistbox,the " " character and Rcmdr.
I everyone,
i have a little problem with tklistbox,the " " character and Rcmdr.
Please look at this code
require(tcltk)
tt<-tktoplevel()
levels.list2 <-tklistbox(tt,selectmode="multiple",exportselection="FALSE",
height=4, yscrollcommand=function(...)tkset(levels.list2.scroll,...))
2008 Oct 17
1
use of empty space in split graph device
Hi all,
I divide the graphical device into 4 ---mfrow=c(2,2)--- to plot 3 boxplots
graph.
Thus I get an empty space for the fourth graph. I d'like to place a legend
in this space.
legend(xxxx) creates a legend in the last graph (the 3rd) I'd like a legend
in the empty space.
How may I do it?
#graph parameter
par( fin=c(6,6), #dim graph
mai=c(1,1,0.5,0.5) #marges graph
2003 Sep 08
1
add checkbutton and the variable(wrong length of vector "b")
Hello it wanted to add a boton of checkup in a menu, ?How I do to create so
many variables as checkbutton? I try with the code that continues, use a
vector that is charged dynamicamente while I open files but the component
of vector "b" is associates with a Tcl variable and load 3 components
(environment, value and pointer) I wanted alone to charge the value (0 done
not select
2007 Oct 13
1
Error Message from R
Hi,
I am trying to calculate the descretionary accruals using the bootstrapping technique with the R program, but I keep getting an error message.
Previously, after typing in the command on the front sreen, R would return the output without any problems. I am now using a different dataset, and am getting the following error:
Error in solve.default(t(X) %*% X) : system is
2006 Apr 28
9
It is possible to install Windows XP with intel vt now ?
Hi everybody,
I seen many post on running Windows XP on the top of Xen with proper
hardware (Intel Vt) ... I would like to know if at this time, i could do
that with Xen 3.0.2-2 or Xen unstable ? If yes, could you tell me the
procedure ...
In 2 week i will make a show with Intel to demonstrate this possibility ...
If at this time we couldn''t, i will change the contents of the show ;)
2006 Sep 04
1
Samba PDC + Windows 2003 Std Server Trust Relationship
Hi,
Is it possible to configure Windows 2003 Standard Server to have a domain trust relationship with a Samba PDC enabled with LDAP ?
If so how ?
regards
shann
-----------------------------------------------------------
Sign up and get your 30GB webmail at www.30gigs.com now!
2004 Jul 22
1
Charset disaster moving from 2.2.8 to 3.0.4
Hi all!
I'm REALLY depressed!
After moving from samba 2.2.8 to 3.0.4 I can not read my files.
All names are corrupted.
I used NO charset options in the original (2.2.8) smb.conf
(which means that all names are in cp850, doesn't it ?)
No I have installed 3.0.4, libiconv also.
But can not figure out what to set in smb.conf.
I use Solaris 8, LC_CTYPE=ru_RU.KOI8-R.
And windows XP/2000
2005 Mar 08
4
Wildcard X100P or TDM400P?
I'm looking to add a single FXO port to my Asterisk box. It looks like
my options are a Digium Wildcard X100P off eBay for $6.99, or a
Wildcard TDM400P with an FXO Module from Digium for $125.
Can anyone explain the tradeoffs (other than the ability to put 4
FXO/FSO modules on the TDM400P). What about RTC for the system - I
know the TDM400P provides it. Does the X100P?
Thanks!
2008 Dec 04
6
OpenGL test?
First off I just want to say thank you to all who contribute to wine, it is an awesome piece of software for the Linux community.
I am trying to find a way to do a simple OpenGL test within Wine. I have looked all over but I can't seem to find anything. What is the easiest way to test OpenGL and ensure that it's working correctly?
The reason I'm asking is this: I recently upgraded
2013 Mar 10
3
lost connection during yum update
During today's big Centos 6 update I lost my connection to a machine during the
"yum update" and when I logged back in and ran yum update again it told me to
run yum-complete-transaction. When I ran yum-complete-transaction I got
screen after screen of "x is a duplicate with x" where x consists of a huge
list of packages.
"package-cleanup --dupes" gives me a
2004 Oct 05
5
Asterisk Perl AGI
Hello everybody:
This could be a stupid question, or may be not; I'm not sure 'cause I have not a very wide experience working with Asterisk, actually I just started last week. I need to make an IVR system work and I choose working with AGIs, written in Perl.
The available documentation I've found show it as a very simple proccess, but it doesn't work for me... and I
2005 Jun 14
1
New Family object for GLM models...
Dear R-Users,
I wish to create a new family object based on the Binomial family. The only difference will be with the link function. Thus instead if using the 'logit(u)' link function, i plan to use '-log(i-u)'.
So far, i have tried to write the function following that of the Binomial and Negative Binomial families.
The major problem i have here is with the definition of the
2013 Mar 05
2
Function completely locks up my computer if the input is too big
Dear r-help,
Somewhere in my innocuous function to rotate an object in Cartesian space
I've created a monster that completely locks up my computer (requires a
hard reset every time). I don't know if this is useful description to
anyone - the mouse still responds, but not the keyboard and not windows
explorer.
The script only does this when the input matrix is large, and so my initial
2006 Jan 30
3
handling NA by mean replacement
Hello
I am sorry fuch such a stupid question. Suppose I have a table of data having a
lot of NAs and I want to replace those NAs by the mean of the column before NA
replacement. How is it possible to do that efficiently ?
Thanks in advance,
Julie
--
Julie Bernauer
Yeast Structural Genomics
http://www.genomics.eu.org
2001 Oct 18
1
tapply problem
Hello everybody.
I have a question that has stumped me and the usual "apply" tricks
don't seem to work. I run a course where each student's performance
is marked by one or more assessors.
I have a data frame containing students' names, assessors' names and
their marks, arranged as follows:
ID student assessor Q1A Q1B Q1C Q2A Q2B Q3
1 2152833
2011 Jun 25
1
Quota (and disk usage) is incorrectly reported on nfs client mounting XFS filesystem
hi all,
I hope you can help me with a strange quota/nfs/XFS behavior...
I'm using Centos 5.6 on both a nfs server and client. Both are
64-bit, and using a recent kernel:
NFS server:
Linux fs2.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
NFS client:
Linux nx8.priv 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64
2004 Jul 08
7
Problem with the grep function
Let me present to you my problem :
I have a character vector x and I would like to obtain the indices of the
elements of
this vector that yielded exactly a match.
For example, x=nom, pattern="b", I would to obtain 2 because "b" is on the
second position.
First program :
nom <- c("a","b","ab")
grep("b",nom)
2 3
Then I try the