realbasic-nug
[Top] [All Lists]

Re: PC Controller

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: PC Controller
From: ER <erockus@gmail.com>
Date: Sun, 31 May 2009 18:29:19 -0500
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=6ZswHTxm9+gE944kAfkgr5cjIX9d+ttn28EyIXTbF1s=; b=tZ+R0YQm7NwateJXJ+fPiBkLQXhfCjEZMEI1cIqhdelx3N3bKD2ehyIEkl9D43AtbZ CRK9S0n95m3QgXQUKA9ILwHk8Aq7rmxkft8EsbQSxuJkLNdDeFtkKMxmLmwUPkZJIYsz 5EUmcAb3gi5wRGKhEj/2FfezL0Hyol/eplfHQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=d8CFsD9Y+fUHiorn6mq0Z3LpgZNntNpFUOFZ2fwnoD7J/ceoJAtjgEdkqcKe8sHK5u HOr9K46xRhbhrdFVeCqoQHfGgWdgzbCnTHiq8GVOB+1kpxc5+digrvlrF+JD0T7DuHQY PI7BpDe6oHpx2cHlFCZ16MV1G/3PHNno/m94E=
In-reply-to: <6AAFC8C5-00B9-4AF8-8AA4-713770A128E5@declareSub.com>
References: <74A1C8C2-2476-444C-8D03-DAC385F79C03@gmail.com> <4367041D-BCCD-4FD5-BC47-E9EF8B684BAD@stretchedout.com> <01DB8C8C-3D5A-449D-A2B4-E82762158F0B@gmail.com> <6AAFC8C5-00B9-4AF8-8AA4-713770A128E5@declareSub.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Ok, I've tried this -

Sub v_key()

Declare Function CGEventCreateKeyboardEvent Lib "ApplicationServices" (keyChar as Short, vKey as Short, keyDown as boolean) as Integer

 Dim result As Integer

  result = CGEventCreateKeyboardEvent(0, 55, true)

I ran my app, with out even calling v_key method and I get this strange error

Application Launch Failure

The application "(null)" could not be launched
because of a shared library error:
"<main><main><ApplicationServices><>"





_______________________________________________
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>