Thanx 4'r reaction. :)

My Main Problem is to get the arry from ActiveX into Director
Directly.
I can write the array for example to a textfile from VB (read DataBase)
and import it in director and destroy it then.
But it's not secure enough I'm afraid. :(

Milo


> From: Irv Kalb <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 10 May 2001 08:51:25 -0700
> To: [EMAIL PROTECTED]
> Subject: Re: <lingo-l> Import Array from ActiveX
> 
> I have absolutely no idea about how to use Arrays created in
> VisualBasic or about using ActiveX controls to bring them in to
> Director.  However, if you want to create and manipulate
> multi-dimensional arrays purely in Lingo, there are two articles you
> may want to read at the Director On-Line Users Group.
> 
> The first one is by Brennan Young where he talks about using
> recursion to represent a multidimensional array.  That can be found
> at:
> http://www.director-online.com/accessArticle.cfm?id=343
> 
> The other is by me where I show a different approach, it can be found at:
> http://www.director-online.com/accessArticle.cfm?id=376
> 
> Hope this helps,
> 
> Irv
> 
> 
> At 8:10 AM +0200 5/10/01, Milo Mineur wrote:
>> Hi All,
>> 
>> 
>> I'm desperate.
>> I've an array(multidimensional ) in VisualBasic.
>> Then converted into an ActiveX and imported into director.
>> 
>> Al my functions in ActiveX works correct exept when i try to import
>> a parameter which contains an array.
>> In VB is the name for an array 'variant' and when I try to import
>> with the methodfunction as described below Director says
>> there's missing a handler.   :(
>> 
>> (#methodName)
>> 
>> (This handler is in the ActiveX component and is only missing when i tried
>> to import the array...)
>> 
>> Put methodname (sprite n, para 1, para 2) into RetValue
>> 
>> Also I tried to import a linear list but same problem occurs here!
>> 
>> In the HelpFile of director  I've found that director must convert automatic
>> the
>> dataTypes from ActiveX in an equivalent datatype for director.
>> But.... can director convert to something like a arry?
>> 
>> Any suggestions or  example's would be appreciated.
>> 
>> 
>> Kind Regards.
>> 
>> Milo Mineur. (The Netherlands)
>> 
>> 
>> [To remove yourself from this list, or to change to digest mode, go to
>> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
> 
> 
> -- 
> 
> Lingo / Director / Shockwave development for all occasions.
> 
> (Home-made Lingo cooked up fresh every day just for you.)
> 
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
> email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming Lingo.  Thanks!]
> 


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to