Displaying 3 results from an estimated 3 matches for "mycollection".
2011 Nov 28
0
extend validObject to validate any object (shallow and deep validation)
...r:
> validObject(df)
[1] TRUE
> validObject(df, complete=TRUE)
[1] TRUE
Also, here is another (typical) situation where it would be nice to be
able to (recursively) check the validity of the object:
setClass("Collection", representation(things="list"))
mycollection <- new("Collection", things=list(object1, object2, object3))
The problem is that 'validObject(mycollection, complete=TRUE)'
will return TRUE, even if one of the 3 objects stored in 'mycollection'
is invalid. I could implement my own validity method for Collection
objec...
2006 Apr 18
2
check_box
I''ve got a question on the use of check_box.
***
This is working but there just has to be a better way:
RHTML:
<% for book in @books do %>
<tr>
<td><%=book.label%></td>
<td>
<%checked = book.subscribed ? ''checked'': ''nope''%>
<%=check_box("book" + book.id.to_s,
2001 Dec 08
5
No "seteuid" method available
Hey Everyone:
"No seteuid method available" is the error I get when trying to configure Samba 2.2.2 on an HP-UX 11.0 system. This system is part of a test network and has tcp/ip but no DNS. There are only 3 articles on the Samba site about this and the only fix requires changing and recompiling "C" libraries. Is there another, simpler fix? Thanks.
~ Gary Zawilinski ~