I don't think there is any API for that.
Personally then I have never used the Array API my self because it is
so limited that there is little use of it.
Björn
On 21.11.2006, at 23:29, Dr. Scott Steinman wrote:
OK, I see how to get the length and individual elements of arrays
via the plugin SDK. What about _setting_ the values of array
elements?
-Scott
Dr. Scott Steinman
Brought to you by a grant from the Steinman Foundation (Thanks, Mom
and Dad!)
Recommended by Major University Studies Over the Leading Brand
steinman at midsouth dot rr dot com
I hope I die peacefully in my sleep like my grandfather. . .not
screaming in terror like his passengers. -- "Deep Thoughts", Jack
Handy
_______________________________________________
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>
From Tue 21 Nov 2006 20:06:26 -0700
Return-Path: <realbasic-plugins-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 0734B11B8CAB; Tue, 21 Nov 2006 19:06:45 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-1.6 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id E51C611B8CA4;
Tue, 21 Nov 2006 19:06:39 -0800 (PST)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 45DE81683937; Tue, 21 Nov 2006 21:06:24 -0600 (CST)
X-Original-To: realbasic-plugins at lists dot realsoftware dot com
Delivered-To: realbasic-plugins at lists dot realsoftware dot com
Received: from mail.verex.com (mail.verex.com [66.116.103.197])
by lists.realsoftware.com (Postfix) with ESMTP id 73E11168392A
for <realbasic-plugins at lists dot realsoftware dot com>;
Tue, 21 Nov 2006 21:06:20 -0600 (CST)
Received: from [66.116.103.197] (localhost [127.0.0.1])
by mail.verex.com (Postfix) with SMTP id BAB2969E9D4
for <realbasic-plugins at lists dot realsoftware dot com>;
Tue, 21 Nov 2006 20:06:25 -0700 (MST)
Date: Tue, 21 Nov 2006 20:06:26 -0700
From: joe at strout dot net
To: realbasic-plugins at lists dot realsoftware dot com
In-Reply-To: <300033DB-DB1B-4969-8EEA-F88347B385BA at einhugur dot com>
X-Mailer: VerEx Email Gateway
Content-type: text/plain;
Content-transfer-encoding: 7bit
Message-Id: <20061122030625 dot BAB2969E9D4 at mail dot verex dot com>
Subject: Re: Arrays (again)
X-BeenThere: realbasic-plugins at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot
com>
Sender: realbasic-plugins-bounces at lists dot realsoftware dot com
Errors-To: realbasic-plugins-bounces at lists dot realsoftware dot com
On Nov 22, 2006, at 00:54 UTC, Björn_EirÃksson wrote:
I don't think there is any API for that.
Personally then I have never used the Array API my self because it is
so limited that there is little use of it.
That's correct. It looks as though certain array APIs were needed,
perhaps for internal reasons, and just those APIs were implemented.
They're not meant to provide complete array access -- most plugins
should use their own container classes.
Best,
- Joe
--
Joe Strout -- joe at strout dot net
Verified Express, LLC "Making the Internet a Better Place"
http://www.verex.com/
_______________________________________________
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>
|