Hi all,
How i can execute Real Basic methods (by name) with parameters in the plugin
context? I need to execute a RB method as a callback method in my plugin.
--
Regards,
[heubach-media] | Christian Sakowski
Christian dot sakowski at heubach-media dot de
iChat/AIM: SakowskiF
ICQ: 4thDimension (267537916)
Tel: 040/52 10 59-23
--
What can we do for you?
heubach media
Papenreye 22 | 22453 Hamburg, Germany
Tel: +49/40/52 10 59 - 0 | Fax: -99
Mail: info at heubach-media dot de
Director: Matthias Heubach
Rent your IT-Equipment:
http://www.it-verleih.de/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 18 Aug 2007 07:13:43 -0600
Return-Path: <realbasic-plugins-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 7EBC53CCD592; Sat, 18 Aug 2007 06:13:52 -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.1 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 373823CCD583;
Sat, 18 Aug 2007 06:13:50 -0700 (PDT)
Received: from real-software-mini.local (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id CAE3E57BBB6;
Sat, 18 Aug 2007 08:13:38 -0500 (CDT)
X-Original-To: realbasic-plugins at lists dot realsoftware dot com
Delivered-To: realbasic-plugins 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 0762D57BBAB
for <realbasic-plugins at lists dot realsoftware dot com>;
Sat, 18 Aug 2007 08:13:34 -0500 (CDT)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id C18D47A817A
for <realbasic-plugins at lists dot realsoftware dot com>;
Sat, 18 Aug 2007 07:13:43 -0600 (MDT)
Date: Sat, 18 Aug 2007 07:13:43 -0600
Subject: Re: Execute methods
From: joe at strout dot net
To: realbasic-plugins at lists dot realsoftware dot com
In-Reply-To: <C2EC8524 dot 525ED%christian dot sakowski at heubach-media dot de>
X-Mailer: VerEx Email Gateway
Message-Id: <20070818131343 dot C18D47A817A at mail dot verex dot com>
X-BeenThere: realbasic-plugins at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot
com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-plugins-bounces at lists dot realsoftware dot com
Errors-To: realbasic-plugins-bounces at lists dot realsoftware dot com
On Aug 18, 2007, at 09:14 UTC, Christian Sakowski wrote:
> How i can execute Real Basic methods (by name) with parameters in the
> plugin context? I need to execute a RB method as a callback method in
> my plugin. --
The proper way to do that is to define a class in your plugin, and
within that class, define an event. Then you can get a pointer to the
event implementation and invoke it. See the examples in the plugin SDK
for, er, examples.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Strout Custom Solutions, LLC
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|