search for: flexgrid

Displaying 5 results from an estimated 5 matches for "flexgrid".

Did you mean: flexigrid
2009 Apr 19
1
FlexibleGrid column sizing
...major challenge with the following issue. I want to generate a table-like thing, that has a known number of columns, but a variable number of rows, but the number of rows will be 25 or less; all the rows are to be the same height, but the columns need to be all different widths. So I was using a FlexGridSizer, set the number of columns and rows; I am able to put the sizer into a form and able to put controls into the FlexGrid control without any proble. However all the columns are the same width, and I can''t find any combination of flags that will make the the columns anything other than...
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and "etc/threaded.rb" to build my first wxApp. I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to "Wx::FlexGridSizer"). I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time of writing it''s growing only vertically. And also how to get 16px filler|spacer|border (for window resizer, bottom-right corner, on Mac OS X) for SOUTH and EAST and 5/16 px for NORTH and WEST...
2003 Jun 28
0
Problem to run visual basic application through wine
Hi, I have a problem for using wine-20030408 in Linux 8. I am trying to execute the visual basic 6 executable file which includes "tab controls" that using file “tabctrl32.ocx” and “Microsoft Hierarchical FlexGrid Control” that using file “MSHFLXGD.ocx”. When I run the visual basic executable file on Linux through wine, it generates an error which description given below: “Failed to load control “SSTAB” from TABCTL32.OCX. Your version of TABCTL32.OCX may be outdated. Make sure you are using the version of...
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
...ario Bros. X (download gone) dc2ba_demo Dora's Carnival 2: Boardwalk Adventure (doesn't work well. also, checksum keeps changing.) New dlls d3dx9_43 MS d3dx9_43.dll (Microsoft, 2010) glidewrapper GlideWrapper (Rolf Neuberger, 2005) msflxgrd MS FlexGrid Control (msflxgrd.ocx) (Microsoft, 2009) New settings grabfullscreen=n Disable cursor clipping for full-screen windows (default) grabfullscreen=y Force cursor clipping for full-screen windows (needed by some games) Download url: http://winetricks.org/winetricks http://winetric...
2004 Jun 19
4
FlexGridSizer question
=begin I am trying to understand how FlexGridSizer works and I have written a small test application using the latest wxRuby 0.4.0 on Win XP (Home). I cannot get static text ''Week'', ''Day'' and ''Date'' line up above the OK button. I have tried all combinations of ALIGN flags, but I either got...