Displaying 8 results from an estimated 8 matches for "mycel".
Did you mean:
mycol
2006 Apr 10
4
Element.getDimensions() support for IE?
Hey all,
I''m not sure if IE can support this, but I''m trying to get the dimensions of
an element that has percentages for height/width. In the example code
below, I''m trying to get the dimensions for the ''MyCell'' element. Firefox
supports Element.getDimensions(''MyCell''), but IE returns 0 for the height &
width returned by that call.
Thanks
Jim
___________________________________________
<table cellspacing="0" cellpadding="0" border="0"...
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...er(substring(Cell,2))+1+nrow(Data),sep=""))
Cell1<-paste(letters[grep(substring(Cell,1,1),letters)],
as.integer(substring(Cell,2))+1,sep="")
Cell2<-paste(letters[grep(substring(Cell,1,1),letters)+1],
as.integer(substring(Cell,2))+nrow(Data),sep="")
MyCell=paste(Cell1,":",Cell2,sep="")
B3R[["Formula"]] <- paste("=sum(",MyCell,")",sep="")
print(MyCell)
B3RB <- sh$Range(MyCell)
B3RB[["Borders"]][["LineStyle"]]<-as.integer(1)
#B3RB[[&...
2012 Mar 14
1
list factoring
...var2 var3
> cell1 x x x
> cell2 x x x
> cell3 x x x
>
> cell4
>
> .
> .
> .
> .
> cell100
and:
vector1 <- c("cell1, "cell5",cell19", "cell50", "cell70")
your_data$mycells <- factor(your_data$cells %in% vector1, c("Special",
"NotSpecial"))
So my output will be something like:
[25] Special Special Special Special Special Special
[31] Special NotSpecial NotSpecial NotSpecial NotSpecial NotSpecial
[37] NotSpecial NotSpe...
2012 Mar 13
2
sort list
Hello can anyone help please?
i read two words "cell1", "cell2" into a list. I want to turn this list
into a factor.
> cell_data <-list(c('cell1','cell2'))
> cell_data
[[1]]
[1] "cell1" "cell2"
> factor_list <- factor(cell_data)
Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called
2005 Feb 11
4
Setting a "Forward" to an external number on your phone
Hi!
Maybe I have just been looking on the wrong pages but there is a
question that is very important for me. I already studied some
Demo-Dialplans and made some basic experiences with Asterisk. But what I
need to find out is how I can handle this.
I am leaving my office and I want to tell asterisk to forward calls now
to my mobile phone by just hitting a key (on my IP-Phone) or by using a
2005 Sep 26
0
safari bug (?) in script.aculo.us
...<style type="text/css">
td {
text-align: center;
vertical-align: middle;
}
</style>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
</head>
<body>
<table><tr>
<td id="mycell" style="width: 64px; height: 64px; background:
#ccc; padding: 0;"><img src="whiteking.png" id="whiteking"
alt="whiteking" /></td>
<td id="mycell2" style="width: 64px; height: 64px; background:
#ccc; padding: 0;"...
2007 Apr 17
2
Trigger a wake-up call from the shell?
I have set up a script that ensures certain services are up on my
Asterisk box (Trixbox 2.0). I would like it to trigger a wake-up call
if certain conditions aren't meant. How might I accomplish this from
the shell?
--
Donovan Niesen
Customer Contact Services
www.yourccsteam.com
2010 Mar 24
0
R-help ordinal regression
...;))
>
> ? ?
> Cell1<-paste(letters[grep(substring(Cell,1,1),letters)],
> as.integer(substring(Cell,2))+1,sep="")
>
> ? ?
> Cell2<-paste(letters[grep(substring(Cell,1,1),letters)+1],
> as.integer(substring(Cell,2))+nrow(Data),sep="")
>
> ? ? MyCell=paste(Cell1,":",Cell2,sep="")
>
> ? ? B3R[["Formula"]] <-
> paste("=sum(",MyCell,")",sep="")
>
>
>
> ? ? print(MyCell)
>
>
>
> ? ? B3RB <- sh$Range(MyCell)
>
> ? ?
> B3RB[["Bo...