Hi all! *two-page-long infatuation with shoes skipped :)*
Long-long ago I made myself an image catalog organizer using Python and Tkinter.
The central piece of it was an "ImageHolder" component hat consisted of a stack that contained the image itself, the image's name in a label, the image's tags in label. Such an imageholder could be selected/unselected (it wold change border color when clicked), it had properties that could be manipulated (mostly related to the contained image - such as rotation, name etc.)
I wonder how all this could be achieved using Shoes, since everything that happens, happens in the context of the Shoes.app
