thefjk
01-10-2006, 02:58 AM
Info:
Here's the whole story, I've made an Array with a lot of Websites, then it sends the info to a List Component where, when the user click, it shows the Website, WebSite Details and URL on seperate text boxex. There is a button which opens the browser from the selected item's URL. Complicated? It gets worse!
Help:
Now i want to add a TextField which woul'd Update my List according to what a user types, letter by letter, or when they click search, but when the text field is empty display the original List...
CAN SOMEONE HELP ME...!! I'M STUCK AND HAVE NO MORE IDEAS... Actionscript is too hard sometimes...!
Code Used:(As The dataProvider, 1 Item Only!)
var list:Array = [
{label:"AC", icon:"acIcon", data:"http://www.ac.com/", info:"AC Stuff."}];
Heres a SAMPLE (http://www.geocities.com/thefjk/web_list.swf)
PS: Any Search type (like must press-button-type, is also appritiated!) They will all be useful... :D
Thanks THEFJK!
Here's the whole story, I've made an Array with a lot of Websites, then it sends the info to a List Component where, when the user click, it shows the Website, WebSite Details and URL on seperate text boxex. There is a button which opens the browser from the selected item's URL. Complicated? It gets worse!
Help:
Now i want to add a TextField which woul'd Update my List according to what a user types, letter by letter, or when they click search, but when the text field is empty display the original List...
CAN SOMEONE HELP ME...!! I'M STUCK AND HAVE NO MORE IDEAS... Actionscript is too hard sometimes...!
Code Used:(As The dataProvider, 1 Item Only!)
var list:Array = [
{label:"AC", icon:"acIcon", data:"http://www.ac.com/", info:"AC Stuff."}];
Heres a SAMPLE (http://www.geocities.com/thefjk/web_list.swf)
PS: Any Search type (like must press-button-type, is also appritiated!) They will all be useful... :D
Thanks THEFJK!