Displaying 3 results from an estimated 3 matches for "run_demo".
Did you mean:
run_daemon
2006 Aug 10
3
update on samples
Hi all
Have been taking a look at the samples to see what''s broken. Not looking
TOO bad overall, but a few problems we should try and tackle before alpha:
Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else
been working on these or can I go ahead?
One general issue is that many of the samples rely on being run from
their own directory, but don''t enforce
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 Jan 05
0
[832] trunk/wxruby2/samples: Fix samples for TreeItemIds as integers, fix image size in treectrl sample
...ss="cx"> item = event.get_item()
</span><del>- if item.is_ok
</del><ins>+ if item.nonzero?
</ins><span class="cx"> itemText = @tree.get_item_text(item)
</span><span class="cx"> run_demo(itemText)
</span><span class="cx"> end
</span></span></pre></div>
<a id="trunkwxruby2samplesbigdemowxTreeCtrlrbw"></a>
<div class="modfile"><h4>Modified: trunk/wxruby2/samples/bigdemo/wxTreeCtrl.rbw (8...