search for: scrolledwindow

Displaying 20 results from an estimated 27 matches for "scrolledwindow".

2006 Oct 19
0
[ wxruby-Bugs-6234 ] ScrolledWindow very messed up on Windows
...ned at 2006-10-19 12:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6234&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 5 Submitted By: Alex Fenton (brokentoy) Assigned to: Roy Sutton (roys) Summary: ScrolledWindow very messed up on Windows Initial Comment: The ScrolledWindow example within bigdemo starts creating artifacts all over the screen outside the window area. It actually rendered my whole desktop unusable with the CPU whistling, and had to restart using the power button. Erk! -------------------...
2006 Sep 26
2
ScrolledWindow.i.patch
Fixes up some methods used in the scrolled window. [For giggles, try putting a GC.disable into wxScrolledWindow.rbw and try the sample. With my current build on Windows, it''s very ugly what happens after a certain point.] _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2009 Aug 28
2
TreeCtrl Scrolling
I have been playing around with the wxRuby TreeCtrl for a couple of weeks now and I can''t figure out how to get the scrolling to work. I believe it has scrolling built in but I can''t get the to show up. I can place the TreeCtrl in a ScrolledWindow and scroll around over the tree but that breaks TreeItem visibility checks because the TreeCtrl doesn''t know about it''s parent. When using the TreeCtrl in the Scrolled window the scroll bars work properly when I set the ScrolledWindow virtual size to the treectrl client size. But...
2007 Apr 26
2
mouse event handling
Hi all, I have difficulty understanding WxRuby / WxWidgets event handling, hoping someone here can lend us some light. Im writing a simple gui app where I need to receive mouse click events from the shapes drawn on a canvas (a simple object inheriting from ScrolledWindow, as seen in many examples). Shapes arent buttons so I think I''ll need to be checking the coordinates to be able to work out what''s been clicked exactly, but please correct me if Im wrong. So I went and wrote a little prototype and it seems to me that the only widget capable of re...
2004 Apr 20
4
wxRuby 0.3.0 has been released!
wxRuby 0.3.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 Panther and MS Windows. Hopefully, within a couple weeks I will release RubyGems for the source, and RubyGem binaries for Mac, Windows, and Linux. Please report any bugs or feature requests here:
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure
2006 Dec 13
1
0.0.38 tag and release
...y with ruby''s GC - Add Scintilla for Linux - Roy, sorry, this patch just dropped off my screen. It''s compiling fine but just not appearing in bigdemo. Hopefully something simple. - Have another go at DataObject using a C++ subclass... - Try and nail some of the platform bugs (ScrolledWindow on MSW, KeyEvent on OS X etc) We seem to be in the sweet position of having very few GUI wx classes left to port. Apart from Clipboard the ones that are left seem mostly (for implementation reasons - eg DatePickerCtrl) to be more trouble than they are worth right now, and less impt than gettin...
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 Feb 12
0
[861] trunk/wxruby2/doc/textile/grid.txtl: Added missing methods listing section
...-compatible -but there are some exceptions. There are also easier ways of doing many things compared to -the previous implementation. - </del><span class="cx"> h2. Derived from </span><span class="cx"> </span><span class="cx"> "ScrolledWindow":scrolledwindow.html </span><span class="lines">@@ -70,48 +63,189 @@ </span><span class="cx"> </span><span class="cx"> "Grid overview":gridoverview.html </span><span class="cx"> </span>&lt...
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
2004 Oct 21
0
Re: wxRuby: How to add a scrollbar to a Wx::Notebook tab
...N_LEFT ) > } > notebook.add_page( panel, "Tab No #{idx + 1}" ) > } > end > > end > > if __FILE__ == $0 > TabScroller.new.main_loop() > end > > --- code end --- > > These are my questions: > How would I introduce a Wx::ScrolledWindow (if that''s what is needed) > into this to add a scrollbar to each tab (so the user can use the scroll > bar to reach all the widgets)? > > How can I make the Wx::TextCrtl fill the available space to the right? > > Any help would be greatly appreciated. > > Happy rub...
2004 Dec 09
6
Scrolling to the bottom of a Grid
Hi, Thanks to the newly added event handlers for Wx::Grid in the 0.6.0 release, I can now provide a much slicker intreface to my "data widgets" which heavily rely on that control. However, I haven''t quite figured out how to programmatically scroll to the last row of a populated grid (actually, the first empty row). So say that I have a grid with 200 rows only 20 of which
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...PrintPreview.o obj/Printer.o obj/Printout.o obj/ProgressDialog.o obj/QueryLayoutInfoEvent.o obj/RadioBox.o obj/RadioButton.o obj/Rect.o obj/Region.o obj/RendererNative.o obj/SashEvent.o obj/SashLayoutWindow.o obj/SashWindow.o obj/ScreenDC.o obj/ScrollBar.o obj/ScrollEvent.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/StaticB...
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
2007 Jun 22
0
[1059] trunk/wxruby2/doc/textile/toolbar.txtl: Update ToolBar documentation to reflect recent changes in API
...n class="cx"> * *ToolBarGTK* The GTK toolbar. </span><span class="cx"> </span><span class="cx"> </span><del>-Note that the base class *ToolBarBase* defines -automatic scrolling management functionality which is similar -to "ScrolledWindow":scrolledwindow.html, so please refer to this class also. - </del><span class="cx"> h2. Derived from </span><span class="cx"> </span><span class="cx"> ToolBarBase </span><span class="lines">@@ -28,7 +24,7...
2006 Oct 23
0
[709] trunk/wxruby2/samples/dialogs/dialogs.rb: Use paint method again, remove unnecessary global (Alex Fenton)
...C (rev 708) +++ trunk/wxruby2/samples/dialogs/dialogs.rb&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-10-23 00:08:01 UTC (rev 709) </span><span class="lines">@@ -130,21 +130,15 @@ </span><span class="cx"> class MyCanvas < ScrolledWindow </span><span class="cx"> def initialize(parent) </span><span class="cx"> super(parent,-1,DEFAULT_POSITION,DEFAULT_SIZE, NO_FULL_REPAINT_ON_RESIZE) </span><del>- text = Wx::StaticText.new(self, -1, - '...
2008 Nov 01
13
wxRuby 1.9.9 released
...== CHANGES == This recommended upgrade includes a substantial number of new GUI features, as well as fixing a number of bugs: * Added the RichText framework, providing word-processor like editing of styled/formatted text and inline images * Added a number of other useful GUI classes, such as VScrolledWindow, VListBox and HtmlListBox * Added the StandardPaths and NavigationKeyEvent classes * Fixed a number of bugs and warnings * Binary builds for Windows and OS X are based on the latest stable wxWidgets, 2.8.9, so benefitting from upstream fixes It had been planned that 1.9.8 was the last release be...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
....o filedialog.o font.o > fontdata.o fontdialog.o frame.o gauge.o layout.o listbox.o menu.o > menubar.o > messagedialog.o point.o radio.o rect.o size.o sizer.o slider.o spin.o > statictext.o textctrl.o timer.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 texta...
2010 Jan 24
13
Where can I find a list of events for each widget?
I''ve searched the documentation like crazy but I can''t seem to find the events for each of the widgets. Any info on this would be greatly appreciated. -- Posted via http://www.ruby-forum.com/.
2007 Apr 28
0
[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft
...h 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>[977] branches/wxruby2/wxwidgets_282/swig/classes/include/wxScrolledWindow.h: Add missing DoPrepareDC method, remove comment cruft</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>977</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-04-2...