Displaying 5 results from an estimated 5 matches for "art_missing_image".
2007 Dec 28
0
checklistbox/html windows
...sans avoir besoin de fermer et réouvrir l''application pour effectuer le changement du contenu?
- de mettre l''option "HSCROLL"?, car la barre apparaît mais ça ne marche pas.
Pour "htmlwindow", je voulais savoir si il peut-être possible de ne pas afficher "ART_MISSING_IMAGE", quand le format d''image n''est pas pris en charge. Si je pose cette question, c''est tout simplement que quand j''affiche une page avec "htmlwindow" et que "ART_MISSING_IMAGE" apparaît, celà donne un peu l''impression que l'...
2006 Sep 13
2
RubyConstants.i.patch
This patch fixes up two problems with ArtProvider constants and fixes a
small typo.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 14
2
Patch to fix ArtProvider and ArtProvider sample
These patches better implement ArtProvider and add the demo for it. I
also expanded the bigdemo window a little bit. I really think we should
go larger but I suppose there might be some people at 800x600 still.
Note that creating your own art provider still doesn''t quite work
correctly. I didn''t have time to get into that.
The RubyConstants.i.patch file looks weird. Not
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...l( 103, "Test",
+ Wx::ArtProvider::get_bitmap(Wx::ART_INFORMATION) )
+ tb1.add_tool( 103, "Test",
+ Wx::ArtProvider::get_bitmap(Wx::ART_WARNING));
+ tb1.add_tool( 103, "Test",
+ Wx::ArtProvider::get_bitmap(Wx::ART_MISSING_IMAGE));
+ tb1.realize
+
+
+ tb2 = Wx::ToolBar.new( self, Wx::ID_ANY, Wx::DEFAULT_POSITION,
+ Wx::DEFAULT_SIZE,
+ Wx::TB_FLAT|Wx::TB_NODIVIDER )
+ tb2.set_tool_bitmap_size( Wx::Size.new(16,16) )
+
+ tb2_bmp1 = Wx::ArtProvider::get_bitmap( W...
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a
version number and packaged up for download.
Given the nature of SWIG, having a lot more people use it would probably
result in more code contributions to this project.
Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG
is fairly stable right now in terms of frequency of changes...