realbasic-plugins
[Top] [All Lists]

Re: Does REALUnlockObject work on a REALobjectArray?

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Does REALUnlockObject work on a REALobjectArray?
From: Norman Palardy <npalardy at great-white-software dot com>
Date: Mon, 30 Jan 2006 10:17:30 -0800
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <ea5840a251d79cca2705b7f4ac966092 at mac dot com> <849E1004-16A9-4F68-BA8E-564AB66858CD at realsoftware dot com> <e87d1e73e9aa8321062d259ece964a1d at mac dot com> <4CA159EC-7012-4D3E-B61B-22F99E051A91 at haranbanjo dot com> <4428b5baee037d0532d3629981ae3877 at great-white-software dot com> <9D3DF51C-D492-44E0-BCBA-D49E35890BD8 at haranbanjo dot com>

On Jan 30, 2006, at 9:03 AM, Will Leshner wrote:


On Jan 28, 2006, at 2:34 PM, Norman Palardy wrote:

"ReturnItems() as MyVariant"

But I think that won't return an array of MyVariants.

As an RB return you'd simply specify

        MyVariants()

in the return portion of a method

But, this is supposed to be a byref argument so you'd normally need something like

        byref ReturnItems() as MyVariant

IF you were writing this in RB code

so you'd think the plugin SDK should grok something like this(and it does according to Alfreds fist post)

But I know you can't put arrays into arrays and variants cannot hold arrays so I think what he's after may simply not exist.

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