search for: enddoc

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

Did you mean: enddo
2004 Nov 21
2
[DEVEL] Virtual Methods
...ollow? Should they be implemented in the wxRuby header and source files, or should I ignore them? They are not listed on the WxWidgets documentation page, but they are in the wxWidgets source file, as being public virtual methods. Examples: StartDoc //virtual method overriding the DC::StartDoc EndDoc //virtual method overriding the DC::EndDoc StartPage //virtual method overridng the DC::StartPage EndPage //virtual method overriding the DC::EndPage If I need trial and error I can do that, but thought maybe you followed a certain pattern... Thanks, Zach
2010 Jan 16
1
PHP XapianTermIterator/XapianPositionIterator usage
Hello again, /thanks to Peter for previous response. I've been digging around trying to find sample usage of XapianTermIterator/XapianPositionIterator in PHP. The idea is to code up a test case in PHP to perform snippet extraction (with a possible view to coding a pecl extension in C). I found a C++ sample, but that wasn't much help. I must be dense this morning though, since I
2008 Feb 28
1
Printing samba, cups and legacy 16 bit applications
...pplication prints successfully except apps developed in Vb3. I have developed a wonderful test app with amazing 3 lines of code. event form load cmdialog1.action=5 'opens windows common dialog for choosing printer printer.print time 'prints time in the upper left corner of the page printer.enddoc 'finishes print job end the same app built with vb6 prints ok, built with vb3 does not print, and what's worse, does not generate any kind of error, the job simply disapears. worse than that. if i check the "print to file" option of the ps driver, save the file with whatever name...
2007 Mar 19
1
Delphi applications printing bug
...ndows and Wine: procedure TForm1.Button2Click(Sender: TObject); var SetupDialog: TPrinterSetupDialog; begin SetupDialog:= TPrinterSetupDialog.Create(Application); SetupDialog.Execute; with Printer do begin BeginDoc; Canvas.TextOut(100, 100, 'Test'); EndDoc; end; end; ...while this code works only under Windows: procedure TForm1.Button1Click(Sender: TObject); begin with Printer do begin BeginDoc; Canvas.TextOut(100, 100, 'Test'); EndDoc; end; end; Enabling deeper log on "psdrv", and comparin...
2002 May 24
0
gta3
...e:win32:ELF_FindExportedFunction function DeviceCapabilities not found: /usr/lib/wine/libwine.so: undefined symbol: DeviceCapabilities fixme:win32:ELF_FindExportedFunction function Ellipse not found: /usr/lib/wine/libwine.so: undefined symbol: Ellipse fixme:win32:ELF_FindExportedFunction function EndDoc not found: /usr/lib/wine/libwine.so: undefined symbol: EndDoc fixme:win32:ELF_FindExportedFunction function EndPage not found: /usr/lib/wine/libwine.so: undefined symbol: EndPage fixme:win32:ELF_FindExportedFunction function EndPath not found: /usr/lib/wine/libwine.so: undefined symbol: EndPath...
2013 Dec 09
2
[PATCH] rework master-to-worker signaling to use a pipe
...uot;#{prefix}: #{message} (#{exc.class})" exc.backtrace.each { |line| logger.error(line) } end + + # remove this when we only support Ruby >= 2.0 + def self.pipe # :nodoc: + Kgio::Pipe.new.each { |io| io.fcntl(Fcntl::F_SETFD, Fcntl::FD_CLOEXEC) } + end # :startdoc: end # :enddoc: diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb index f15c8a7..ae8ad13 100644 --- a/lib/unicorn/http_server.rb +++ b/lib/unicorn/http_server.rb @@ -42,16 +42,8 @@ class Unicorn::HttpServer # it to wake up the master from IO.select in exactly the same manner # djb describ...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...n><del>- virtual void DrawText(const wxString& text , wxCoord x , wxCoord y ) = 0; - static void EnableCache(bool enableCache ) ; </del><ins>+ void DrawText(const wxString& text , wxCoord x , wxCoord y ); </ins><span class="cx"> void EndDoc() ; </span><span class="cx"> void EndPage() ; </span><span class="cx"> bool FloodFill(wxCoord x , wxCoord y , const wxColour& colour , int style = wxFLOOD_SURFACE) ; </span><del>- //wxBrush& GetBackground(); </del><spa...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...lass="lines">@@ -60,7 +67,6 @@ </span><span class="cx"> * "DC#draw_text":#DC_drawtext </span><span class="cx"> * "DC#enable_cache":#DC_enablecache </span><span class="cx"> * "DC#end_doc":#DC_enddoc </span><del>-* "DC#end_drawing":#DC_enddrawing </del><span class="cx"> * "DC#end_page":#DC_endpage </span><span class="cx"> * "DC#flood_fill":#DC_floodfill </span><span class="cx"> * "DC...