Wednesday, November 5, 2008
Hi Guys , I recentally found a cool trick. the trick is How you will call external method from datagrid itemrender that do some action on your current datagrid.
Labels: Datagrids
Hi Guys I hope every body doing great things in Flex. We all know that FLEX 3.0 has the feature of module. By Using module you can make your application in parts , I will discuss this concept later in my blog . right now i am awaring you about how to reload your module in Flex 3.0 , technically module reloading module is not possible but you can reload it each time at the time of Loading.
Tuesday, November 4, 2008
Hi Guys Well every one Know how to use Hand Cursor in LinkButton and a Simple Button but if You want to make a Label or Text as Button than you can easily do that like add some click event on Click of that Label or TextField but by buttonMode true or by useHandCursor property set to true you can't get HandCursor Over a Label or TextField than at Last Use This Property as Well.
Labels: Flex Builder Settings