similar to: PrinterDC.i Patch

Displaying 20 results from an estimated 200 matches similar to: "PrinterDC.i Patch"

2006 Nov 01
0
[719] trunk/wxruby2: Hide unsupported PrinterDC class on GTK (Alex Fenton)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2004 Nov 21
2
[DEVEL] Virtual Methods
Nick, I had a few minutes so I implemented the WxPrinterDC class tonight, and I have a question on Virtual Methods. Is there a general rule of thumb to follow? 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:
2004 Nov 19
3
Adding to wxRuby (Now I fired up)
Nick, Curt, Kevin, Now that I have dabbled ever so slightly in adding to wxRuby on a source level (and it wasn''t perfect, Nick had to fix some of my code!), I feel all fired up. Any areas specific that need to be added that I could test my luck with again, or can I just go pick and choose? This gets funner every day... (yes, i constitute "funner" as a word), Zach
2006 Oct 25
1
wxPrinterDC Part 2
Well, the docs do -indeed- say that wxPrinterDC is Windows only. Apparently it''s also for Macs. The docs are always a little loose in this regard.
2001 Feb 13
3
xfig boxplot (polygon) bug??
There appears to be a bug in the R xfig() driver. When I run a simple example, eg > data(InsectSprays) > boxplot(count ~ spray, data = InsectSprays, col = "lightgray") the boxplot is fine. Doing the same thing after > xfig(file='test.fig') and then opening in Xfig (ver3.2 patchlevel 2) on my Linux box produces boxplots where the boxes, although correctly shaded in,
2001 Feb 13
3
xfig boxplot (polygon) bug??
There appears to be a bug in the R xfig() driver. When I run a simple example, eg > data(InsectSprays) > boxplot(count ~ spray, data = InsectSprays, col = "lightgray") the boxplot is fine. Doing the same thing after > xfig(file='test.fig') and then opening in Xfig (ver3.2 patchlevel 2) on my Linux box produces boxplots where the boxes, although correctly shaded in,
2008 Nov 11
6
Build problem with ruby-1.9.1-preview1
Hi all, I wanted to have a look at wxRuby on a recent version of ruby 1.9 (ruby-1.9.1-preview1) on Ubuntu 8.10 x86. Here is the result : chauk-mean at MyUbuntu:~/wxruby2$ ruby19 -v ruby 1.9.1 (2008-10-28 revision 19983) [i686-linux] chauk-mean at MyUbuntu:~/wxruby2$ rake19 WXRUBY_VERSION=1.9.9 gem (in /home/chauk-mean/wxruby2) Enabling DYNAMIC build Enabling RELEASE build Enabling UNICODE build
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi, i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command I get the following error: ... usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lwx_gtk2u_media-2.8 collect2: ld returned 1 exit status rake aborted! Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic -Wl,-...] /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2004 Nov 24
5
wxRuby Print class Progress
Right now I have the following progress made with printing: - WxPrinterDC - 100% - WxPrinter, 90% - WxPrintData - 10% - WxPrintDialog - 80% - WxPrintDialogData - 10% - WxHtmlPrintout - 10% - WxPrintout - 0% (this is abstract class I need to work on so wxRuby users can subclass) - WxPrintPreview - 0% By the end of this weekend I hope to have all of the above classes completed. I do have partial
2006 Oct 23
2
patch for rake install
The attached patch fixes the task for non-gem installation. It adds installation of the version and class ruby files, and puts things in the right place (wx.rb was previously going into sitearchdir). It also adds an uninstall task. I plan to overhaul the rake system at some point soon as I think it could be declared more simply, and to avoid launching a new process for each of the cpp
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 cppParm0 is a wxString If I do this it complains that I need
2006 Oct 25
0
wxPrinterDC
wxPrinterDC doesn''t seem to be supported on GTK. Not sure why that is. There''s nothing in the docs about it not existing. I''m debating what to do. Roy
2007 Aug 29
13
Scintilla
Hi I''ve been trying out the StyledTextCtrl/Scintilla component bundled with wxWidgets 2.8. Surprisingly, it''s very easy to get this working at a basic level with wxRuby (95% of credit to Roy, who originally created a SWIG file for this). So I''m wondering: should we try and integrate this into wxRuby core? Pros: - a cool component, interesting to developers - not
2007 Nov 21
6
MediaCtrl
Hi. Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only tested on windows (compiled with msvc 6.0). Everything seems to be working fine except for a small problem with a few functions: wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart); wxFileOffset Tell(); //FIXME: This should be const wxFileOffset Length(); //FIXME: This should be const
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to compile on Mac OS X and windows. The problem is with: wxIcon(const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_XPM, int desiredWidth=-1, int desiredHeight=-1); that signature is only used on GTK on other systems it is: wxIcon(const wxString& name, long
2008 Nov 01
13
wxRuby 1.9.9 released
Hello I''m happy to announce that wxRuby version 1.9.9 is now available for download and gem installation: http://rubyforge.org/frs/?group_id=35&release_id=27842 gem install wxruby On Linux, the default binary gem is now dynamically linked to wxWidgets. This means you''ll need to install wxWidgets from your package manager. See below for more info. == CHANGES == This
2003 Dec 01
1
PostFish question
I've been tinkering with vgplay (my fp gain function and replaygain support code) as well as looking at FLAC replaygain code, with an eye to combining them into a general gain effect plugin helper, however I noticed that the November 19, 2003 Ogg Traffic talks about postfish, being a sound postprocessor with a noise filter and 'a revolutionary declipping filter', that Monty is
2015 Apr 09
2
CentOS 7.1 user login screen can't scroll up/down
On Thu, Apr 9, 2015 at 8:13 AM, Scott Robbins <scottro at nyc.rr.com> wrote: > On Thu, Apr 09, 2015 at 10:23:19AM -0400, m.roth at 5-cent.us wrote: > >> > 3. Disable the user list: > Pretty sure that Alan filed a bug against RH with this, but, as RH seems to > do these days when sysadmins complain about Fedora-isms, it was probably > ignored. > > Merrily
2004 Dec 31
2
Am I opening myself to some security vulnerability if I unprotect the Controller classes'' redirect methods?
Am I opening myself to some security vulnerability if I unprotect the Controller classes'' redirect methods? I merrily wrote a (specific to my university) authentication filter as a separate class. As part of the authentication process it needs to re-direct the user to a university server to log in. This all works fine except that the redirect_to methods of a controller are all
2009 Dec 09
3
Cannot read mdir inbox.
Problem: Dovecot is totally and merrily oblivious to maildir INBOX installed in the usual /var/spool/mail/%u Software/system: Dovecot 1.2.8 running under Fedora 12 with 1.9 gig RAM + AMD Athlon LE-1640 CPU on a ASUS M3A78-EM motherboard (uname -a = Linux 2.6.31.6-162.fc12.x86_64 #1 SMP Fri Dec 4 00:06:26 EST 2009 x86_64 x86_64 x86_64 GNU/Linux ) Dovecot has been installed from the Fedora