[flexcoders] Re: Set variable in custom component

2006-10-03 Thread fsawitzki
Many thanks for your correction of my code. It works fine, but i tried to do some modifications, which will not work. My problem is, that i also need the passed datestarty property to set the size of my rectangle inside the createChildren() function. But inside this function, the datestarty

[flexcoders] Re: Set variable in custom component

2006-10-02 Thread passive_thoughts
package myComponents { import flash.display.*; import flash.text.*; import mx.core.UIComponent; public class ShowEvent extends UIComponent{ public var datestarty:Number = 0; private var label:TextField; override protected function