realbasic-nug
[Top] [All Lists]

Re: Tenths of seconds in Date

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Tenths of seconds in Date
From: Fargo Holiday <fargo at rpgportland dot com>
Date: Fri, 29 Jun 2007 10:28:25 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20070629162705 dot E749A7748CC at mail dot verex dot com> <89927903-EFCB-431B-BB26-A47CCB0320D3 at tribu dot ch> <DA46D58E-44B4-4036-9C51-BDE1C4E0B628 at declareSub dot com>
>>> No, you could probably do the same thing with Ticks.  For some
>>> reason I
>>> just trust Microseconds more when it comes to accuracy, but that's
>>> probably just superstition.
>>>       
>> I always wondered what provides the Ticks function.
>> _______________________________________________
>>     
>
>
> On Mac OS, it's probably the OS function TickCount.  And Joe's unease  
> may be more than superstition -- the Apple docs warn that TickCount  
> may not be accurate.
>
> Charles Yeomans
> _______________________________________________
>
>   
I know that in MS docs a tick is not a specific slice of time, and may 
change from system to system.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


From  Fri 29 Jun 2007 19:40:24 +0200
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 3DE283103089; Fri, 29 Jun 2007 10:40: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=-1.6 required=4.5 tests=BAYES_00,NO_REAL_NAME 
        autolearn=no version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by xmail.realsoftware.com (Postfix) with ESMTP id 721DC310307F;
        Fri, 29 Jun 2007 10:40:36 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 44A1940D46C;
        Fri, 29 Jun 2007 12:40:27 -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 smtpout.mac.com (smtpout.mac.com [17.250.248.185])
        by lists.realsoftware.com (Postfix) with ESMTP id A3AEC40D461
        for <realbasic-nug at lists dot realsoftware dot com>;
        Fri, 29 Jun 2007 12:40:23 -0500 (CDT)
Received: from mac.com (smtpin08-en2 [10.13.10.153])
        by smtpout.mac.com (Xserve/smtpout15/MantshX 4.0) with ESMTP id
        l5THeSbU001422 for <realbasic-nug at lists dot realsoftware dot com>;
        Fri, 29 Jun 2007 10:40:28 -0700 (PDT)
Received: from [192.168.21.189] (aputeaux-116-1-11-142.w80-11.abo.wanadoo.fr
        [80.11.150.142]) (authenticated bits=0)
        by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id l5THeQgS019332
        for <realbasic-nug at lists dot realsoftware dot com>;
        Fri, 29 Jun 2007 10:40:27 -0700 (PDT)
Mime-Version: 1.0 (Apple Message framework v752.2)
In-Reply-To: <C9D66551-73A9-4983-B3BC-42027AD610B5 at declareSub dot com>
References: <8C73F2DE-DAFB-4EC8-AE0B-DB3CF9BE4257 at mac dot com>
        <C9D66551-73A9-4983-B3BC-42027AD610B5 at declareSub dot com>
Message-Id: <33016BB4-475D-4150-BA9F-EC98414727F4 at mac dot com>
From: tarnoun at mac dot com
Subject: Re: Being aware of system shutdown.
Date: Fri, 29 Jun 2007 19:40:24 +0200
To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
X-Mailer: Apple Mail (2.752.2)
X-Brightmail-Tracker: AAAAAA==
X-Brightmail-scanned: yes
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>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com


Le 29-juin-07 =E0 17:36, Charles Yeomans a =E9crit :

> The Rb framework does not provide any support for Unix signals.  But,
> as it turns out, it is not too hard to do it yourself via declares,
> and I have some code for it.

I'd be glad to have a look on it ! ;-)

-Eric.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


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