search for: bitmapbutton

Displaying 20 results from an estimated 21 matches for "bitmapbutton".

2007 Mar 18
0
[893] branches/wxruby2/wxwidgets_282: New hover bitmap methods in 2.6 -> 2.8 API
...> <dd>2007-03-18 05:36:20 -0400 (Sun, 18 Mar 2007)</dd> </dl> <h3>Log Message</h3> <pre>New hover bitmap methods in 2.6 -> 2.8 API</pre> <h3>Modified Paths</h3> <ul> <li><a href="#brancheswxruby2wxwidgets_282doctextilebitmapbuttontxtl">branches/wxruby2/wxwidgets_282/doc/textile/bitmapbutton.txtl</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxBitmapButtonh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxBitmapButton.h</a></li> </ul> &l...
2006 Nov 21
0
[ wxruby-Bugs-6808 ] Double-free segfault on closing app when BitmapButton has been used
...ng: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6808&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 2 Submitted By: Alex Fenton (brokentoy) Assigned to: Kevin Smith (qualitycode) Summary: Double-free segfault on closing app when BitmapButton has been used Initial Comment: If an application has used the BitmapButton class it might segfault instead of exiting cleanly. This can be demonstrated by starting the bigdemo, opening the ''Core Controls/wxBitmapButton'' demo, then shutting the application. It appears to be becau...
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
...) # Returns nil Attempting to get the gauge by name has the same result: gauge = Wx::Window.find_window_by_name("test_gauge", self) # Returns nil I''m successfully retrieving StaticText, TextCtrl, and Button controls, but the Gauge has been really giving me grief. The BitmapButton control exhibits the same behavior. Is this a known issue with wxWidgets and/or wxRuby, or is it a problem with my installation? Any ideas? Thanks much, Marshall
2006 Mar 26
3
Updating tools
Hello all. I decided to see how things were progressing and have updated my Swig to 1.3.29 and my wxWindows to 2.6.3. I''ll try rebuilding everything as soon as I''m done compiling wx 2.6.3. Then I hope to have some time to read up on the new ruby stuff in Swig to see if we can close the last few holes. Roy
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27. When running rake here''s the error I get: src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no
2006 Dec 13
1
0.0.38 tag and release
...t''s currently available. From the lists I''m sensing a buzz of interest again about wxruby, so worth building on that. I''m wondering if we should add a TODO in the annoucement? My thoughts for 0.0.39 are: - fix the memory crashers with Bitmap and classes that use it (BitmapButton, ImageList, Icon etc). After some work on Weft I''m wondering if these are responsible for a good chunk of problems. Unfortunately I don''t think the solution is as simple as just using DISOWN - but I''d be interested to hear what you think. I''m planning to try...
2006 Nov 29
5
wxSugar control problem
I''m using wx_sugar 0.1.2 with wxruby2-preview 0.0.37 on OSX and am coming up with an error when trying to create a SpinCtrl (and quite a few others have exactly the same prob.): #file date_picker.rb class DatePicker < Wx::Dialog def initialize super(nil, :title => "Pick a date...") @cal = Wx::CalendarCtrl.new(self) add(@cal) #works fine up to
2006 Sep 14
2
wxBitmapButton.rbw
Here is a sample for BitmapButtons. I realize we have one in the Button sample but I''m just bringing us closer to the python demo. The patch for bigdemo.rb includes the previous patch, too. Sorry ''bout that. :) _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...ynamic -shared obj/AboutDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/CheckListBox.o obj/ChildFocusEvent.o obj/Choice.o obj/Choicebook.o obj/Choiceb...
2007 May 07
0
[1017] trunk/wxruby2/Changelog: Update changelog with 0.0.40 changes
...L) +- Some tweaks to the grid and wizard smaples (SL) +- Fix Stock Object initialization in App.i for 2.8 (AF) +- Added DISOWN typemap to fix Caret crash on exit (AF) +- Added DISOWN typemap to fix GriDCellRenderer-related crash (AF) +- Fix Window#GetChildren method for 2.8 (AF) +- 2.8 API: Window, BitmapButton, Bitmap, AcceleratorTable +- Fix crash on exit in fixdeleting.rb (Artur Kuptel) +- Prevent SWIG generating wrappers for ClientData methods (Artur Kuptel) +- Deleting fix for specific Director classes (Artur Kuptel) +- 2.8 Compile fixes for Win32 (Artur Kuptel) +- 2.8 Compile fixes for OS X (AF) +-...
2004 Apr 23
11
Building wxruby-swig for Mac
0.0.5 sure gets the Mac build a lot further. There''s a bug in the wxMac-2.4.2 distribution that I''m running into: wx-config wants to invoke a program in the source directory at link time. That''s ugly in itself, but it tries to use a variable ${top_srcdir} to accomplish this, and it''s apparently empty. It tries to invoke
2006 Dec 03
0
[776] trunk/wxruby2: Added Bitmap#draw method, updated sample
...ns>+ bitmap.draw do | dc | + dc.clear() + dc.set_pen(GREEN_PEN) + dc.draw_ellipse(5, 5, 90, 90) + dc.draw_text("Bitmap", 30, 40) + end </ins><span class="cx"> </span><span class="cx"> BitmapButton.new(panel, ID_BITMAP_BTN, bitmap, Point.new(100, 20)) </span><span class="cx"> </span></span></pre> </div> </div> </body> </html>
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...tDialogInfo.o obj/AcceleratorEntry.o obj/AcceleratorTable.o obj/ActivateEvent.o obj/Animation.o obj/AnimationCtrl.o obj/App.o obj/ArtProvider.o obj/AuiDefaultDockArt.o obj/AuiDockArt.o obj/AuiManager.o obj/AuiManagerEvent.o obj/AuiNotebook.o obj/AuiNotebookEvent.o obj/AuiPaneInfo.o obj/Bitmap.o obj/BitmapButton.o obj/BitmapComboBox.o obj/BitmapDataObject.o obj/BookCtrlBase.o obj/BookCtrlBaseEvent.o obj/BoxSizer.o obj/Brush.o obj/BusyInfo.o obj/Button.o obj/CalculateLayoutEvent.o obj/CalendarCtrl.o obj/CalendarDateAttr.o obj/CalendarEvent.o obj/Caret.o obj/CheckBox.o obj/CheckListBox.o obj/ChildFocusEvent....
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...#39;'button'' </ins><span class="cx"> end </span><span class="cx"> </span><span class="cx"> # Push button control, displaying a bitmap </span><span class="cx"> WxSugar.define_keyword_ctors(''BitmapButton'') do </span><span class="cx"> wx_ctor_params :bitmap, :pos, :size, :style => Wx::BU_AUTODRAW </span><ins>+ wx_ctor_params :validator, :name => ''button'' </ins><span class="cx"> end </span><span class...
2007 May 10
11
wxRuby2 0.0.40
Congratulations, wxRuby2 0.0.40 but,where is 0.0.40 mswin32.gem? _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2004 Apr 29
10
wxruby-swig 0.0.12 is up
This one includes the latest App.cpp which includes the Mac fix from Nick. I thought it was in 0.0.11, but it wasn''t. It also adds support for "stock objects", like colours, pens, and fonts. This turned out to be quite challenging, but I''m happy with the solution. It only took a few days :-/ Kevin
2007 May 01
12
Bitmap memory leaks (Bug 251)?
I see that this problem was noted a while ago (http://rubyforge.org/ tracker/index.php?func=detail&aid=251&group_id=35&atid=218) but it seems not to have received much attention. Any chance that it will be looked at anytime soon? So far, I prefer wxRuby to Ruby/Tk because of that closer coupling with the native window manager. However, the memory leak is just murdering me.
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...top </span><span class="cx"> </span><ins>+h2(#controls). Controls + +These are small windows or widgets which provide allow for various types +of user input and interaction. + +|Control|The base class for controls| +|Button|Push button control, displaying text| +|BitmapButton|Push button control, displaying a bitmap| +|ToggleButton|A button which stays pressed when clicked by user.| +|CalendarCtrl|Control showing an entire calendar month| +|CheckBox|Checkbox control| +|CheckListBox|A listbox with a checkbox to the left of each item| +|Choice|Choice control (a combobox w...
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/