Displaying 11 results from an estimated 11 matches for "printpreview".
2007 May 04
0
[1011] trunk/wxruby2/doc/textile/printpreview.txtl: Update docs for PrintPreview ok
...#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>[1011] trunk/wxruby2/doc/textile/printpreview.txtl: Update docs for PrintPreview ok</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1011</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-04 19:44:30 -0400...
2007 Jul 19
0
[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature
...#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>[1122] trunk/wxruby2/swig/classes/PrintPreview.i: Mark the PrintOuts associated with a Preview to prevent premature</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1122</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <d...
2007 Jul 19
0
[1121] trunk/wxruby2/swig/classes/PreviewFrame.i: Avoid double-free error on PrintPreview once attached to a PreviewFrame
...:#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>[1121] trunk/wxruby2/swig/classes/PreviewFrame.i: Avoid double-free error on PrintPreview once attached to a PreviewFrame</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1121</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-07-19 18:30:55 -0400 (Thu,...
2007 May 04
0
[1010] trunk/wxruby2: PrintPreview ok method name changed to is_ok, update sample
...r:1px solid #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>[1010] trunk/wxruby2: PrintPreview ok method name changed to is_ok, update sample</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>1010</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-05-04 19:43:...
2006 Aug 11
1
PrintPreview extremely slow with Samba network printers
I am using Microsoft .NET (2.0) PrintPreviewDialog to
preview reports, and all works well when the Windows
default printer is set to a local printer or a
network printer on a Windows server, but if I set it
to a Samba network printer, it slows down to a
crawl. With a Windows server network printer, it
takes about 10 seconds to render 10...
2006 Jun 20
1
How can I registrate an .ocx file?
Hi,
I installed a program and an error occurred:
*** ERROR: An error occurred while registering the file
'C:\windows\system32\PrintPreview.ocx' *** ERROR: (User Responded with 'Abort')
*** DURING THIS ACTION: DllSelfRegister: "C:\windows\system32\PrintPreview.ocx"
Is there any way to register this file?
Thanks.
--
Sávio Martins Ramos - Arquiteto
Rio de Janeiro ICQ 174972645
Pirataria não! Seja livre: Lin...
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...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/ScrollEvent.o obj/ScrollWinEvent.o obj/ScrolledWind...
2007 Jul 19
0
[1120] trunk/wxruby2/lib/wx/classes/previewframe.rb: GC protection for Preview associated with PreviewFrame, fixing crashes
...lt;span class="lines">@@ -0,0 +1,13 @@
</span><ins>+# Frame that displays a print preview
+class Wx::PreviewFrame
+ # a PreviewFrame has a preview associated with it that must be
+ # protected from Ruby''s GC. However, there is no C++ method to access
+ # the Wx::PrintPreview (only a protected member), so instead we have
+ # to assign it to an instance variable so it is marked correctly when
+ # the frame displaying it is marked.
+ wx_init = self.instance_method(:initialize)
+ define_method(:initialize) do | *args |
+ wx_init.bind(self).call(*args)
+ @__previe...
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...an><span class="cx"> def on_print_preview(event)
</span><span class="cx"> # Pass two printout objects: for preview, and possible printing.
</span><del>- printDialogData = Wx::PrintDialogData.new(Wx::get_app.print_data)
- preview = Wx::PrintPreview.new(MyPrintout.new, MyPrintout.new, printDialogData)
</del><ins>+ print_dialog_data = Wx::PrintDialogData.new(Wx::get_app.print_data)
+ preview = Wx::PrintPreview.new(MyPrintout.new, MyPrintout.new, print_dialog_data)
</ins><span class="cx"> if (!preview....
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...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/RichTextCharacterStyleDefinition.o
obj/RichTextCtrl.o obj/RichTextEvent....
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/