PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → [WD5.5] Change image display mode
[WD5.5] Change image display mode
Iniciado por Patrick Vandebroek, mai., 15 2005 6:39 PM - 1 resposta
Publicado em maio, 15 2005 - 6:39 PM
Hi All,
is it possible in WD5.5 to change the image display mode by programming code?
Standard, i have the image display mode set to stretched, but I will let the user choose if he wants to see his picture normally, stretched or centered.
Regards,
Patrick

http://home.tiscali.be/vdbservices
Publicado em maio, 15 2005 - 10:51 PM
Hi Patrick,
I don't think it is possible in WinDev5.5.
In WinDev5 you can solve this problem by making invisible picture for each picture-mode. You can make this pictures outsidescreen or invisible. Don't fill the image-control with an image. After reading the user-settings you can fill the correct image, put the image in place and resize the image (if needed).
greetings,
Joop

Hi All,
is it possible in WD5.5 to change the image display mode by programming code?
Standard, i have the image display mode set to stretched, but I will let the user choose if he wants to see his picture normally, stretched or centered.
Regards,
Patrick