Omar, 
 
> Each suggested keyword is rendered one above the other, in 
> TextFields that are created on runtime, by using a loop. 
 
> I know it would be achieved using: 
> 
> Suggestion.alwaysShowSelection = true; 
> Suggestion.setSelection(whatever,whatever);// but what "whatever" should I

> put to much the InputTF letters to highlight in the Suggestion TextField? 
 
For each of your suggestion TextFields try: 
 
Suggestion.setSelection(0, InputTF.length - 1); 


Regards, 

-Keith 
http://keithreinfeld.home.comcast.net
 



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

Reply via email to