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

You need to use dynamic access, use REALLoadGlobalMethod or  
REALLoadObjectMethod.

On Aug 18, 2007, at 9:13 AM, [EMAIL PROTECTED] wrote:

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


Hmm, dynamic access to call the rb function is proper, and does not  
require the exposure of the callback to the user, given the desire to  
call the rb method in the plugin context.

Alfred


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

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

Reply via email to