Revision numbering conforms to the integer system, where 1.10 is higher than 1.2. Version 1.2 Exec Lists Suck. Why? Traversing them is more complicated than need be, micro-optimising of this kind should be illegal. :) Using them with Gadtools ListViews is a crime. :) Anyway, instead of: while (temp) I had to put in: while (!IsListEmpty(list) && temp) ..in the code for the PlayList window to do with refreshing the contents when a Disc is inserted or removed. 'Cause list headers are not nodes! Thought I had this fixed anyway, but it got past me. Big Bah! :) Commodities Description had V1.0 instead of 1.1, it's now 1.1 and the real version is 1.2. :) Fixed minor bug with Aspect Ratios with the Play List Window. Was scaling something already scaled. Fixed bug in the custom image class of the pointer reference without checking to see if it is NULL first type. Added a check for audio track in the PlayList code, cosmetic. Reinserted songs placed in exact postion in PlayList window, cosmetic. Changed pen setup somewhat, defaults now use the first 4 last 4 rule that showed up with 3.x of the os. ie: instead of 7 meaning pen 7 it now means pen 255 in 256 col screens, 3 would still be pen 3. Also added a debug operation mode, ie: OperationMode=Debug Version 1.1 First Public Release