search for: rowhead

Displaying 3 results from an estimated 3 matches for "rowhead".

Did you mean: cowhead
2007 May 19
3
table with no row headers
Is this the right way to turn off row headers? table.rowHeaderMode = LAYOUT_FIX_WIDTH table.rowHeaderWidth = 0 -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
2008 Aug 20
0
FXTable scrolling problem
...hown below: def initialize(parent) super(parent, :opts=>LAYOUT_FILL|TABLE_COL_SIZABLE|TABLE_ROW_SIZABLE, :padding => 2) self.editable=false setBackColor(FXRGB(255, 255, 255)) setCellColor(1, 0, FXRGB(240, 255, 240)) setCellColor(1, 1, FXRGB(240, 255, 240)) rowHeader.width=30 verticalScrollBar.connect(SEL_COMMAND, method(:table_scrolled)) end I also defined the table_scrolled method as below to check that the event gets handled: def table_scrolled(sender, selector, data) puts "table scrolled to #{data}" end Now when I start the appl...
2006 Mar 13
1
Formatting an anova table using latex
...#39;chisq', 'chisqdf', 'prchisq')) I get: % latex.default(anova(raw1.lmer0, raw1.lmer, raw1.lmerI), file = "raw1.tex", rownamesTexCmd = c("baR", "addit", "multip"), longtable = F, dcolumn = T, booktabs = T, table.env = F, rowheads = NULL, colheads = NULL, colnamesTexCmd = c("", "df", "aic", "bic", "logl", "chisq", "chisqdf", "prchisq")) % \newcolumntype{.}{D{.}{.}{-1}} \begin{center} \begin{tabular}{l.......}\toprule \multicolumn...