PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Dialog content missing
Dialog content missing
Iniciado por PaulGruet, 19,feb. 2019 09:29 - No hay respuesta
Publicado el 19,febrero 2019 - 09:29
Hi

We have an inconsistent issue with warning dialog boxes not displaying correctly. The dialog always has the correct title and program icon, but the red cross icon is replaces with a grey concentric circle with a triangle inside. The text is replaced with <Text of Error/Info> and the Ok button is just labelled "Button" and does not function. This leaves the application effectively locked as the Dialog cannot be dismissed.

It is called from a function which is running as a thread if this is of any significance.

The Wlanguage code fragment used to display the message box is as follows:

NextTitle("Carousel Issue")
Dialog("Please check the carousel - is it still turning? If yes, then you will need to remove the USB cable from the A/D device. Then set the position manually.")


Thanks
Paul