PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Cannot customise Yes/No, OKCancel boxes
Cannot customise Yes/No, OKCancel boxes
Iniciado por Ian Burgess, 22,abr. 2015 12:46 - 1 respuesta
Miembro registrado
1 mensaje
Publicado el 22,abril 2015 - 12:46
I tick the box in Project Description -> Skin to apply skin to YesNo, OKCancel boxes. This then places "WebdevMessageBoxSkin", "WebdevOKCancelSkin" and "WebdebYesNoSkin" pages into the project. The problem is that I want to edit these pages but I do, the changes are ignored when the project is compiles and run (either in debug mode or deployed).

This happens in version 19 and 20 of Webdev.

I even tried creating my own popup windows to emulate these functions, but with my own design, however, the problem is that any code after the popupdisplay is run IMMEDIATELY and does not wait for user input to hit a button. This makes it unuseable as I can't embed all my code on the button of the popup window itself!

Anyone have any solutions?
Miembro registrado
5 mensajes
Publicado el 20,octubre 2015 - 11:23
I had the same problems as you. I finally created my own YesNo and OKCancel boxes as any standard page and I call them with the function PageDisplayDialog()