Tag Archives: Control

Multi-select Flex List Control

Well, I had a requirement to use a multi-select Flex List control. I wanted to avoid the CTRL-button-down process altogether and devised a custom component. Upon clicking the item for the first time, the item is added to an ArrayCollection and is selected as well. If you click again on the same item/record, the item […]

1  

Removing Subversion Control over a file/folder

I use Tortoise Svn as Subversion tool on Windows platform and Subclipse on Linux platform. For some reason, I had to remove the subversion control over a file/folder. The solution: Right click on the file/folder and goto ‘Tortoise SVN>>Export ‘ Then export the file/folder to itself (choose the same file/folder as the export-to file/folder) If […]

2