UI to make images resizable in standalone
Posted: Fri May 08, 2015 12:04 am
Hi,
How would you enable users to resize an image in a desktop standalone?
In the IDE, this is automatic after selecting the image to get "handles" on the image and choosing the pointer tool. Click and drag any handle to resize the image. But that doesn't work in a standalone. I am doing the same steps in a mousedown handler in the standalone (select me, choose pointer tool), but the image does not respond to dragging the handles. ("Resize" property is checked for the image control, if that matters.)
Suggestions on why this doesn't work and what would work?
Thanks,
Tom
How would you enable users to resize an image in a desktop standalone?
In the IDE, this is automatic after selecting the image to get "handles" on the image and choosing the pointer tool. Click and drag any handle to resize the image. But that doesn't work in a standalone. I am doing the same steps in a mousedown handler in the standalone (select me, choose pointer tool), but the image does not respond to dragging the handles. ("Resize" property is checked for the image control, if that matters.)
Suggestions on why this doesn't work and what would work?
Thanks,
Tom