realbasic-plugins
[Top] [All Lists]

Re: Updating Plugins for REALbasic 2005

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Updating Plugins for REALbasic 2005
From: Alfred Van Hoek <vanhoek at mac dot com>
Date: Tue, 26 Apr 2005 18:18:03 -0400
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
on 4/18/05 12:08 PM, Alfred Van Hoek at vanhoek at mac dot com wrote:

> on 4/18/05 11:41 AM, Joseph J. Strout at joe at realsoftware dot com wrote:
> 
>> Dynamic access to all intrinsic classes (Dictionary, FolderItem, etc.)
>> will work as they did in 5.5. For plugin classes, however, there will
>> be some restrictions on what is possible inside the IDE.
> 
> What are the restrictions for plugin classes inside the IDE?
> 
> For example an attribute class (super = object) instance can be created by
> REALnewInstance("MyAttributes") in RB 5.5 and attribute items be set on this
> instance when the caller of the plugin is changing property fields in the
> property window of the control. These items are strings, the MyAttributes
> instance manipulate these strings and serializes them and presents them in
> string field.

The current release of RB still does not allow REALnewInstance of a plugin
class (super = object) in the IDE. Does this mean that it won't be supported
at all? I haven't seen an official response to this, the only one was the
statement:

"For plugin classes, however, there will be some restrictions on what is
possible inside the IDE".

and some other statements that either favors or rejects usage of
REALnewInstance. Usage on "MyAttributes" leads to a crash of RB in the IDE.
A crash of course should not be happening, while it does!

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>

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