PDA

View Full Version : Need help with Image Resize


sebalius
10-23-2008, 04:31 AM
I am writing a program which loads a listbox with a folder of jpg files, on select puts a resized image into an image box. I have the window as resizeable so all works well untill I resize the program, the images stay the same size through the resize routine.
Does anyone know a way roud this to kind of resize resized images on program maximise.
Thanks
sebalius
ps this is just a hobby to me.

holtgrewe
10-23-2008, 07:53 AM
sebalius
In AMS7 there is an Auto-Resize feature for objects. Within the Image properties --> Attributes tab - there are check boxes for auto-resize. My typical setting would be to check (Right & Bottom) for Images, but experiment with the settings for your own needs.

Also, the (Project --> settings --> Window is resizable) check box must be ON, which I assume you have already set.

hth.

sebalius
10-27-2008, 10:07 AM
sebalius
In AMS7 there is an Auto-Resize feature for objects. Within the Image properties --> Attributes tab - there are check boxes for auto-resize. My typical setting would be to check (Right & Bottom) for Images, but experiment with the settings for your own needs.

Also, the (Project --> settings --> Window is resizable) check box must be ON, which I assume you have already set.

hth.
Thanks for the advice holtgrewe, I think I have solved the problem.
Thanks again for your help.
sebalius