search for: artprovid

Displaying 20 results from an estimated 31 matches for "artprovid".

Did you mean: artprovider
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...d #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>838</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> &l...
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...
2007 Jan 12
0
[ wxruby-Bugs-7773 ] ObjectPreviouslyDeleted error when using custom ArtProvider
...p://rubyforge.org/tracker/?func=detail&atid=218&aid=7773&group_id=35 Category: Incorrect behavior Group: current Status: Open 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(...
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I hope to have some time to read up on the new ruby stuff in Swig to see if we can close the last few holes. Roy
2006 Sep 21
1
ArtProvider.i.patch
ArtProvider.i patch to make wxruby compile with gcc 4.1.1(gentoo) the error message was: src/ArtProvider.cpp:1664: error: extra qualification ''wxRubyArtProvider::'' on member ''GetIcon'' _______________________________________________ wxruby-users mailing list wxruby-users@...
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
0
ArtProvider
I got ArtProvider working. Now I''m cleaning it up. I do think I''m going to run into a small snag that I''ll have to tackle. The problem is the wxART_* constants are just strings and when SWIG tries to make constants from them it messes them up royally. We can get the correct behav...
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
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I make copy and paste button in toolbar and I have fuction of them but I don''t know how to make it can copy only selection text and paste into other textCtrl. see my picture for more info. thank you :) Attachments: http://www.ruby-forum.com/attachment/1526/untitled.JPG -- Posted via http://www.ruby-forum.com/.
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for instance it had GetFirstChild as depreciated when in fact only 1 version of it was depreciated not both. I changed GetFirstChild and GetNextChild to return an array of values to match the wxPython and wxPerl usage. I also noticed that wxTreeCtrl is inherited from wxControl on Windows and wxScrolledWindow on everything else so I #if
2007 May 04
0
[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
...margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1006</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-05-04 16:04:49 -0400...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...r.new( self, Wx::ID_ANY, + Wx::DEFAULT_POSITION, + Wx::DEFAULT_SIZE, + Wx::TB_FLAT|Wx::TB_NODIVIDER) + tb1.set_tool_bitmap_size( Wx::Size.new(48,48) ) + tb1.add_tool( 101, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_ERROR) ) + tb1.add_separator + tb1.add_tool( 102, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_QUESTION) ) + tb1.add_tool( 103, "Test", + Wx::ArtProvider::get_bitmap(Wx::ART_INFORMATION) ) + tb1.add_tool( 103...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2005 Dec 30
8
WxRuby newbie Mac OS 10.4 install questions
Hi. Forgive me if I am asking questions that have already been answered a million times, but there doesn''t seem to be an easy way to search the wxruby-users archives, so... I tried to install wxruby for the Mac by downloading the latest Mac package installer from rubyforge.org/frs/download.php/1985/wxruby-0.6.0-osx-panther.dmg and tried to run some of the wxruby-0.6.0/samples from the
2008 Oct 13
2
Wx::Bitmap causes segfaults
Instantiating a Wx::Bitmap with width and height causes a segmentation fault. This is the minimal example I could find where the behaviour is exhibited: require ''rubygems'' require ''wx'' Wx::Bitmap.new(1, 1) Results in: /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86-linux/lib/wx/classes/bitmap.rb:17: [BUG] Segmentation fault ruby 1.8.6 (2007-09-24) [i486-linux]
2011 Jul 15
1
Standard icon in custom dialog
Is there any way to grab a standard icon for a custom dialog? I have a message box with Wx::ICON_ERROR, and I want to add a check box to it. The only way I know to do this is to create a custom dialog. Then I can use a standard button sizer to get the proper buttons, but I can''t find the error icon. Any hints are appreciated. Thanks! --- Ryan Hinton L-3 Communications / Communication
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...gned to: Nobody (None) Summary: missing ''methods'' section in some class documentation Initial Comment: The following classes seem to not have a method''s section in their html docs ... (see: http://rubyforge.org/pipermail/wxruby-users/2006-December/002835.html) warning: artprovider.html has no methods warning: bitmapdataobject.html has no methods warning: boxsizer.html has no methods warning: brush.html has no methods warning: brushlist.html has no methods warning: bufferedinputstream.html has no methods warning: choicebook.html has no methods warning: configbase.html has n...
2004 Aug 05
2
libraries needed to distribute app
Hi I''m making an installer for my WxRuby app, using exerb. I''ve included wxruby.so in the package, and it seems to work fine on my computer, but are there any other dlls or whatever I''m likely to need, for example for WxWidgets itself? Cheers alex
2007 Jun 05
0
[1051] trunk/wxruby2/samples/aui/aui.rb: Changed assign_image_list to set_image_list.
...3 UTC (rev 1050) +++ trunk/wxruby2/samples/aui/aui.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-06-05 22:22:14 UTC (rev 1051) </span><span class="lines">@@ -1165,7 +1165,7 @@ </span><span class="cx"> img_list.add( Wx::ArtProvider::get_bitmap( Wx::ART_NORMAL_FILE, </span><span class="cx"> Wx::ART_OTHER, </span><span class="cx"> Wx::Size.new(16, 16) ) ) </span><del>- tree...
2007 Aug 06
3
base64 image
Hi all, is there any way to load a base64 converted image using classes such as Image or Bitmap? Thank you, fabio. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users