hello all,
I have a action script class which is bindable and instantiates objects of other class
as :
quote:
[Bindable]
public class Templateobjects
{
public var template1 = new sampleTemplate1();
public var template2 = new sampleTemplate2();
public function Templateobjects(){
// constructor function
}
}
and in my mxml file i import this class as and trying to access this variables in this class, as:
import Templateobjects;
public var templatelistObject:Templateobjects = new Templateobjects();
for(var i:Objects in Templateobjects){
trace(" found objects");
}
i am not getting the trace...
please tell me how should i go about this.
Regards
Flex Learner
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Software development tool | Software development | Software development services |
| Home design software | Software development company |
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___

