[flexcoders] Alert box content

2007-01-04 Thread Matt Boles
I have content wrapping in an Alert box. I changed the width of the Alert box, but that didn't help the contents. Any ideas? I want the text "currentTarget:" and "EventBubbling1.myVBox.myButton" on the same line. Thanks- Matt Matthew Boles Technical Lead Customer Tra

[flexcoders] TextInput/List matching

2005-11-04 Thread Matt Boles
Anyone have code to share to accomplish the following: A blank TextInput and populated List controls are used As the user types into the TextInput, the List control dynamically displays only words than match what the user has entered thus far into the TextInput When th

RE: [flexcoders] Empty Arrays Returned from CFC

2005-12-14 Thread Matt Boles
Brad- I always have good luck converting the query into an array of structures.  And here is a link to a UDF to do the work: http://www.cflib.org/udf.cfm?id=10   In Flex you then have an ActionScript array of objects. -Matt     From: flexcoders@yahoogroups.com [mailto:[EMAI

CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
I am using a CurrencyFormatter class in an ActionScript controller.  It works fine if I first declare the object as an Object, then as a CurrencyFormatter: class P4_6Controllerb {     // properties     public var exampleView:Object;     private var myFormatter:O

RE: [flexcoders] CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
recipient of this e-mail, please notify the sender by return e-mail and delete all copies of it from your computer.     From: Matt Boles [mailto:[EMAIL PROTECTED] Sent: 29 March 2004 13:57 To: 'flexcoders@yahoogroups.com' Subject: [flexcoders] CurrencyFormatter in ActionScript