search for: splitterwindow

Displaying 20 results from an estimated 23 matches for "splitterwindow".

2007 Apr 11
0
[948] branches/wxruby2/wxwidgets_282/doc/textile/splitterwindow.txtl: Change initialize method to init to match change made to wxWidgets API for Ruby compatibility.
...x 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>[948] branches/wxruby2/wxwidgets_282/doc/textile/splitterwindow.txtl: Change initialize method to init to match change made to wxWidgets API for Ruby compatibility.</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>948</dd> <dt>Author</dt> <dd>seanlong</dd> &...
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of the wxPython demo/sample. I hoped to include it in wxruby2, but it relies on SplitterWindow, which isn''t in wxruby2 yet. I tried to implement SplitterWindow myself, but got such strange results that I''m thinking I did something wrong. Even though the generated C++ code specified a variable number of arguments to the constructor, Ruby would always insist that it neede...
2009 Mar 22
0
Documentation for SplitterWindow is slightly wrong
Hi Alex, the documentation mentions SplitterWindow#get_window_1 but SplitterWindow actually implements this method as "get_window1". Same applies for get_window_2. Cheers, Christian. -- Posted via http://www.ruby-forum.com/.
2005 Sep 17
1
SplitterWindow patch
Here''s a patch for wxSplitterWindow.h that adds in some missing functions Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Nov 18
17
Wx::Grid Questions ...
I am trying to use a grid widget in my application, but run into a number of issues: -- Can they be placed in a panel? Or better yet, placed in sizer with other controls? I have only been able to place a grid inside a frame. -- Can you designate multiple rows (or columns) as being used for labels? -- Can you create cells that span cols (or rows)? -- What events are available to trigger on? How
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
...wxruby2-preview (0.0.36) windows, the colours seem to be ignored, i.e. no matter what you change it to, its always blue on grey. - on wxruby2-preview (0.0.37) OS X, the background does change but not the foreground - is this an OS restriction? i.e. is the bar always blue in OS X? (2) expanding SplitterWindow''s content in wx-sugar Basically, I need a SplitterWindow with a ListBox and a TextCtrl, the following snippet creates just that, but the contained controls do not expand to fit the splitter''s panels (they just appear small). I''ve tried setting the minsize and proporti...
2003 Nov 03
1
Something like gtk2''s HSeparator or VSeparator?
Hi! I''m searching for a draggable separator. Is there anything? Splitterwindow? This is just for two windows? Anyway, it needs two WINDOWS. thx Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom...
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat
2007 Nov 13
3
SashWindowLayout design
Hello! I want a SashWindowLayout with 3 small panels (below each other) on the left side and the big remaining area to the right. All walls movable. The approach that I''ve used to get kind of the effect I wanted was to first add the right-side area (right-aligned), then add 2 other top-aligned panels. Which leaves the remaining area to the panel at the bottom left. I got a problem
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
2007 May 28
8
sash position problem
Hi, I''ve written a small app implementing SplitterWindow and have a problem with specifying the sash position on Windows. At the moment, I call split_vertically and pass it a positive integer for position. This works as expected on FreeBSD and Linux (Ubuntu and Debian), but seems to have no effect on Windows. Is there something particular I need to be...
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...1) at eval.c:6142 #46 0xb770c32f in SwigDirector_wxFrame::ProcessEvent (this=0x8215fa8, event=@0xbf81cfa0) at src/Frame.cpp:3408 #47 0xb7aa93a7 in wxWindowBase::TryParent () from lib/wxruby2.so #48 0xb7b5c3b9 in wxEvtHandler::ProcessEvent () from lib/wxruby2.so #49 0xb7866fd3 in SwigDirector_wxSplitterWindow::ProcessEvent ( this=0x8348ee8, event=@0xbf81cfa0) at src/SplitterWindow.cpp:2840 #50 0xb76ed5be in _wrap_wxEvtHandler_ProcessEvent (argc=1, argv=0xbf81ce70, self=3063311500) at src/EvtHandler.cpp:2940 #51 0x08055146 in call_cfunc ( func=0xb76ed500 <_wrap_wxEvtHandler_ProcessEvent&g...
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
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Event.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SystemSettings.o obj/TaskBarIcon.o obj/TextAttr.o obj/TextCtrl.o obj/TextDataObject.o obj/TextDropTarget.o obj/TextEn...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2006 Aug 01
4
SashWindows
Hi Please find attached a set of patches to implement Sash Layouts plus a little sample. These are resizable panes that can be used to create an IDE-like application, with sidebars etc. They''re quite a lot more powerful than SplitterWindow, for example you can split an MDI client window, and you can have lots of them. Not quite as nice as wxAUI (Advanced User Interface) - a project for later ;) cheers alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyfor...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...jects (AF) +- Use 2.8 API for loading zipped archives (AF) +- 2.8 API : UpdateUIEvent, TreeEvent, Event (AF) +- 2.8 API for GenericDirCtrl, fix TreeItemId mapping (AF) +- 2.8 API : Image, Icon, Grid, Gauge, +- Change over all classes in 2.8 that now use is_ok rather than ok, samples (AF) +- Rename SplitterWindow#initialize to #init for consistency (SL) +- Cure a segfault on exit related to GC''ing of Wx::App (AF) +- Correct ListBox#get_selections signature in docs (AF) +- Disambiguate TreeCtrl#insert_item_before, add to docs (SL) +- Fix bugs in treectrl sample (SL) +- 2.8 API: DC, Dialog, DirDialog...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...o validator.o window.o icon.o artprovider.o > log.o listctrl.o list.o panel.o scrolledwindow.o dc.o brush.o > pen.o caret.o > statusbar.o ownerdrawn.o config.o region.o cursor.o notebook.o tooltip.o > mask.o socket.o url.o stream.o toolbar.o image.o palette.o treectrl.o > classinfo.o splitterwindow.o methods.o staticbitmap.o control.o > togglebutton.o grid.o menuitem.o textattr.o -ldl -lcrypt -lm -lc > > > I /usr/i486-suse-linux/bin/ld: wxruby.so: undefined versioned symbol name > wxBitmapButtonBase::OnSetBitmap(void)@@WXGTK2_2.4 > /usr/i486-suse-linux/bin/ld: failed to se...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...Event.o obj/ScrollWinEvent.o obj/ScrolledWindow.o obj/SearchCtrl.o obj/SetCursorEvent.o obj/ShowEvent.o obj/SingleChoiceDialog.o obj/Size.o obj/SizeEvent.o obj/Sizer.o obj/SizerItem.o obj/Slider.o obj/Sound.o obj/SpinButton.o obj/SpinCtrl.o obj/SpinEvent.o obj/SplashScreen.o obj/SplitterEvent.o obj/SplitterWindow.o obj/StandardPaths.o obj/StaticBitmap.o obj/StaticBox.o obj/StaticBoxSizer.o obj/StaticLine.o obj/StaticText.o obj/StatusBar.o obj/StdDialogButtonSizer.o obj/StyledTextCtrl.o obj/StyledTextEvent.o obj/SymbolPickerDialog.o obj/SystemSettings.o obj/TaskBarIcon.o obj/TextAttr.o obj/TextCtrl.o obj/Tex...
2004 Jan 08
3
pictorG
...r # Toolbar toolBar = create_tool_bar TB_HORIZONTAL&TB_FLAT&TB_TEXT, ID_TOOLBAR toolBar.add_tool ID_ABOUT, "Help", Bitmap.new("bitmaps/help.xpm"), "Get help" toolBar.realize() ToolTip.enable true # Frame (splitter inside) splitter=SplitterWindow.new(self,-1) # Categories @cat=Categories.new(splitter) @cat.evt_tree_item_activated(@cat.get_id) { |e| self.show_pics() #if e.get_item == @cat.root } @pic=Pictures.new(splitter) splitter.split_vertically @cat,@pic,150 #set_auto_layout(TRUE) # Statusbar...