search for: fontdialog

Displaying 17 results from an estimated 17 matches for "fontdialog".

2007 Feb 12
0
[860] trunk/wxruby2/doc/textile/fontdialog.txtl: Documentation for FontDialog was missing completely
...d #ccc;margin: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>[860] trunk/wxruby2/doc/textile/fontdialog.txtl: Documentation for FontDialog was missing completely</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>860</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-02...
2005 Sep 10
8
Tagged wxruby2 v0.0.29, plus added more directors
Since things seemed to be somewhat stable (that is, wxruby2 compiles and runs on all three platforms), I tagged what has been there for a couple days as v0_0_29. Nothing magic about it, but it had been a while since I had tagged. Then I worked on adding directors to the classes that don''t have them, in the hopes of avoiding more segfault crashes during garbage collection. I was able
2005 Dec 01
1
Can''t add text to FXCanvas
...@font = FXFont.new(app,"times",14) dumpFontDesc("Initial Font", at font.getFontDesc) # @font.setFont("courier,140") # Dialogs for later use colorDialog = FXColorDialog.new(self, "Color Dialog") # Create a font dialog for later use @fontDialog = FXFontDialog.new(self, "Axis Font Dialog") # Create a tooltip so we get tool tips for things in this window FXToolTip.new(self.getApp()) statusbar = FXStatusBar.new(self, LAYOUT_SIDE_BOTTOM|LAYOUT_FILL_X|STATUSBAR_WITH_DRAGCORNER) #BUTTONS @rightFrame = FXVert...
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 Jan 03
0
[ wxruby-Bugs-7549 ] missing ''methods'' section in some class documentation
...ethods warning: datetimeholidayauthority.html has no methods warning: datetimeworkdays.html has no methods warning: debugstreambuf.html has no methods warning: docchildframe.html has no methods warning: docmdichildframe.html has no methods warning: eventhandlingoverview.html has no methods warning: fontdialog.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: listbo...
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
...rDialog.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/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCellAttr.o ob...
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 Mar 09
0
[877] trunk/wxruby2/Changelog: Update with 0.0.39 changes; correct last version number
...n><span class="lines">@@ -1,3 +1,28 @@ </span><ins>+- Added grid sample (Alex Fenton) +- Fix GC-related segfaults related to GridCellAttr and GridCellEditor (Alex Fenton) +- Fix numerous crashes caused by regression from SWIG upgrade (Alex Fenton) +- Documentation for FontDialog (Alex Fenton) +- Test for suitable version (==2.6.3) of wxWidgets (Alex Fenton) +- Fix Window compile error (Roy Sutton) +- Added GridBagSizer and supporting classes (Alex Fenton) +- Update deprecated Ruby API calls to STR2CSTR (Alex Fenton) +- Fix various crashers in samples (Alex Fenton) +- Fix c...
2006 Oct 23
0
[709] trunk/wxruby2/samples/dialogs/dialogs.rb: Use paint method again, remove unnecessary global (Alex Fenton)
...($app.canvas_font) - data.set_colour($app.canvas_text_colour) </del><ins>+ data.set_initial_font(Wx::get_app.canvas_font) + data.set_colour(Wx::get_app.canvas_text_colour) </ins><span class="cx"> </span><span class="cx"> dialog = FontDialog.new(self, data) </span><span class="cx"> </span><span class="cx"> if dialog.show_modal() == ID_OK </span><span class="cx"> retData = dialog.get_font_data() </span><del>- # $app.canvas_font = retData.get_ch...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...Wl,--version-script,./version-script > -L"/usr/local/lib" -o wxruby.so wx.o app.o bitmap.o button.o calendar.o > checkbox.o choice.o colour.o colourdata.o colourdialog.o > combobox.o const.o > date.o dialog.o dirdialog.o event.o evthandler.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...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...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/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/GridCe...
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 26
0
[758] trunk/wxruby2: i18n support: added Locale class, methods for get/set languages & encodings
...e also </span><span class="cx"> </span><span class="cx"> "Font overview":fontoverview.html, "DC#set_font":dc.html#DC_setfont, "DC#draw_text":dc.html#DC_drawtext, "DC#get_text_extent":dc.html#DC_gettextextent, "FontDialog":fontdialog.html, "SystemSettings":systemsettings.html </span><span class="lines">@@ -156,9 +132,17 @@ </span><span class="cx"> </span><span class="cx"> h2. Methods </span><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/
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.
..."cx"> data.set_initial_font(Wx::get_app.canvas_font) </span><span class="cx"> data.set_colour(Wx::get_app.canvas_text_colour) </span><span class="lines">@@ -229,21 +228,21 @@ </span><span class="cx"> dialog = FontDialog.new(self, data) </span><span class="cx"> </span><span class="cx"> if dialog.show_modal() == ID_OK </span><del>- retData = dialog.get_font_data() - Wx::get_app.canvas_font = retData.get_chosen_font() - Wx::get_app.canvas_tex...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up