[flexcoders] Binding to property or use a custom event and event.target.myProperty ?

2006-11-17 Thread willmorganuk
I have a simple custom component, based on a richtexteditor, that cleans up it's own html when it's submit button is clicked. Question: Is is best to access the new 'clean' html from the main application via a [Bindable] property or dispatching a custom event when the internal processing is

[flexcoders] I've got me data bindings in a terrible twist. FB2b3

2006-06-08 Thread willmorganuk
Hi All - I'm getting really confused here. The help docs offer examples of binding webservice results to either UI components or objects, such as an ArrayCollection. This is all good and fine, but shouldn't I be binding these results to a model? And then bind UI comps to the model too? Here's

[flexcoders] Font changes to FlexBuilder IDE (2b3)

2006-06-05 Thread willmorganuk
Hi - does anyone know how to change the font of the MXML editor? I've looked about in windowpreferences and can't seem to find anything. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] ComboBox default label.

2006-06-05 Thread willmorganuk
Hi All, Any idea how I can add the usual Select An Item as the first label to a comboBox? The labels are from a webservice and I'm using lableField=GAL_NAME so there isn't one available to me. How do I add that into the dataProvider? Any help appreciated. Thanks, Will.

[flexcoders] Easy Noobie Question...Datagrid counting rows

2006-05-30 Thread willmorganuk
Hi all - does anyone know how to count the rows in a dg that are populated with data? Getting the columns is simple enough with dg.columnCount but dg.rowCount is giving an incorrect number. Do I have to do a count of the dataprovider instead? Thanks, Will. -- Flexcoders Mailing

[flexcoders] sending htmlText from RichTextEditor to webservice

2006-05-11 Thread willmorganuk
Hi! Complete noobie question here. Seems like it should be easy to answer though... I want to send the htmlText from an mx:RichTextEditor to a coldfusion webservice which then in turn inserts into an MS Access db. I've played around with request{RTE.htmlText.toString()}/request and had no

[flexcoders] Re: sending htmlText from RichTextEditor to webservice

2006-05-11 Thread willmorganuk
Got it working now (RTE.htmlText), but the font size=10 tag is a little large when it's placed on n html page :) need to find a way to strip that out from the string... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: