AutoitMike Posted April 27, 2022 Posted April 27, 2022 When I place the picture object on the form and choose a bitmap file in the picture picker, the picture preview only works if "Fit" check box is unchecked. OK BUT As soon as I click "OK" the picture is reduced in size by about a 100 times smaller up in the top left corner. If I go back to the picture picker, the "Fit" check box is checked. How do I make this work?? Thanks
Zedna Posted May 9, 2022 Posted May 9, 2022 Look at Stretch in Object Inspector. Values: sFree/sProportional/sRealSize This is what define behaviour of picture (stretch/resize) on the form in Koda. "Fit Image" only apply for Preview in "Load image" dialog. So set Stretch variable to sRealSize value before you load your image. Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now