Displaying 9 results from an estimated 9 matches for "wxartprovider".
Did you mean:
artprovider
2007 May 04
0
[1006] trunk/wxruby2/samples/bigdemo/wxArtProvider.rbw: ok method name changed to is_ok
...c;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 Nov 16
0
[ wxruby-Bugs-15666 ] bigdemo crashes after using the arrow keys to select the widgets
...d to: Nobody (None)
Summary: bigdemo crashes after using the arrow keys to select the widgets
Initial Comment:
(wxruby:7774): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL'' failed
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:22: warning: already initialized constant ArtClients
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:72: warning: already initialized constant ArtIDs
/usr/local/lib/ruby/gems/1.8/gems/wxruby-1.9.2-i686-linux/samples/bigdemo/wxArtProvider.rbw:22: warni...
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 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...2/swig/classes/include/parents.rb</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxApph">branches/wxruby2/wxwidgets_282/swig/classes/include/wxApp.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxArtProviderh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxArtProvider.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxCheckListBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxCheckListBox.h</a></li>
<li>&...
2006 Apr 17
4
Quick status report
...have much time to work on it until next weekend :-(
Tonight''s frustration was with wxART_INFORMATION. It''s sort of a wxArtID
and sort of a wxString. I finally(!) got the generated C++ code to look
pretty good, but it segfaults deep within the wx code. So for now I plan
to disable wxArtProvider#get_icon and #get_bitmap, and comment those
calls out in the controls.rb sample.
One other quirk: In bigdemo, my splitter is stuck at the top of the
right pane. I think I saw this before (months ago), and can''t remember
what caused it. I think I found a solution back then. If anyone knows...
2007 Mar 19
0
[902] branches/wxruby2/wxwidgets_282/swig/classes/include/parents.rb: Parents for AUI GUI classes
...</span><span class="cx"> ''wxActivateEvent'' => ''wxEvent'',
</span><span class="cx"> ''wxApp'' => ''wxEvtHandler'',
</span><span class="cx"> ''wxArtProvider'' => ''wxObject'',
</span><ins>+ ''wxAuiManager'' => ''wxEvtHandler'',
+ ''wxAuiNotebook'' => ''wxControl'',
</ins><span class="cx"> ''wxAutomationObj...
2007 Jul 23
11
Memory problem with GridCell*Editor
Alex,
I was getting the following crashes when editing cells in a grid:
./init.rb:1072:in `main_loop'': undefined method `begin_edit'' for
"_p_wxEvent":String (NoMethodError)
from ./init.rb:1072
but only after the first App GC mark phase.
So I changed all the GridCell*Editor.i files from GC_MANAGE to
GC_MANAGE_AS_EVENT. Which stopped the crashing. My question
2007 Jan 06
0
[838] trunk/wxruby2/doc/textile/artprovider.txtl: Add methods listing; rubyify examples; distinguish class methods
...07-01-06 01:19:24 UTC (rev 837)
+++ trunk/wxruby2/doc/textile/artprovider.txtl        2007-01-06 22:55:14 UTC (rev 838)
</span><span class="lines">@@ -1,7 +1,7 @@
</span><span class="cx"> h1(#wxartprovider). Wx::ArtProvider
</span><span class="cx">
</span><del>-ArtProvider class is used to customize the look of Widgets application.
-When Widgets needs to display an icon or a bitmap (e.g. in the standard file
</del><ins>+The ArtProvider class is used to c...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...bsp  2007-03-22 22:00:00 UTC (rev 916)
</span><span class="lines">@@ -13,7 +13,9 @@
</span><span class="cx"> ''wxApp'' => ''wxEvtHandler'',
</span><span class="cx"> ''wxArtProvider'' => ''wxObject'',
</span><span class="cx"> ''wxAuiManager'' => ''wxEvtHandler'',
</span><ins>+ ''wxAuiManagerEvent'' => ''wxEvent'',
</ins><span class=...