[flexcoders] how to change the line's color??

2008-03-04 Thread luoxuanhuayelin
In a linechart, if the backgroundColor of Application is not #ff,there will be some white horizontal lines in the linechart. how to change the line's color?? thanks link to a snapshot of my linechart http://bbs.blueidea.com/attachment.php?aid=80668noupdate=yes

[flexcoders] requestTimeout,why not take effect?

2008-01-12 Thread luoxuanhuayelin
mx:RemoteObject id=myservice requestTimeout=5 fault=faultHandler (event) source=tutorialsĀ”Ā° mx:method name=getListresult=getListHandler(event) fault=faultHandler(event) / /mx:RemoteObject mx:Button x=290 y=357 label=get list click=myservice.getOperation('getList').send()/ I

[flexcoders] itemRenderer's width and color is not changed. why?

2007-11-23 Thread luoxuanhuayelin
mx:DataGridColumn width=48 headerText=ADD editable=false mx:itemRenderer mx:Component mx:Button label=add color=#FF width=20 click=AddItem() /mx:Button /mx:Component /mx:itemRenderer /mx:DataGridColumn I have setted the color=#FF

[flexcoders] Re: focus in part of editable combox string?

2007-11-20 Thread luoxuanhuayelin
] On Behalf Of luoxuanhuayelin Sent: Monday, November 19, 2007 1:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] focus in part of editable combox string? Hi: I am looking for a editable combox like this image by using actionscript. http://img.photo.163.com

[flexcoders] focus in part of editable combox string?

2007-11-19 Thread luoxuanhuayelin
Hi: I am looking for a editable combox like this image by using actionscript. img src='http://img.photo.163.com/aHHUNXTWT0oCr2XiOhY8RQ==/80670728325275832 0.jpg' / For the type of 'TextInput', using the default function TextInput.setSelection((3,5), but for 'editable combox' ,I do not know.

[flexcoders] focus in part of editable combox string?

2007-11-19 Thread luoxuanhuayelin
Hi: I am looking for a editable combox like this image by using actionscript. 'http://img.photo.163.com/aHHUNXTWT0oCr2XiOhY8RQ==/806707283252758320.jp g' For the type of 'TextInput', using the default function TextInput.setSelection((3,5), but for 'editable combox' ,I do not know. Thanks in

[flexcoders] Re: focus in part of editable combox string?

2007-11-19 Thread luoxuanhuayelin
Sorry,not combox,but ComboBox --- In flexcoders@yahoogroups.com, luoxuanhuayelin [EMAIL PROTECTED] wrote: Hi: I am looking for a editable combox like this image by using actionscript. http://img.photo.163.com/aHHUNXTWT0oCr2XiOhY8RQ==/806707283252758320.jpg For the type of 'TextInput