search for: findreplacedata

Displaying 7 results from an estimated 7 matches for "findreplacedata".

2006 Nov 22
0
[ wxruby-Bugs-6825 ] Missing typedef for Wx::FindReplaceData constructor
...9 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=6825&group_id=35 Category: Incorrect behavior Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Kevin Smith (qualitycode) Summary: Missing typedef for Wx::FindReplaceData constructor Initial Comment: Wx::FindReplaceData.new() should optionally accept an integer flag to control the style of the dialog (eg whether it has a ''replace'' input) However, if any flag is put in there, it crashes with in method ''wxFindReplaceData'', argume...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...ol.o obj/ControlWithItems.o obj/Cursor.o obj/DC.o obj/DataObject.o obj/DataObjectSimple.o obj/Dialog.o obj/DirDialog.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/G...
2006 Nov 26
0
[759] trunk/wxruby2/Changelog: Roy & Alex''s recent fixes and additions
...Alex Fenton) +- Nicer to_s output, esp for Colour, Point, Rect, Size (Alex Fenton) +- Restored client data stuff in samples(Roy Sutton) +- Re-enable ListBox methods that accept new client data (Roy Sutton) +- Added typemap to fix ListBox.get_selections (Roy Sutton) +- Added wxUInt32 typedef, fixing FindReplaceData.new(a_flag) (Roy Sutton) +- Give more info on failed assertions but don''t raise exception (Alex Fenton) +- Corrected some typemapped method signatures in documentation (Alex Fenton) </ins><span class="cx"> - Un-disabled evt_toolbar on Linux and OS X (Alex Fenton) <...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...jectComposite.o obj/DataObjectSimple.o obj/DateEvent.o obj/DatePickerCtrl.o obj/Dialog.o obj/DirDialog.o obj/Display.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMat...
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
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...s>+ @dialog = nil </ins><span class="cx"> </span><del>- @m_dlgFind = nil - @m_dlgReplace = nil </del><ins>+ @dlg_find = nil + @dlg_replace = nil </ins><span class="cx"> </span><del>- @m_findData = FindReplaceData.new </del><ins>+ @find_data = FindReplaceData.new </ins><span class="cx"> </span><del>- @s_extDef = "" - @s_index = -1 </del><ins>+ @ext_def = "" + @index = -1 </ins><span class="cx">...
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/