search for: listbook

Displaying 20 results from an estimated 28 matches for "listbook".

Did you mean: gitbook
2005 Aug 19
9
Patch for listbook.rb
Attached is a patch file for listbook.rb 1) Message box scrolls properly now 2) Blank lines are skipped when adding pizzas and ice cream _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 06
12
Patch to wxWindow.h
This patch fixes background color problems (at least on Windows). It uses the dreaded ''FIXME'' My plan for next weekend is to try building wxPython from the source to see how they manage to achieve several things with SWIG that we''re not (yet) able to. If I''m successful it might lead to wrapping a significant portion of wxWidgets more correctly than
2007 Apr 29
0
[987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash
...: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>[987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>987</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date<...
2005 Aug 25
2
listbook.rb patch
Hopefully a good listbook.rb patch _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 May 13
2
NotebookSizer? / Resizing a listbook
There seems to be a NotebookSizer in C++ wxWidgets, is it in wxRuby or is it going to be? Not a lot of info to be found about that one. I''ve been trying to apply sizers to a Listbook but nothing goes at it should be. Nothing is visible until I resize the top frame a little and in best case I can get either horizontal grow but not simultaneous vertical grow. Would anyone mind showing me how am I supposed to use sizers so that the listbook resizes and the panels in a listbook to...
2005 Aug 29
3
added Choicebook
Here are the new files in a zip and the patches to existing. Also added Listbook values to parents.rb that I forgot when adding that. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 16
9
Patch and files to add Listbook
I added the Listbook class (basically the same as the Notebook class with some name changes). I also took the time to write a sample that uses it. The sample interface uses XRC and is slightly more advanced than the current XRC sample. Sean _______________________________________________ wxruby-users mailing l...
2007 Mar 06
0
[ wxruby-Bugs-9091 ] Listbook sample is broken on Linux
...pened at 2007-03-06 14:24 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=9091&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Listbook sample is broken on Linux Initial Comment: For some reason the ListBook sample (samples/listbook.rb) doesn''t display at all on Linux. No error message is thrown. There is also a message about invalid entry in mailcap, but I think this is unrelated because the basic xrc sample works corre...
2005 Aug 19
6
Listbook patch
Small patch to correct spelling of lemonade. Should ask Sean if he really wanted it to be lemonaid. If not, here''s the patch. On another note... This sample works! Kudos. It is odd that the textbox doesn''t scroll. I suppose I may patch that, too. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org
2007 Mar 17
2
newbie: listbook sample on fedora5
opens a basic frame (empty) with following errors (wxruby:17165): Gtk-WARNING **: Attempting to add a widget with type GtkPizza to a GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a time; it already contains a widget of type GtkPizza (wxruby:17165): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)'' failed (wxruby:17165):
2006 Aug 21
1
Patch for listbook sample
I made it use ID_EXIT so it follows my previous suggestion to use this predefined constant. Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 10
3
update on samples
...bly should add textctrls to this one. - dialogs.rb Problems with DC - seems to cause ObjectPreviouslyDeleted error in an on_paint handler. I have worked round this. MDI, ColourDialog crashes on OS X. - system_settings.rb OK (thanks to Sean''s fix for get_text_extent) - images.rb OK - listbook.rb OK, except breaks if not run from own directory. - mdi.rb MDI doesn''t work on OS X? - minimal.rb OK - have tidied up and commented a bit more, commit pending - text/textctrl.rb Ok - text/unicode.rb OK - except the signature of Choice.new() has changed to become more strict - the op...
2005 Aug 21
2
Latest tarball doesn''t compile
1) SetScrollRange and SetScroll page in wxWindow.h is apparently only defined for ''microwindows''. No idea what that is but it''s not Windows. I replaced the #if !__WXGTK__ with #if __WXMICROWIN__ See patched wxWindow.h file. 2) wxIcon does not (on windows at least) descend from wxBitmap. I don''t have the gtk or mac headers to compare against.
2005 Aug 25
0
Update
Not much new to report. I have been away for a few days. I will spend part of the weekend going over the samples that are broken so we can get back beyond the level of functionality we had before the big reworking. As it sits right now, on Windows the Caret, images, Listbook, Minimal, Nothing, MDI and XRC samples work just fine. I will have to redo my patch for listbook with the forward slashes and resubmit it. I will likely patch the MDI sample if I can remember. It has two Window menus, which is about one too many. Hopefully I can get the other samples workin...
2007 Sep 12
1
XRC Tool
...ten event handling code) inherit from these auto-generated files. I''ll probably tidy up and add to wxSugar. - Suggestions welcome... - Not sure what to do about non-subclass Dialogs/MenuBars/ToolBars etc. - Not sure if it deals with all varieties of XRC - I''ve only tried it on listbook.xrc from the wxRuby samples - testing welcome cheers alex -------------- next part -------------- A non-text attachment was scrubbed... Name: xrc-tool.rb Type: application/x-ruby Size: 3002 bytes Desc: not available Url : http://rubyforge.org/pipermail/wxruby-development/attachments/20070912/d5ab6...
2007 Apr 28
6
XRC Problem
Hello All, I''ve looked back through the wxruby-users archive, and found someone else was having the same problem when it comes to Accessing XRC and getting a GTK Error about GtkPizza. I don''t know what the problem is, as what I''m using, is wxGlade to develop my user interface, and it creates all the controls in what looks like it should be fine, but it''s
2007 May 21
13
First drop of new memory management
Hi Just a quick update on memory leaks etc. I''ve just dropped a bunch of patches with a new approach to linking ruby''s GC to Wx''s memory handling. Still some work to do - eg bigdemo.rb falls over quite quickly - but working well for me on other samples. Briefly, it disposes of fixdeleting. For almost all objects that aren''t Windows, they should now be
2007 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...dialog.html has no methods warning: grid.html has no methods warning: gridsizer.html has no methods warning: htmlwindow.html has no methods warning: individuallayoutconstraint.html has no metho warning: internationalization.html has no methods warning: layoutconstraints.html has no methods warning: listbook.html has no methods warning: log.html has no methods warning: mediaevent.html has no methods warning: metafiledc.html has no methods warning: mimetypesmanager.html has no methods warning: penlist.html has no methods warning: simplehelpprovider.html has no methods warning: sizerflags.html has no met...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...inkInfo.o obj/HtmlWidgetCell.o obj/HtmlWindow.o obj/HyperlinkCtrl.o obj/HyperlinkEvent.o obj/Icon.o obj/IconBundle.o obj/IconizeEvent.o obj/IdleEvent.o obj/Image.o obj/ImageList.o obj/KeyEvent.o obj/LayoutAlgorithm.o obj/ListBox.o obj/ListCtrl.o obj/ListEvent.o obj/ListItem.o obj/ListItemAttr.o obj/Listbook.o obj/ListbookEvent.o obj/Locale.o obj/Log.o obj/LogTextCtrl.o obj/MDIChildFrame.o obj/MDIParentFrame.o obj/Mask.o obj/MediaCtrl.o obj/MediaEvent.o obj/MemoryDC.o obj/Menu.o obj/MenuBar.o obj/MenuEvent.o obj/MenuItem.o obj/MessageDialog.o obj/MiniFrame.o obj/MouseEvent.o obj/MoveEvent.o obj/MultiCh...
2007 Jun 23
0
[1061] trunk/wxruby2/swig/classes/EvtHandler.i: Remove a lot of no longer needed includes from EvtHandler.i
...;span class="cx"> </span><span class="cx"> %include "../common.i" </span><span class="cx"> </span><del>-%{ -#include <wx/calctrl.h> -#include <wx/choicebk.h> -#include <wx/fdrepdlg.h> -#include <wx/listbook.h> -#include <wx/notebook.h> -#include <wx/grid.h> -#include <wx/spinbutt.h> -#include <wx/treectrl.h> -#include <wx/splitter.h> -#include <wx/listctrl.h> -#include <wx/sashwin.h> -#include <wx/wizard.h> -#include <wx/aui/aui.h> -#ifdef WXSCI...