search for: flexgrids

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

Did you mean: flexgrid
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 t...
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
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
Another two months, another winetricks release. (So much for release early, release often :-) Highlights: - fixes a bunch of verbs whose download URLs had changed, especially vcrun2005 and vcrun2008. - fixes the annoying "unexpanded variable" error which happened when running old wine with a new wineprefix. - brings back gog support (though without automated download for now; any
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...