[flexcoders] Dash symbol on xml tag

2008-01-14 Thread ruidsoares
Hi, I have an xml file that has the following structure: Arial bold I would like to know how can I reference the font-family tag using E4X? Thanks, Rui

[flexcoders] Re: How to remove the current sort on a Datagrid

2007-11-30 Thread ruidsoares
ECTED]> wrote: > > Assuming there is a column with dataField="id", the arrow should move. > If you can fit the rest of the test case on a few screens of code, I can > try it out and see > > > > From: flexcoders@yahoogroups.com [

[flexcoders] Re: How to remove the current sort on a Datagrid

2007-11-30 Thread ruidsoares
Assuming there is a column with dataField="id", the arrow should move. > If you can fit the rest of the test case on a few screens of code, I can > try it out and see > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On &

[flexcoders] Re: How to remove the current sort on a Datagrid

2007-11-29 Thread ruidsoares
ECTED]> wrote: > > If you set the sort with only one sortField, the DG should reflect that. > Maybe you can post a test case? > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of ruidsoares > Sent: Wednes

[flexcoders] How to remove the current sort on a Datagrid

2007-11-28 Thread ruidsoares
Hi, I have a Datagrid that the user is able to edit directly. He is also allowed to add a new item in the grid. This is done by using addItem on the ArrayCollection that serves as the data provider for the grid. After that I use the editedField method of the datagrid to give focus to the fir