realbasic-nug
[Top] [All Lists]

[ANN] Formatted Text Project alpha 8

To: RB NUG Group <realbasic-nug at lists dot realsoftware dot com>
Subject: [ANN] Formatted Text Project alpha 8
From: Brendan Murphy <bmurf at comcast dot net>
Date: Thu, 28 Sep 2006 20:01:03 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
The 8th alpha release of the formatted text project is now
available for download. This alpha is very close to becoming a
beta and most of the main functionality is in place. The next
release after this one will be the first beta and will be made
available for inclusion in your own projects.

In this alpha I changed the way certain keys are handled, so it
should not crash on international keyboard under OS X. I would
like to hear from people using non-US keyboard layouts. First, it
should not crash on startup. Second, I would like to know if the
following keys are functioning properly.

arrow keys - move around in the text

shift-arrow keys - selects text

home, end keys - moves to beginning or the end of the document

page up and down keys - moves up and down a page in the document

Key pad keys - should be accepted as input

All other keys (like the F1-F16 keys) should be ignored other than
the normal character keys.

URL:

http://www.truenorthsoftware.com/Realbasic/FormattedText.html

What's new in this release...

- You can now set the page size to any size you want. In the test
application only three page sizes are implemented. Also, in the
test application The left, right, top, and bottom margins are now
specified as relative margins to their respective margin in the
GUI.

- Implemented paragraph styles. In the test application three
paragraph styles were implemented. These style will affect all
paragraphs spanned by the current selection. If nothing is
selected, then the paragraph containing the insertion caret will
be changed.

- You can set individual paragraph margins and the before and
after space of the paragraph.

- Added pre and post page drawing events that allow your draw onto
the page before and after the content is drawn. This allows you to
place page numbers, headers and footers, watermarks, etc. on the
page.

- You can now set the color of the selected text.

- Made it user friendly for allocation of custom objects.

- Changed the way certain keys are handled, so it should not crash
on international keyboard under OS X.

_______________________________________________
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  Thu 28 Sep 2006 20:47:46 -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 5CFA3C99518; Thu, 28 Sep 2006 19:48:26 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on realxserve.local
X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=AWL,NO_REAL_NAME autolearn=disabled version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
        by xmail.realsoftware.com (Postfix) with ESMTP id CED33C99512;
        Thu, 28 Sep 2006 19:48:23 -0700 (PDT)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP
        id 2D4141536DB9; Thu, 28 Sep 2006 21:48:09 -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 (unknown [66.116.103.197])
        by lists.realsoftware.com (Postfix) with ESMTP id 9DD1A1536D53
        for <realbasic-nug at lists dot realsoftware dot com>;
        Thu, 28 Sep 2006 21:47:46 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
        by mail.verex.com (Postfix) with SMTP id 2CE63655049
        for <realbasic-nug at lists dot realsoftware dot com>;
        Thu, 28 Sep 2006 20:47:46 -0600 (MDT)
Date: Thu, 28 Sep 2006 20:47:46 -0600
From: joe at strout dot net
To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
In-Reply-To: <AC66F9A7-1195-44BD-95A5-CBA0952D9580 at mobleybros dot com>
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20060929024746 dot 2CE63655049 at mail dot verex dot com>
Subject: Re: Variant.Hash algorithm
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 Sep 28, 2006, at 23:31 UTC, Phil M wrote:

Is the implementation of Variant.Hash for Strings the same across all
computers and platforms?

Instead of sending an MD5 string, can I use Variant.Hash to compare two strings across a network? Specifically, I would like to bind to a "random" network port based on a string constant built into the application.

Variant.Hash isn't guaranteed to work that way, even though it probably
happens to do so (except perhaps for UTF-16 strings, which would have
their bytes swapped on some platforms).  I'd stick with MD5 if I were
you.

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>


<Prev in Thread] Current Thread [Next in Thread>