[flexcoders] Get data from a column in datagrid

2009-06-11 Thread btc132
hello all I coding in AdvandDatagrid, but i can't to get data from a column in it. I wrote: [Bindable] private var npupdate:ArrayCollection; for(var i:int = 0; i < nounphrasesArray.length; i++) { var obj:Object = {object:nounphrasesArray[i]}; NPresults.addItem(obj); } var adg:Ad

[flexcoders] how

2009-06-11 Thread btc132
hello all I coding in AdvandDatagrid, but i can't to get data from a column in it. I wrote: [Bindable] private var npupdate:ArrayCollection; for(var i:int = 0; i < nounphrasesArray.length; i++) { var obj:Object = {object:nounphrasesArray[i]}; NPresults.addItem(obj); } var adg:Ad

[flexcoders] How transmiting a string to variable in contexmenu

2009-04-14 Thread btc132
hello all i want to transmit a string to variable by when i highlight a string contexmenu and click right mouse to choose "search" function which is the same "copy" function. i done in the following. public function clone():ContextMenu; private function search(evt:ContextMenuEvent):void { var se

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
it is the API basic http

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
yes, that site expose an API. you can tell me to attach or click random button in other web

[flexcoders] help me - sent request to automatically search

2009-04-07 Thread btc132
Hello all I want sent a request to an other web and send a request to click "Search" button of the web. i done private function send_request( ):void{ var request:URLRequest = new URLRequest("http://thesaurus. reference. com/"); var variables:URLVariab les = new URLVariables( ); variables.sometext

[flexcoders] send request

2009-04-07 Thread btc132
Hello all I want send a request from a text table to a other web and send a request to click "Search" button of the web. i done private function send_request():void{ // Create a requestthat sends data to the http://thesaurus.reference.com/ page var

[flexcoders] sent request to other web

2009-04-03 Thread btc132
Hi all I want to send a request to other web to search automatically. But i can't automatic click to its search button. You can advise me thanks

[flexcoders] click search in other web

2009-04-03 Thread btc132
Hi all I want to send a request to other web to search auto. But i can't auto clock to its search button. You can advise me thanks

[flexcoders] Search auto the other web

2009-04-01 Thread btc132
Can you help me! I have a program, now i want that when i blacken a word after to click right mouse to it and to select search function, it will auto link to a web that i defaulted after to fill the word in the web next auto click Search button. Thanks so much!