On Thursday 31 May 2007 4:16 pm, joe at strout dot net wrote:
> I think you missed my point. Unless you actually have a 40-foot
> monitor, you don't need to ever call DrawString with coordinate values
> outside +/- 32767.
Well, usually not >32,767, but you could easily need to draw images bigger
than the monitor if you want to print an image at high resolution.
An 11x17 printer at 1200 dpi will have around 20,000 pixels in the Y
direction.
DJ
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 31 May 2007 16:08:14 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id D3B6529E4433; Thu, 31 May 2007 15:08:22 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-3.0 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id C60C229E4429;
Thu, 31 May 2007 15:08:21 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 7054A3395FD;
Thu, 31 May 2007 17:08:15 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 05FD93395F2
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 17:08:11 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 22EE175D381
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 16:08:14 -0600 (MDT)
Date: Thu, 31 May 2007 16:08:14 -0600
Subject: Re: Secure Shell
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <664F0317-A33F-4C18-A319-75541113F70C at thedigitalseason dot com>
X-Mailer: VerEx Email Gateway
Message-Id: <20070531220814 dot 22EE175D381 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On May 31, 2007, at 21:27 UTC, Rick Praetzel wrote:
> Has anyone done any secure shell work in RB?
> I want to write a linux webserver administrator for myself.
Yep, I've done that sort of thing. A Shell object in interactive mode
is just the ticket. Best to set up your RSA keys so that you don't
need a password to make the ssh connection, but if this isn't possible,
it is possible to embed the password in your RB app (or prompt the user
for it) instead.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Strout Custom Solutions
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 31 May 2007 16:09:29 -0600
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id D2C1029E44E6; Thu, 31 May 2007 15:09:37 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-3.0 required=4.5 tests=ALL_TRUSTED,AWL,BAYES_00,
NO_REAL_NAME autolearn=ham version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id 1F5A029E44CB;
Thu, 31 May 2007 15:09:37 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id F4084339629;
Thu, 31 May 2007 17:09:29 -0500 (CDT)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 4D49D33961E
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 17:09:26 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 65D7A75D392
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 16:09:29 -0600 (MDT)
Date: Thu, 31 May 2007 16:09:29 -0600
Subject: Re: Time to read this article and understand development work
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <465F3DC5 dot 4050909 at wanadoo dot fr>
X-Mailer: VerEx Email Gateway
Message-Id: <20070531220929 dot 65D7A75D392 at mail dot verex dot com>
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On May 31, 2007, at 21:27 UTC, Emile Schwarz wrote:
> By experience, I know that I will forget answers to my questions BUT
> remember when I search the answers by myself. Of course, sometimes,
> one have to ask questions to get answers ;)
You know what they say -- asking questions is a good way of finding
things out.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Strout Custom Solutions
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|