[flexcoders] Re: Text selection on DataGrid cells

2008-09-08 Thread stuartward
or just draw your own selection rectangle and compute the selected text yourself. Another problem is that the right-click cut/copy/paste is only going to work on one textfield. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stuartward Sent: Thursday, September 04

[flexcoders] Text selection on DataGrid cells

2008-09-04 Thread stuartward
Is there a way to allow for selecting text within a cell (or across several cells in a row) in a DataGrid by clicking and dragging with the mouse and the cursor highlighting the selected text? The same method as you would do in a typical HTML table of data. Thanks, Stuart

[flexcoders] AutoComplete with multiple items

2008-04-22 Thread stuartward
I would like to create an AutoComplete component that functions with multiple items entered into the text input box and separated by commas or semicolons (similar to an email application's To: field). I've looked at both the Adobe AutoCompleete Component and the Yahoo Astra AutoComplete

[flexcoders] Re: Datatip in datagrid not working properly

2008-04-17 Thread stuartward
=dg.dataTipField=null From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stuartward Sent: Monday, April 14, 2008 7:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Datatip in datagrid not working properly Thanks

[flexcoders] Re: Datatip in datagrid not working properly

2008-04-14 Thread stuartward
/mx:Application --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Do you have a small test case we can look at? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stuartward Sent: Tuesday, April 08, 2008 7:20

[flexcoders] Re: Datatip in datagrid not working properly

2008-04-07 Thread stuartward
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stuartward Sent: Sunday, April 06, 2008 2:34 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datatip in datagrid not working properly I have enabled showDataTips in the columns

[flexcoders] Datatip in datagrid not working properly

2008-04-06 Thread stuartward
I have enabled showDataTips in the columns of a datagrid. The datatips show up for all cells regardless of whether the text is clipped or not. According to the Flex 3 documentation: If you enable data tips, they only appear for fields where the data is clipped. I only want to show the datatip