[Flashcoders] How will asfunction work in AS3/MXML? Jester?

2006-01-30 Thread Tom Bray
If I have a link like this in a Flex2 TextArea like this: a href='asfunction:doSomething,foo'click here/a Where do I put my doSomething() method? -Tom ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] How will asfunction work in AS3/MXML? Jester?

2006-01-30 Thread Tom Bray
you could remove doSomething, and leave foo. doSomething could be your event listener function passed to the textField.addEventLisetener for example. - Original Message - From: Tom Bray [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday

Re: [Flashcoders] Flexbuilder 2: how can I hide subcontrols oftheRichTextEditor?

2005-12-14 Thread Tom Bray
): mx:RichTextEditor id=my_rte width=100% height=100% creationComplete=hideMofos()/ - Original Message - From: Tom Bray [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 13, 2005 8:36 PM Subject: Re: [Flashcoders] Flexbuilder 2: how can I

[Flashcoders] Flexbuilder 2: Drag Drop

2005-12-14 Thread Tom Bray
How can I prevent the data in the dragSource from being deleted from the dragInitiator? I'm using MM's drag drop example below. When you drag an item from one list to the other, the data is removed from the dragInitiator and I don't want that to happen. I tried supplying my own dragComplete

Re: [Flashcoders] Flexbuilder 2: how can I hide subcontrols of theRichTextEditor?

2005-12-13 Thread Tom Bray
- Original Message - From: Tom Bray [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, December 13, 2005 7:42 PM Subject: [Flashcoders] Flexbuilder 2: how can I hide subcontrols of theRichTextEditor? I'd like to hide the font chooser, align