Displaying 20 results from an estimated 30000 matches similar to: "Bigdemo problem"
2006 Apr 23
2
Bigdemo Menu Demo
Does anyone know how the wxMenu.rbw files was going to be competed? I
believe we have the code now to finish it off but I don''t want to guess
what the demo writer had in mind (though I think it''s obvious).
Specifically, it''s the code that adds and removes menu items.
I''ve made some progress on other fronts:
o Test case for object tracking
o Object
2006 Sep 29
7
new crasher on bigdemo
Hi
Seems that the last round of commits makes bigdemo crash fairly quickly.
Guessing it''s something to do with either the Window or fixmodule change.
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00034fbc in rb_obj_is_kind_of (obj=3825080, c=1839676) at object.c:523
523 object.c: No such file or directory.
Any hints?
alex
2006 Nov 12
0
[729] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix some little bugs with the About dialog
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2005 Sep 04
3
bigdemo patches
Patches:
1) Sizer.rbw: Selects first item after creating the list
2) wxCalendarCtrl.rbw: Uses ruby DateTime now
3) wxButton.rbw: There is no function ''set_tool_tip_string''. Changed
to set_tool_tip
4) wxCheckBox.rbw: Missing quote on require. cID was too big, caused
assert failure
5) wxCheckListBox.rbw: Missing argument to StaticText.new added (I
don''t
2007 Nov 16
0
[ wxruby-Bugs-15666 ] bigdemo crashes after using the arrow keys to select the widgets
Bugs item #15666, was opened at 2007-11-15 21:28
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=15666&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Brian Takita (btakita)
Assigned to: Nobody (None)
Summary: bigdemo crashes after using the arrow keys to select the widgets
Initial
2008 Feb 06
0
[ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
Bugs item #17827, was opened at 2008-02-06 11:50
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=17827&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: Crash when closing Dialog in bigdemo.rb
Initial Comment:
Segfault
2006 Nov 13
0
[738] trunk/wxruby2/Changelog: bigdemo fix, fix tarball & gem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Aug 01
0
[ wxruby-Bugs-12748 ] ObjectPreviouslyDeleted error when exiting bigdemo
Bugs item #12748, was opened at 2007-08-01 17:32
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=12748&group_id=35
Category: Incorrect behavior
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: ObjectPreviouslyDeleted error when exiting bigdemo
Initial Comment:
2006 Sep 22
1
Patch to bigdemo.rb
This patch changes the overview panel to wrap text to fit the window.
Much nicer to look at.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 11
1
Patches for bigdemo
Included are three patches to make the mdi demo work properly:
main.rbw: Call init_all_image_handlers (Is there any reason we
shouldn''t just do this for people? Why make them call this? Is there a
downside to initializing image handlers?)
wxScrolledWindow.rbw: Uncommented call to draw_spline
wxDC.h: Added another prototype of draw_spline so draw_spline will work
in the demo
2005 Sep 02
2
About.rbw.patch
This patch file allows the About menu item in the bigdemo sample to work.
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Nov 13
0
[734] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Remove debug output line I forgot to remove before I did a commit.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Jan 22
0
[850] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix crasher when selecting first-level category in tree
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 03
0
[777] trunk/wxruby2/samples/bigdemo/bigdemo.rb: Fix demo truncation; remove some python-specific commented-out classes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Oct 02
0
[ wxruby-Patches-14375 ] bigdemo/wxScrolledWindow - paint bug with scrolled window
Patches item #14375, was opened at 2007-10-02 13:12
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=220&aid=14375&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Christopher Bludau (count_cb)
Assigned to: Nobody (None)
Summary: bigdemo/wxScrolledWindow - paint bug with scrolled window
Initial Comment:
I found
2006 Oct 14
3
Samples
Updated all the sample files to add the shebang line and the require
code we discussed.
I also added the wxRuby copyright notice to all the samples I know I
added (I may have missed some).
Next, how about we rename all the .rbw files to .rb and update bigdemo?
Roy
2006 Sep 15
1
wxGenericDirCtrl
wxGenericDirCtrl.rbw and bigdemo.rb.patch file.
Note that we still have the extension .rbw on all the samples. Maybe we
should mass-migrate them to .rb (and fix bigdemo.rb)?
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 25
1
wxCheckListBox.rbw patch file
This fixes truncated text on the CheckListBox sample in bigdemo.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 15
4
TaskBarIcon
Attached are some patches to implement the TaskBarIcon. Let me know how
this works on Linux and OS X. You may want to ''svn update'' first and
get the new version of ruby.png since I fixed the transparent background.
Roy
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bigdemo.rb.patch
Url: