Archive for the ‘tips & tricks’ Category

If you followed my previous post you probably now have a Flex + .NET project that makes a WebService call. If not, here's a project you can use testDotNet.zip. To import this in Flex Builder choose File->Import->Flex Project and follow the steps. Next open Visual Web Developer and open a Web ...
Today I saw an interesting post on FlexCoders. Suppose you have an editable DataGrid and you want to confirm through an Alert if the change should be made or not. Preventing the change is easy, you just need hook onto the itemEditEnd and call event.preventDefault(). The problem arises when you ...
A few days ago I was trying to use the FDS AJAX Bridge to push some messages in an AJAX grid. So I created a Flex + WTP + BlazeDS project and went to change the default Application from the default MXML file to my FDMSBridge.as (The 1x1 pixel SWF). ...