PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Dialog content missing
Dialog content missing
Débuté par Paul Gruet, 19 fév. 2019 09:29 - Aucune réponse
Posté le 19 février 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