hi people,
i’'m trying to modify the visualization of the chatRoster, i intend to show only the user nickname.
how can i do this?
thanks everybody
gpleone
hi people,
i’'m trying to modify the visualization of the chatRoster, i intend to show only the user nickname.
how can i do this?
thanks everybody
gpleone
If you are using the DataGrid component you can use the columnNames property. For example:
dg.columnNames = ;
thanks
Hi,
Otherwise you may Extend the class Roster and override the method addRosterItem