Re: [flexcoders] Flex 2: actionscript 3 problem

2005-10-27 Thread Muzak
PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 6:46 PM Subject: RE: [flexcoders] Flex 2: actionscript 3 problem Hi Matt, Maybe its easier if I explain you what I would like to do. I want to make a class that holds properties for a Product object, so I can reuse its

[flexcoders] Flex 2: actionscript 3 problem

2005-10-26 Thread Torben Nielsen
Hi, I have declared a class that I use as a object that defines a product in my application like this: package dk.newline.iccsuite.info { public class Product { public function Product(){ } // Public properties public var productID:String; public var