realbasic-plugins
[Top] [All Lists]

Re: Sub Class definition

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Sub Class definition
From: Didier Cugy <didier dot cugy at neuf dot fr>
Date: Thu, 21 Sep 2006 20:36:03 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <0F7D11C7-8C3F-4D15-A9A4-1125A7801BDD at neuf dot fr> <DE9A5946-9A38-4DBD-AEBB-7CF1D68CD17C at mac dot com>
thank's alfred.

do you have an example ?

Didier

Le 21 sept. 06 à 15:27, Alfred Van Hoek a écrit :


On Sep 21, 2006, at 2:18 AM, Didier Cugy wrote:

when i derive a subclass from the movieplayer class, the subclass is visible at the super level from the IDE in the property window but all the properties of the superclass are not visible from the properties editor.

where is the problem ?

if i define a subclass of movieplayer in the IDE all the properties of the superclass MoviePlayer are visible from the properties editor.

there is probably a problem in the plugin management.

does somebody know something about that ?


Yes, you need to redefine them using the dynamic access api's. Redefining them is in this case not shadowing the properties and that's ok.

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

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

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

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>