[Flashcoders] looking for combobox w/ autocomplete

2006-01-06 Thread Nick Appelmans
Can anyone point me in the direction of a combobox with autocomplete like
that offered as a Dreamweaver extension MX Widgets by interaktonline.com?
I'm not looking for the interface so much as an example of how to create a
combobox that would select a matching item from a list (based on the first
few letters) as you typed until you began to type a unique word at which
point you'd be entering a new item.

Thanks for any help.

 

Nick

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] DataGrid scroll problem and Archive Access

2005-12-22 Thread Nick Appelmans
Hi List:

I tried searching archives but link from webpage is broken. I have a
datagrid that is bound to a dataset where both properties of the binding are
property = dataprovider when the datagrid displays the resource returned
from a MySQL query via amfphp it displays the rows properly until I use the
scroll bar of the datagrid. When scrolling, almost all of the rows are
replaced with a copy of one of the rows. This happens in Firefox and IE and
the Flash IDE when testing the movie. I am using Flash MX 2004 Pro ver 7.2
which I understand had fixed a datagrid dataset issue (Bug # 81829).

 

Thanks in advance of any leads or suggestions. Also, how can I search the
archives of Flashcoders?

 

Nick

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] dynamic accordion header text

2005-11-24 Thread Nick Appelmans
How do I allow a user to dynamically change the label in the header of an
accordion component? I've used the labelPath.text property but this does not
allow me to adjust for text width so the number of characters in the new
label has to be = to the old label or it will get truncated in the header
display. I cannot set the width with labelPath.width either. Is this the
best way to change a label through user input?

 

myAccordion.header0.labelPath.text = myNewLabel;

 

Thanks for any help.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders