Displaying 20 results from an estimated 20000 matches similar to: "Printing from an old Windows 3 program"
2011 May 08
2
Device context (get_dc) Question from printing.rb in wxRuby samples
I am using Windows XP SP 3 but want to stay general.
Below is a method within printing.rb. I have added comments marked by #--.
My question is about get_dc. The device context is obviously created and
the code works as presented.
It also works as documented below. Why does just get_dc satisfy the
linkage?
When does one use the Wx:: or the Wx::PrintOut format? How does one decide
to use
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.
<!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:
2010 Feb 20
0
FAVVIO.COM Watch Movies Online For Free Full Movie Downloads
Watch Movies Online For Free Full Movie Downloads,stream movies online free,trailer, New Moon ,2012 ,Taylor Lautner,Twilight ,Precious ,Transformers: Revenge of the Fallen,Harry Potter and the Half-Blood Prince,Up,The Hangover,Star Trek,The Twilight Saga: New Moon,Monsters Vs. Aliens,Ice Age: Dawn of the Dinosaurs,X-Men Origins: Wolverine,Night at the Museum: Battle of the Smithsonian,The
2007 Mar 19
1
Printing via Cups uses lpr ??
Hi everybody,
since I got printing working with wine 0.9.15 I just upgraded to 0.9.20
on a Debian etch system.
I got libwine-cups installed, and I can print from notepad and some
other applications, but not what I expected.
All I get is a printout that looks like this:
%!PS-Adobe-3.0
%%Creator: Wine PostScript Driver
%%Title: Whatever
And dozens of blank
2008 Feb 09
1
bad variable names when printing a data frame containing a matrix (PR#10730)
library(glmpath)
data(heart.data)
# heart.data is a list, $y a vector, $x a matrix
data <- data.frame(x=I(heart.data$x), y = heart.data$y)
> data[1:2,]
x.1 x.2 x.3 x.4 x.5 x.6 x.7 x.8 x.9 y
1 160 12 5.73 23.11 1 49 25.3 97.2 52 1
2 144 0.01 4.41 28.61 0 55 28.87 2.06 63 1
> dimnames(heart.data$x)[[2]]
[1] "sbp"
2003 Jun 07
0
problem with predict() for gam() models
I run the following code in R 1.6.2 on Windows:
xxx <- rnorm(100)
yyy <- .5 * rnorm(100) + sqrt(1-.5^2) * rnorm(100)
ord <- order(xxx)
xxx <- xxx[ord] # for
yyy <- yyy[ord] # convenience in reading printout
rm(ord)
reg.gam <- gam(yyy ~ s(xxx, k=8))
f <- function(x, reg.gam, target.y) {
cat("inside f() called by optimize():\n")
cat("arg x=", x,
2024 Jun 20
1
use of ‘idmap_ldb:use rfc2307 = yes’ in DCs
On 2024-06-20 14:04, Rowland Penny via samba wrote:
> On Thu, 20 Jun 2024 13:49:41 +0200
> Olaf Fr?czyk via samba <samba at lists.samba.org> wrote:
>
>> This samba uidNumbers are from times, when local linux users started
>> from 500 and I assumed that starting 1000 for samba will be enough,
>> this was 20 years ago or more.
> Yes, some distros did start IDs
2006 May 10
0
Batch printing of existing postscript files with file names included
Dear R users,
I have created a series of postscript files and I?d like to print them
with the file name added to the printout. Is there a way of reading
these files into R (e.g. using rimage after conversion to jpeg), adding
the file name, and then sending the files to a windows printer?
I have already tried the rimage package, and several image batch
conversion program, but none was so far
2001 Apr 06
0
Printing via smbclient to Windows BJC-2100 printer
I've seen variations on this problem in the past but they haven't seemed
to help much in this instance. I have Samba running on a
NetBSD(sparc) and would like to set it up to print to a Canon BJC-2100
running on a networked Windows ME machine. (My sparc box lacks a
'standard' parallel interface and I lack an adapter). I can print just
fine to the printer from a second Windows
2008 Nov 12
1
PowerBuilder 10-based app: Printing issue
Hi to all,
Last year I ask for help here, for a PB-based application issue, and the good folks here pointed me to a solution :-) Now I got another problem.
Part of the app consists in print invoices. That function works in Windows, but in Wine I got an screwed printout.
Just for experimental purposes, I installed the "CUPS-PDF" package, to get the PDF view of the invoice, and the PDF
2010 Nov 03
0
cannon printer not printing
Printer: Cannon MF4320d. I gave the command "lpr NNInteraction_Poster.pdf",
then typed "lpq" which shows
MF4320-4350_(UFRII_LT) is ready and printing
Rank Owner Job File(s) Total
Size
active Ritika 636 NNInteraction_Poster.pdf 549888 bytes
After a while "lpq" command returns:
MF4320-4350_(UFRII_LT) is
2007 Mar 27
1
Samba, WinXP and slow printing
I had a serious problem with all my WinXP (some SP1, some SP2) comps
printing over samba to a printer (both, Samba and printer on Kubuntu
(Dapper)). It printed, but it took easily 20 minutes to get the
printout. The file sharing worked very fast and there were no error
messages in Samba logs.
I have found the solution in message by *Walter Willmertinger*
willmertinger at consys.de
2008 Feb 09
0
bad variable names when printing a data frame containing (PR#10732)
timh at insightful.com wrote:
> library(glmpath)
> data(heart.data)
> # heart.data is a list, $y a vector, $x a matrix
> data <- data.frame(x=3DI(heart.data$x), y =3D heart.data$y)
> =20
>> data[1:2,]
>> =20
> x.1 x.2 x.3 x.4 x.5 x.6 x.7 x.8 x.9 y
> 1 160 12 5.73 23.11 1 49 25.3 97.2 52 1
> 2 144 0.01 4.41 28.61
bug/suggestion: debugger should respect option "deparse.max.lines" when printing the call (PR#13647)
2009 Apr 09
0
bug/suggestion: debugger should respect option "deparse.max.lines" when printing the call (PR#13647)
Full_Name: John Brzustowski
Version: 2.8.1
OS: linux
Submission from: (NULL) (67.71.250.146)
When entering a debug()'ed function, the call printout is not limited by
options()$deparse.max.lines as it is when one uses browser() or trace().
Should it be? If so, here's a patch:
diff -cr R-2.8.1/src/library/base/man/options.Rd
R-2.8.1-patched/src/library/base/man/options.Rd
***
2002 Apr 29
2
calling optim from external C/C++ program
Hi,
Does anyone have an example of calling optim() from a standalone C/C++
program? If possible please include the linker options (I am using gcc
version 2.96 20000731 (Red Hat Linux 7.1 2.96-98))
Thanks, Vadim
--------------------------------------------------
DISCLAIMER
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain
2003 Jun 02
2
Dinosaur *
Hello,
With some trepidation I've come to inquire about platform requirements for *
after having spent a couple of hours searching and browsing the archives and
skimming the Handbook (very nice). I've found recommendations for 800-1000
Mhz and 128-256 MB RAM machines. My curiosity is not about what machine I
need to start using * to support live comm ops. Rather, I want to know if a
2008 Mar 31
1
Try wineprefixcreate to repair old .wine instead of deleting
Alexandre says we should have users try wineprefixcreate
before having them blow away their old .wine directory.
---------- Forwarded message ----------
From: Alexandre Julliard <julliard at winehq.org>
Date: Mon, Mar 31, 2008 at 2:44 AM
Subject: Re: Proposal: versioning .wine directory
To: James Hawkins <truiken at gmail.com>
Cc: Austin English <austinenglish at gmail.com>,
2015 Mar 09
0
Running the Wine emulator on CentOS 7
Le 09/03/2015 13:02, Johnny Hughes a ?crit :
> I was just getting ready to build those, I need them:) .. how about we
> put them (or newer ones, if available) in i686 extras.
On a side note, I wonder when - and if - a 32-bit version of CentOS will
eventually become available. I'm managing a small IT company in South
France, and I have to deal with a considerable amount of legacy
2015 Mar 10
1
Running the Wine emulator on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/03/15 16:00, Niki Kovacs wrote:
> Le 09/03/2015 13:02, Johnny Hughes a ?crit :
>> I was just getting ready to build those, I need them:) .. how
>> about we put them (or newer ones, if available) in i686 extras.
>
> On a side note, I wonder when - and if - a 32-bit version of CentOS
> will eventually become available.
2000 Aug 10
1
Usage questions
Can I ask a couple of usage questions? (RedHat Linux 6.1, R-1.1)
1. This may just indicate I'm a dinosaur who can't leave SAS behind. I
want to write programs and run them with source() to see what they do,
then I would like to use the "up arrow" to go back through the commands
that were in the file, fiddle them, see what they do, and so forth. Is
there no way? SAS has a