[flexcoders] Re: about allowMultipleSelection question

2008-08-26 Thread dialogtmp
Thank you very much \^0^/ --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: You have to subclass TileList and override selectItem method to simulate Ctrl key. Funny thing, I just did the same thing in the DataGrid yesterday :)

[flexcoders] Re: about allowMultipleSelection question

2008-08-25 Thread dialogtmp
--- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: You have to subclass TileList and override selectItem method to simulate Ctrl key. Funny thing, I just did the same thing in the DataGrid yesterday :)

[flexcoders] Re: about allowMultipleSelection question

2008-08-25 Thread dialogtmp
Thank you very much!! \^0^/ But I only study flex for several weeks. I don't know how to use the override method in my flex project. Has any related information? thanks, dialogtmp --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: You have to subclass TileList and

[flexcoders] Re: about allowMultipleSelection question

2008-08-24 Thread Dmitri Girski
You have to subclass TileList and override selectItem method to simulate Ctrl key. Funny thing, I just did the same thing in the DataGrid yesterday :) http://mitek.id.au/blog/2008/08/24/easy-multiple-items-selection-in-datagrid/ Cheers, Dmitri. --- In flexcoders@yahoogroups.com, dialogtmp