Page 1 of 1

Use Image control to view a large jpeg? - Solved

Posted: Mon Mar 29, 2021 3:03 pm
by DR White
My stack is 1024 x 486.
My image is 4000 x 2000.

I want to be able to use sliders to see the large resolution.

How do I set up my image control?

I could not find much on image in the dictionary.

Thanks

Re: Use Image control to view a large jpeg?

Posted: Mon Mar 29, 2021 3:57 pm
by Klaus
Hi,

GROUP your image control, set the rect of that group to the desired dimensions
and check LOCKLOC, H- and VScrollbars for the group. If that is what you mean. :-)

Best

Klaus

Re: Use Image control to view a large jpeg?

Posted: Mon Mar 29, 2021 4:42 pm
by DR White
That works great! :D

Thanks,

Klaus

Re: Use Image control to view a large jpeg?

Posted: Tue Mar 30, 2021 9:21 am
by stam
Klaus wrote:
Mon Mar 29, 2021 3:57 pm
Hi,

GROUP your image control, set the rect of that group to the desired dimensions
and check LOCKLOC, H- and VScrollbars for the group. If that is what you mean. :-)

Best

Klaus
I just wish this forum had a 'like' function -- thanks Klaus, you answered one of my unasked questions ;)