Archive

Archive for December, 2009

Mail your group members in Syncerd

December 4th, 2009 Wannes No comments

From now on it is possible to e-mail your team members in Syncerd.
Just click the e-mail button and you can select the group you want to send an e-mail.
If you want to be more specific, you can select an activity and filter the recipients on status.

Enjoy!

Categories: Syncerd Tags: ,

Prevent row selection in a list or datagrid when an itemrenderer has been clicked

December 4th, 2009 Wannes No comments

When your list or datagridColumn has an itemRenderer with a component that can be clicked, you don’t always want to select the row in your list.
To prevent the selection, you need to listen to the mouseDown event and stop the propagation (event.stopPropagation()). Read more…

Categories: Flex Tags: , ,

Enable double click interaction on a UIComponent in Flex

December 4th, 2009 Wannes No comments

If you want to interact on the double click event on a UIComponent, you need to enable the “doubleClickEnabled” property. Read more…

Categories: Flex Tags: ,