search for: printdialog

Displaying 8 results from an estimated 8 matches for "printdialog".

2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
....o obj/NotebookEvent.o obj/NotifyEvent.o obj/NumberEntryDialog.o obj/Object.o obj/PageSetupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o obj/PaintEvent.o obj/Panel.o obj/PasswordEntryDialog.o obj/Pen.o obj/Point.o obj/PreviewCanvas.o obj/PreviewControlBar.o obj/PreviewFrame.o obj/PrintData.o obj/PrintDialog.o obj/PrintDialogData.o obj/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/ScrollEven...
2004 Nov 24
3
[DEVEL] Defining Pure Virtual Functions
I am working on the Printer, PrintDialog, PrintDialogData, PrinterDC, etc... classes and I''m having a problem with Printout. In the wxWindows source, the file "prntbase.h" defines the class "wxPrintout". When wrapping this for wxRuby I am trying the call: cppResult = new wxPrintout( cppParm0 ); //where cpp...
2007 Mar 19
1
Delphi applications printing bug
...m using Wine 0.9.27 and Ubuntu 6.06. I've problems when printing from Delphi Apps that use QReport (the default reporting engine for most Delphi versions), and after some hacking I've perhaps isolated the trouble: it seems that Delphi printing over a Canvas works only if I show the system PrintDialog or the PrinterSetupDialog befor printing, and I press OK in this dialog: printing directly to the default printer doesn't work under Wine, but works regularly under Windows ("doesn't work" meens that nothing is encoded in the printing spool... and the only error that is shown is &...
2006 Oct 17
0
[685] trunk/wxruby2/swig: Add Printing constants and typedefs, add two missing methods (Roy
...(rev 684) +++ trunk/wxruby2/swig/classes/include/wxPrinter.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2006-10-17 21:49:06 UTC (rev 685) </span><span class="lines">@@ -18,6 +18,11 @@ </span><span class="cx"> virtual wxDC* PrintDialog(wxWindow *parent); </span><span class="cx"> </span><span class="cx"> virtual wxPrintDialogData& GetPrintDialogData() const; </span><ins>+ + bool GetAbort() const { return sm_abortIt; } + + static wxPrinterError GetLastError() {...
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 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...;> # wxPageSetupDialog &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspStandard page setup dialog </span><ins>+WxSugar.define_keyword_ctors(''PageSetupDialog'') do + wx_ctor_params :data +end + </ins><span class="cx"> # wxPrintDialog &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspStandard print dialog </span><ins>+WxSugar.define_keyword_ctors(''PrintDialog'') do + wx_ctor_params :data +end </ins><span class="cx"> </span><ins>+ </ins>&...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
....o obj/NotebookEvent.o obj/NotifyEvent.o obj/NumberEntryDialog.o obj/Object.o obj/PageSetupDialog.o obj/PageSetupDialogData.o obj/PaintDC.o obj/PaintEvent.o obj/Panel.o obj/PasswordEntryDialog.o obj/Pen.o obj/Point.o obj/PreviewCanvas.o obj/PreviewControlBar.o obj/PreviewFrame.o obj/PrintData.o obj/PrintDialog.o obj/PrintDialogData.o obj/PrintPreview.o obj/Printer.o obj/Printout.o obj/ProgressDialog.o obj/PropertySheetDialog.o obj/QueryLayoutInfoEvent.o obj/RadioBox.o obj/RadioButton.o obj/Rect.o obj/Region.o obj/RendererNative.o obj/RichTextAttr.o obj/RichTextBuffer.o obj/RichTextCharacterStyleDefinitio...
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/