PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → File Paths in Style Files
File Paths in Style Files
Iniciado por guest, 01,feb. 2018 17:59 - No hay respuesta
Publicado el 01,febrero 2018 - 17:59
I'm modifying my Project.sty file in WinDev 22 and when I set the icon for a button (i.e. C:\MyProjects\Project\Images\Icons\a.png), save & close the file, then reopen it, the path always changes to the root folder of my project (i.e. C:\MyProjects\Project\a.png).

I checked version 20 and it also happens. It only seems to affect buttons because all my other controls have the correct paths.

While I could simply place my images in the root directory, I would prefer keep it organized.

Can anyone else reproduce this issue?