search for: bitmap_type_ico

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

2007 Feb 12
0
[871] trunk/wxruby2/samples/printing/printing.rb: Enable sample to be run from other directories
...-101,9 +101,11 @@ </span><span class="cx"> </span><span class="cx"> # Load icon </span><span class="cx"> if Wx::PLATFORM == "WXMSW" </span><del>- my_icon = Wx::Icon.new("mondrian.ico",Wx::BITMAP_TYPE_ICO) </del><ins>+ icon_file = File.join(File.dirname(__FILE__), ''mondrian.ico'') + my_icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_ICO) </ins><span class="cx"> else </span><del>- my_icon = Wx::Icon.new("mondrian.xp...
2007 Oct 18
6
Bug in minimal.rb
Hi! I discovered WxRuby2 and WxSugar a short while ago (1.9.1) and I really like its professional look and the platform independance. But especially the simplification and ''rubyfication'' that you already achieved and are planning for 1.9.2 (event handlers) is funstuff! Thanks a lot! And with Ruby 1.9/2 the keyword constructors will be even nicer with the new hash syntax:
2008 Jul 28
12
Segfault with GridCellChoiceEditor
I have a problem. In my application I have a few Grid objects in a Notebook. The Grid objects are populated via GridTableBase. Certain Grid cells need to have a choice interface (I''m artificially enforcing foreign key constraints). All this works to the point where you try to edit the value for that cell. The choice box renders (i.e. the drop down arrow appears) then the application
2007 Apr 13
0
[954] branches/wxruby2/wxwidgets_282: Additions to Image API 2.6 -> 2.8, remove comment cruft
...file.| </span><span class="cx"> |BITMAP_TYPE_TIF|Load a TIFF bitmap file.| </span><ins>+|BITMAP_TYPE_TGA|Load a TGA bitmap file.| </ins><span class="cx"> |BITMAP_TYPE_XPM|Load a XPM bitmap file.| </span><span class="cx"> |BITMAP_TYPE_ICO|Load a Windows icon file (ICO).| </span><span class="cx"> |BITMAP_TYPE_CUR|Load a Windows cursor file (CUR).| </span><span class="lines">@@ -210,8 +216,8 @@ </span><span class="cx"> </span><span class="cx"> * _...