Displaying 2 results from an estimated 2 matches for "biggroup".
Did you mean:
bgroup
2001 Dec 09
0
browse list sync with 2 samba servrs
...This looks a good deal like a bug, because when looking through the logs in combination with
etheral, I see this:
syslog:
[2001/12/09 23:48:17, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(360)
find_domain_master_name_query_fail:
Unable to find the Domain Master Browser name BIGGROUP<1b> for the workgroup BIGGROUP.
Unable to sync browse lists in this workgroup.
tetheral:
192.168.0.1 -> 10.0.0.1 NBNS Name query NB BIGGROUP <1b>
10.0.0.1 -> 192.168.0.1 NBNS Name query response NB 10.0.0.1
192.168.0.1 -> 10.0.0.1 ICMP Port Unreachable
a...
2009 Jun 25
1
How do I define the method for gcheckboxgroup in gWidgets?
...x(y), by = 1.0,
value = max(y), handler = update.Plot)
which.y <- gcheckboxgroup(stuff, handler = report.which, index = TRUE,
checked = c(TRUE, FALSE, FALSE, FALSE, FALSE))
# Assemble the graphics window & groups of containers
mainWin <- gwindow("Interactive Plotting")
bigGroup <- ggroup(cont = mainWin)
leftPanel <- ggroup(horizontal = FALSE, container = bigGroup)
# Format and pack the widgets, & link to their actions/type
tmp <- gframe("y range", container = leftPanel)
add(tmp, yrange, expand = TRUE)
tmp <- gcheckboxgroup(stuff, handler = repo...