PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20]  Customizing User Groupware
[WD20] Customizing User Groupware
Iniciado por guest, 17,nov. 2015 21:33 - No hay respuesta
Publicado el 17,noviembre 2015 - 21:33
I am trying to avoid having to create my own user security solution. I need to customize the WIN_GPU_Main window included in the internal component. I need the list of windows in LOOP_Element to use the window title (friendlier name) instead of the window name. I can not do this from an internal component because it can not access window properties. So I moved everything out of the internal component and into my project. I got the idea from this thread: http://27130.foren.mysnip.de/read.php….

Here's the problem. Every time I run the program it uses the old WIN_GPU_Main window. The window I modified does not get used, no break points are hit. I've deleted my cpl folder and even my exe folder. I've deleted all backups of WIN_GPU_Main. I can not figure out how it is still accessing the original window.