realbasic-nug.de
[Top] [All Lists]

Doppelklickzeit

To: realbasic-nug dot de at lists dot realsoftware dot com
Subject: Doppelklickzeit
From: Stefan Mettenbrink <S dot Metti at gmx dot de>
Date: Thu, 12 Oct 2006 09:24:51 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot de at lists dot realsoftware dot com
Ich habe folgenden Code in meinem Programm:

#if targetWin32
   Declare Function GetDoubleClickTime Lib "User32.DLL" () as Integer
   doubleClickTime= GetDoubleClickTime()/16
 #endif

 #if TargetMacOS
   #if TargetCarbon
     Declare Function GetDblTime Lib "CarbonLib" () as Integer
   #else
     Declare Function GetDblTime Lib "InterfaceLib" () as Integer
Inline68K("2EB802F0")
   #endif
   doubleClickTime= GetDblTime()
  #endif

 #if TargetLinux
   doubleClickTime=30
 #endif

Jetzt gibt es ja die Intel-Macs, wie erweitere ich jetzt den Code?
Wie erkenne ich die doubleClickTime unter Linux?

MfG, Metti.


From  Thu 12 Oct 2006 13:19:16 +0200
Return-Path: <realbasic-nug dot de-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 52A3CDBB5EF; Thu, 12 Oct 2006 04:19:32 -0700 (PDT)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on realxserve.local
X-Spam-Level:
X-Spam-Status: No, score=-2.4 required=4.5 tests=AWL,BAYES_00 autolearn=ham
        version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
        by xmail.realsoftware.com (Postfix) with ESMTP id BBFB7DBB5E5;
        Thu, 12 Oct 2006 04:19:30 -0700 (PDT)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP
        id 6B2A1158D658; Thu, 12 Oct 2006 06:19:29 -0500 (CDT)
X-Original-To: realbasic-nug dot de at lists dot realsoftware dot com
Delivered-To: realbasic-nug dot de at lists dot realsoftware dot com
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de
        [80.67.18.13])
        by lists.realsoftware.com (Postfix) with ESMTP id A2721158D64C
        for <realbasic-nug dot de at lists dot realsoftware dot com>;
        Thu, 12 Oct 2006 06:19:25 -0500 (CDT)
Received: (qmail 27863 invoked from network); 12 Oct 2006 11:19:23 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 114 dot 
107])
        (envelope-sender <support at monkeybreadsoftware dot de>)
        by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP
        for <realbasic-nug dot de at lists dot realsoftware dot com>;
        12 Oct 2006 11:19:23 -0000
To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG 
German)
In-Reply-To: <3243489890 dot 165320976608 at [192 dot 168 dot 178 dot 189]>
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Thu, 12 Oct 2006 13:19:16 +0200
Message-ID: <1hn3jnl dot 1ux325j1to2jpjM%support at monkeybreadsoftware dot de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
        Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.7 (Mac OS X version 10.4.8)
Subject: Re: Doppelklickzeit
X-BeenThere: realbasic-nug dot de at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG German <realbasic-nug dot de at lists dot realsoftware dot 
com>
Sender: realbasic-nug dot de-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug dot de-bounces at lists dot realsoftware dot com

Stefan Mettenbrink <S dot Metti at gmx dot de> wrote:

Jetzt gibt es ja die Intel-Macs, wie erweitere ich jetzt den Code?
Wie erkenne ich die doubleClickTime unter Linux?

es findet sich vieles im Netz:
<http://www.declaresub.com/ideclare/GettingStarted/3.1.html>

Gruß
Christian

--
Around eleven thousand functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v6.3. Now universal!
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>


<Prev in Thread] Current Thread [Next in Thread>
  • Doppelklickzeit, Stefan Mettenbrink <=