realbasic-plugins
[Top] [All Lists]

Re: I'm having trouble developing a plugin for RB 2009 R2

To: REALbasic Plugins <realbasic-plugins@lists.realsoftware.com>
Subject: Re: I'm having trouble developing a plugin for RB 2009 R2
From: Christian Schmitz <realbasiclists@monkeybreadsoftware.de>
Date: Wed, 15 Jul 2009 15:26:53 +0200
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-plugins-bounces@lists.realsoftware.com) smtp.mail=realbasic-plugins-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <4A36EC82.4010301@ucalgary.ca>
References: <4A36EC82.4010301@ucalgary.ca>
Reply-to: REALbasic Plugins <realbasic-plugins@lists.realsoftware.com>
Sender: realbasic-plugins-bounces@lists.realsoftware.com

Am 16.06.2009 um 02:51 schrieb Brian OBrien:

1) Some methods I've defined for the control don't show up as methods of the control.

What have you in the control definition?

2) I don't know how I can catch the events that this control can generate. It seems that as it doesn't have a window there is no place to code the event handler in RB. I tried deriving a class based on the control and putting that on a window but I still can't find or define the event handler.

Events should show in a subclass.

For methods and events I often have a problem that I have in sizeof() the wrong type.

As this is my first post to this mailing list I'm not sure if I'm allowed to attach images or source code (C++ / RB) or screenshots.

I don't think attachments are allowed, but you can copy code as text inside your email.

Greetings
Christian


_______________________________________________
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>
  • Re: I'm having trouble developing a plugin for RB 2009 R2, Christian Schmitz <=