[flexcoders] dispatching event from custom swc file

2005-07-16 Thread m00n_de
hi, maybe someone could explain this to me ? I build a custom component in flash. The class extends UIComponent. The default events like initalize and creationcomplete are dispatched correctly. But i canĀ“t solve it to dispatch custom events. Before the class definition starts i use:

[flexcoders] cursor manager bug

2005-07-16 Thread Eric Guesdon
Hi to All, It seems to be a bug In your first .mxml file copy and paste this peace of code // * \\ mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Loader source=MainDivider.mxml.swf autoLoad=true

[flexcoders] HUGE Date gotchya

2005-07-16 Thread Nikmd23
Just wanted to let everyone know this real quick, because it took me forever and an accident to figgure it out. The mask (aka format) you use on DateFormatter's have to be UPPER case. (MM/DD/YY) However the date mask on a DateValidator MUST be lower case (mm/dd/yy) or the date will noe

[flexcoders] populating controls from a structure coming from a RemoteObject call

2005-07-16 Thread Ghislain Simard
Hi I'm trying to parse an object coming from a RemoteObject and use that object to fill-in different form fields. How to do so? Here is the code: mx:Script ![CDATA[ var rToList:Object; function rToListSet(event:Object):Void {

Re: [flexcoders] populating controls from a structure coming from a RemoteObject call

2005-07-16 Thread Clint Modien
http://livedocs.macromedia.com/flex/15/flex_docs_en/0742.htm On 7/16/05, Ghislain Simard [EMAIL PROTECTED] wrote: HiI'm trying to parse an object coming from a RemoteObject and usethat object to fill-in different form fields. How to do so?Here is the code:mx:Script![CDATA[var