On Dec 30, 2006, at 1:12 PM, Dan Nafe wrote:
I've just incorporated using the HTML viewer in my crossplatform
app. It works nicely.
Is there an easy way to print the contents of the HTMLViewer?
On Mac OS X, there's no way, easy, difficult, or anything in between.
On Windows, you can right-click in the HTML content and choose print,
but I don't think there's any way to do it programmatically.
On Linux, I have no idea.
--
Brad Rhine
support at bradrhine dot com
http://bradrhine.com
Tangelo: Web Publishing... With A Twist!
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 30 Dec 2006 15:09:59 -0700
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 BEA6A152ECAB; Sat, 30 Dec 2006 14:10:23 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-1.7 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id CBF32152ECA5;
Sat, 30 Dec 2006 14:10:18 -0800 (PST)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id BF257179B7C7; Sat, 30 Dec 2006 16:10:05 -0600 (CST)
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 AC9AB179B7B7
for <realbasic-nug at lists dot realsoftware dot com>;
Sat, 30 Dec 2006 16:09:59 -0600 (CST)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 339946C528D
for <realbasic-nug at lists dot realsoftware dot com>;
Sat, 30 Dec 2006 15:09:59 -0700 (MST)
Date: Sat, 30 Dec 2006 15:09:59 -0700
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <0ED3EC0B-DC5D-4D74-82F3-F0EA3487C02D at mac dot com>
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20061230220959 dot 339946C528D at mail dot verex dot com>
Subject: Re: How to compute the address of an object?
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
On Dec 30, 2006, at 01:53 UTC, Stefan wrote:
I need to get a unique ID for a bunch of objects.
Dim v as Variant = myObject
Dim id As Integer = v.Hash
That's exactly what Variant.Hash is for.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|