[swx] Problem saving swx returned object
Rob Slegtenhorst
rob_slegtenhorst at hotmail.com
Thu Apr 24 11:42:05 PDT 2008
sadly no.. I just used the "_root.templateArrayTest" to pass in an object I
created by hand (meaning: not an object returned from swx). strangely, this
returned without a problem, leading me to think that there is some sort of
problem in the returned object (or the saving thereof in my AS to
_root.templateArray).
From: swx-bounces at osflash.org [mailto:swx-bounces at osflash.org] On Behalf Of
holger arndt
Sent: Thursday, April 24, 2008 8:26 PM
To: SWX Mailing List
Subject: Re: [swx] Problem saving swx returned object
I think your problem is just a typing error:
You first assign "_root.templateArray "
but in the next line you pass "_root.templateArrayTest"
(see below)
Hopefully that's just the point...
Greets,
Holger
Am 24.04.2008 um 17:53 schrieb Rob Slegtenhorst:
function loadTemplateResultHandler(resultObj:Object):Void {
_root.templateArray = resultObj.result;
updateTemplate(_root.templateArrayTest);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swx_osflash.org/attachments/20080424/fbdc29b0/attachment.html
More information about the swx
mailing list