search for: create_bitmap

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

2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...n class="cx"> "ArtProvider#push_provider":artprovider.html#ArtProvider_pushprovider: </span><span class="cx"> </span><ins>+ class MyProvider < Wx::ArtProvider + &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspdef create_bitmap(art_id, art_client, art_size) + .. + return Wx::Bitmap.new(...) + end + end </ins><span class="cx"> </span><del>- class MyProvider : public ArtProvider - { - protected: - Bitmap CreateBitmap(const ArtID& id, -...
2007 Jan 12
0
[ wxruby-Bugs-7773 ] ObjectPreviouslyDeleted error when using custom ArtProvider
...pen Resolution: None Priority: 4 Submitted By: Alex Fenton (brokentoy) Assigned to: Alex Fenton (brokentoy) Summary: ObjectPreviouslyDeleted error when using custom ArtProvider Initial Comment: According to the docs, it should be possible to define a custom subclass of ArtProvider that responds to create_bitmap, and add it to the sources used by ArtProvider by calling push_provider: Wx::ArtProvider.push_provider(MyArtProvider.new) Wx::ArtProvider.get_icon(''project'') However, this causes an ObjectPreviouslyDeleted error. -----------------------------------------------------...
2004 Mar 29
1
Error in dialogs.rb sample
Using the wrong method name. 106c106 < if event.CanVeto() --- > if event.can_veto() ##################################################################################### This email has been scanned by MailMarshal, an email content filter. #####################################################################################
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci. quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaƮt dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaƮt tout de suite. Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application