|
From: Raymond I. <xw...@ya...> - 2003-10-24 18:19:49
|
--- Michael Bystrom <mi...@mi...>
>
> This is the sytem I'm using now to collect the info
>
> array[array.length] = {
> dynlayer:c.name,
> x:c.getX(),
> y:c.getY(),
> w:c.getWidth(),
> h:c.getHeight(),
> color:c.getBgColor(),
> v:c.getVisible(),
> z:c.getZIndex(),
> img:c.getBgImage(),
> html:c.getHTML(),
> parent:c.parent.name,
> locked:c.isLocked,
> isVisible:c.isVisible,
> vislyr:c.vislyr,
> linkedTo:c.linkedTo,
> name:c.name,
> isRelative: c.isRelative
> }
>
> Isn't this the fastest way. There are no sub arrays
> or objects.
> Except for relative (not tested this feature with
> save and paste)
> They are all numbers and strings.
>
> ?
I think this should be ok. We just will have to test
it.
--
Raymond Irving
>
>
>
-------------------------------------------------------
> This SF.net email is sponsored by: The SF.net
> Donation Program.
> Do you like what SourceForge.net is doing for the
> Open
> Source Community? Make a contribution, and help us
> add new
> features and functionality. Click here:
> http://sourceforge.net/donate/
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
>
http://www.mail-archive.com/dyn...@li.../
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|