Page 1 of 1

Iconify Snapshot

Posted: Tue Jan 22, 2013 9:21 am
by fingus
I like to know how the "Iconify" feature of Hollywood windows is implemented. Is it pure Intuition/workbench.library code or is it using one of the GUI toolkits for this purpose (e.g. ReAction window.class with OS4.x)? IF its pure Intuition/Workbench code, could you please implement the WBAPPICONA_SupportsSnapshot and the WBAPPICONA_PropagatePosition features, so that an application is able to snapshot its iconify AppIcon position?"

Re: Iconify Snapshot

Posted: Thu Jan 24, 2013 1:15 pm
by airsoftsoftwair
It's not using ReAction but only system functionality. I didn't know that OS4 had this snapshot functionalities. I'll see if that can be easily implemented.