Thanks Alexei,
greetings from Strasbourg, France,
Emile
> From: Alexei Vinidiktov <alexei dot vinidiktov at gmail dot com>
> Subject: Re: http://realbasic.com/download/ and the Italian language
>
> Emile Schwarz wrote:
>
>
>> >
>> > "provalo subito" what means provalo ? (download ?)
>> > For subito, I understand: it's like in "subito presto" ;) (in English:
>> > right now ?)
>> >
>>
>
> I think "provalo" means "try it".
>
_______________________________________________
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 10:01:10 -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 17BD029D21E7; Thu, 31 May 2007 09:01:21 -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 A1DE329D218F;
Thu, 31 May 2007 09:01:19 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 8EFBE33745A;
Thu, 31 May 2007 11:01:11 -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 1F12233744D
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 11:01:07 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id 404FA75CEAA
for <realbasic-nug at lists dot realsoftware dot com>;
Thu, 31 May 2007 10:01:10 -0600 (MDT)
Date: Thu, 31 May 2007 10:01:10 -0600
Subject: Re: DrawString Y offset
From: joe at strout dot net
To: realbasic-nug at lists dot realsoftware dot com
In-Reply-To: <BB226ADD-F497-4087-82A7-8B349068773D at stretchedout dot com>
X-Mailer: VerEx Email Gateway
Message-Id: <20070531160110 dot 404FA75CEAA 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 15:39 UTC, GregO wrote:
> I'm having a problem where drawing a string with a Y offset less than
> -32767 moves it to +32767. I'm assuming this means that the framework
> is using an Int16.
Yes, that's the normal QuickDraw coordinate system (I'm guessing you're
using a Mac). Even if they're drawing strings with CoreGraphics these
days, there may be legacy code that still relies on QD coordinates.
Let's see, at 72 dpi, 32767 pixels is about 40 feet... you must have on
humongous monitor! :)
Cheers,
- 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>
|