I'm trying to add an option to give VGA users better image quality. The NativeImage control in the ControlsExDevice library appears to offer everything needed.
But I'm having a problem with positioning the control - is there a bug or maybe I've mucked it up somewhere? :sign0085:
When the Left property is set, it appears to ignore the value and reset both left and width to the initial left value!
Top, Height and Width behave as expected.
In the original application, the user selects the picture from a database and it may be of any size. Some repositioning/resizing code is needed to show it nicely on a fullscreen form. However the attached simple project illustrates the problem (needs ControlsExDevice and ControlsExDeviceDummy dll's).
I'm using version 6.90 and ControlsExDevice 1.8 - I think it's the latest library, re-installed and refreshed the dll's everywhere.
I thought perhaps I should set the position using NativeLeft and NativeTop, as in the Help file, but on my system these properties do not exist
Regards,
Geoff.
But I'm having a problem with positioning the control - is there a bug or maybe I've mucked it up somewhere? :sign0085:
When the Left property is set, it appears to ignore the value and reset both left and width to the initial left value!
Top, Height and Width behave as expected.
In the original application, the user selects the picture from a database and it may be of any size. Some repositioning/resizing code is needed to show it nicely on a fullscreen form. However the attached simple project illustrates the problem (needs ControlsExDevice and ControlsExDeviceDummy dll's).
I'm using version 6.90 and ControlsExDevice 1.8 - I think it's the latest library, re-installed and refreshed the dll's everywhere.
I thought perhaps I should set the position using NativeLeft and NativeTop, as in the Help file, but on my system these properties do not exist
Regards,
Geoff.