My goal is to update the look of the GUI in my application. Currently, my graphical interface contains many lists that are used to edit some objects in the old way, that is, the user double-clicks an element and a dialog box is displayed to modify the corresponding object.
I think a good modern approach is how Firefox shows the installed extensions (screenshot below).
My question is, how easy is it to create such a GUI in Delphi (win32)? Are there any components that you use when applying this behavior, or will I just need to code this using panels? (IMO is a very cumbersome job that I would like to avoid - the logic of choice, resizing, etc.)
alt text http://i41.tinypic.com/16k6gd5.png
user-interface firefox controls delphi
utku_karatas
source share