search for: bframe

Displaying 4 results from an estimated 4 matches for "bframe".

Did you mean: frame
2005 Sep 05
1
tcltk, X11 protocol error: Bug?
...<- xl+inc } } save.ramp <- function(){ cr<<-colorRampPalette(c(b.color,e.color),space="Lab",interpolate="spline") tkdestroy(tt) ##invisible(cr) } tt <- tktoplevel() tkwm.title(tt,"Color Ramp Tool") frame <- tkframe(tt) bframe <- tkframe(frame,relief="groove",borderwidth=1) if(is.null(b.color)) b.color <- "blue" if(is.null(e.color)) e.color <- "yellow" if(missing(n.col)) n.col <- 100 canvas.b <- tkcanvas(bframe,width="50",height="25",bg=b.color)...
2009 Jun 23
9
Learning FXRuby please help!
...n in response to pressing a button. Any hints? Thanks! Marlene require ''fox16'' include Fox class Lookup < FXMainWindow def initialize(app) super(app, "Lookup window", :width=>400, :height=>600, :opts => DECOR_ALL|LAYOUT_FILL_X|LAYOUT_FILL_Y) bframe = FXHorizontalFrame.new(self, :opts => LAYOUT_FILL_X) hearButton = FXButton.new(bframe, "Do you hear me?") yesWindow = FXHorizontalFrame.new(self, :opts => FRAME_GROOVE|LAYOUT_FILL_X) yesLabel = FXLabel.new(yesWindow,"Yes") yesWindow.hide puts &qu...
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
...## END OF AUXILIARY FUNCTIONS ## MAIN PROCEDURE # 1. Check class of modmlm and intra-subject design from input arguments if (missing(aovmlm)){ aovmlm <- Anova(modmlm,...) } # 2. Define model data frames: # Between-subjects model data frame, with contrasts copied from linear model bframe <- expand.grid(modmlm$xlevels) bfactors <- names(bframe) for (bf in bfactors){ contrasts(bframe[[bf]]) <- modmlm$contrasts[[bf]] } # Within-subjects model data frame, with contrasts copied from intra-subject design wframe <- aovmlm$idata wfactors <- names(wframe) for (wf in...
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
...failed Error while decoding stream #0.0 ... and then many pages of the same error ... ================================================================ MEncoder264 output: Commandline: "C:\Program Files\MEncoder264 v1.1.9\MEncoder.exe" -sws 9 -vf scale -ovc x264 -x264encopts frameref=6:bframes=3:me=3:subq=7:brdo:deblock:deblockalpha=0:deblockbeta=0:bime:b_adapt:cabac:b_pyramid:weight_b:mixed_refs:chroma_me:trellis=1:i4x4:i8x8:8x8mv:b8x8mv:4x4mv:8x8dct:nopsnr:bitrate=700:pass=1:turbo=1 -nosound -noskip -priority belownormal -passlogfile "C:\NG\Source\Tools\OggEncoder\Out.x264.avi.st...