search for: backcolor

Displaying 9 results from an estimated 9 matches for "backcolor".

2007 Apr 27
2
mdiclient windows do not always activate on click
...rollBar.setLine(@font.fontHeight) btn = FXButton.new(scrollwindow, TYGER, - :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 600, :height => 1000) + :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 100, :height => 100) btn.font = @font btn.backColor = FXColor::White mdichild ...and then click on the empty area within one of the windows behind the active child, then that window will not be made active. However, adding the line scrollwindow.enabled = true makes the behavior feel more normal (to me). Is there any drawback to ena...
2005 Dec 01
1
Can''t add text to FXCanvas
...LAYOUT_FILL_Y|LAYOUT_TOP|LAYOUT_LEFT, 0, 0, 0, 0, 0,0,0,0) @canvas = FXCanvas.new(canvasFrame, nil, 0, FRAME_RAISED|LAYOUT_FILL_X|LAYOUT_FILL_Y|LAYOUT_TOP|LAYOUT_LEFT) @canvas.connect(SEL_PAINT) do |sender, sel, event| FXDCWindow.new(@canvas, event) do |dc| @canvas.backColor = @color4 dc.foreground = @canvas.backColor dc.fillRectangle(event.rect.x, event.rect.y, event.rect.w,event.rect.h) dc.foreground = @color5 dc.drawEllipse(100,100,100,200) #dc.setFont(@font) #this generates an error #dc.drawText(100,100,"test"...
2006 Jun 04
1
foxGUIb v0.7 (for FXRuby 1.6)
...lets say everyone who wants to create a GUI with FXRuby ;) == What has changed? == * Fixed the bug that allowed to change properties of a deleted widget (caused a crash) * Fixed several bugs that led to crashes when typing improper values into the property manipulators. e.g.: backColor="bad input" instead of "200,255,255" * on startup foxGUIb logs important version infos to the log file. the log file is appended instead of replaced. in case of a problem you can send me your logfile. * some minor convenience fixes. == Links: == Homepage:...
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
Dear all I apologize for cross-posting, but first it is accepted custom to thank the repliers and give a summary, and second I have still the feeling that this problem might be a general statistical problem and not necessarily related to microarrays only, but I might be wrong. First, I want to thank Robert Gentleman, Mark Kimpel and Mark Reiners for their kind replies. Robert Gentleman kindly
2001 Aug 12
1
R (D)COM automation server for windows, type mismatch?
...---------------------------------------------- Library STATCONNECTORCLNTLib ...\rw1030\bin\StatConnectorClnt.dll ISGFX: ... StatConnectorCharacterDevice: Clear() WriteString(bstrLine As String) WriteStringLevel(bstrLine As String, lLevel As Long) StatConnectorGraphicsDevice: BackColor As OLE_COLOR ... * GetGFX() As ISGFX --------------------------------------------------------------- Library STATCONNECTORSRVLib ...\rw1030\bin\StatConnectorSrv.exe ISGFX: ... IStatConnectorCharacterDevice: Clear() WriteString(bstrLine As String) WriteStringLevel(bstrL...
2002 May 11
1
Custom graphing : Which package (Base, Grid or Lattice package)
...t my R function needs to do: 1. create a parent (container) frame 2. Define n (vertically stacked) child windows within the parent (where n is 1,2 or 3) So the object factory (creator function) would look something like this : custom.graph.create<- function (win1_perc_size, win2_perc_size, backcolor ) where win*N_perc_size is the % of the HEIGHT of the parent screen assigned to the Nth child window The three child windows should share the same x axis (the calender date), but they would each have seperate y axis. In addition the returned object should; 1. allows you to add data to a spe...
2002 May 11
0
Cutom graphing : Which package (Base, Grid or Lattice package) ?
...t my R function needs to do: 1. create a parent (container) frame 2. Define n (vertically stacked) child windows within the parent (where n is 1,2 or 3) So the object factory (creator function) would look something like this : custom.graph.create<- function (win1_perc_size, win2_perc_size, backcolor ) where win*N_perc_size is the % of the HEIGHT of the parent screen assigned to the Nth child window The three child windows should share the same x axis (the calender date), but they would each have seperate y axis. In addition the returned object should; 1. allows you to add data to a spe...
2007 Nov 12
0
3 commits - libswfdec/swfdec_player.c test/trace
...-5.swf.trace b/test/trace/loadvars-decode-5.swf.trace index 5ee0305..a3fde32 100644 --- a/test/trace/loadvars-decode-5.swf.trace +++ b/test/trace/loadvars-decode-5.swf.trace @@ -21,3 +21,185 @@ a = c = d = e decode = +>>> id=mplayer&javascriptid=mplayer&frontcolor=0xFFFFFF&backcolor=0x000000&enablejs=true&largecontrols=false&file=http://kanal5.se/c/ext/k5video/playlist?selectType=playlist-name%26selectWord=Mazda%26selectType2=playlist-name%26selectWord2=Fraga Olle 1107&bufferlength=6&displayheight=168&height=168&width=225&autostart=false&rep...
2013 Jul 06
4
[Bug 66642] New: [nva5] Wrong provoking vertex is selected for flat attribute interpolation (clipping?)
...assification: Unclassified OS: Linux (All) Reporter: alzeih at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/DRI/nouveau Product: Mesa The following piglit test: interpolation-flat-gl_BackColor-smooth-none.shader_test appears to select the wrong provoking vertex depending on the exact value of v[0].y. For v[0].y > -1.0, the triangle ends up red. For v[0].y = -1.0, the triangle ends up green. For v[0].y < -1.0, the triangle ends up (correctly) blue. Hardware: nva5 (GT330M) in MacB...