Hi all, Is there a way to partially remove images from a dialogue box? I am writing a program to place cold rolled members in a model. The program relies on a series of questions based on connection details at each end, insertion points etc. In order to make the program as user friendly as possible, I am using toggles to load up the relevant image based on the current options selected. Because of the number of combinations (50+), I was trying to "overlap" the images. For example: - One image showing member in elevation to be displayed at all times. - As the user selects a particular option (say left end connection type), the image gets loaded on top of the original image. This works until the user changes his mind and wants to select another connection option, after which two image slides appear at the left end... I know you can use fill_image, but this wipes the whole image. Is there a "unload_slide" type function to enable a variable slide configuration? Thanks John