11-04-2022, 11:46 AM
Test1: Used the following code:
Expected results see image:
(Click to view full size)
Unexpected results! Titles incorrectly displayed see in the following image:
(Click to view full size)
Note: Results are intermittent, the first run is ok, the second and subsequent runs fail.
Test 2: Used the following code:
The result shown in the image below:
(Click to view full size)
It clearly shows something is wrong.
Note 1: In the above tests the _MessageBox is OK.
Note 2: I have included the status bar icons for reference, it looks as if a HTML Application is run?
Ref:
Windows 8.1 64-bit QB64 Phoenix Edition ver 3.4.0 Tests 3/11/2022
Code: (Select All)
_Title "MPG 1"
name$ = _InputBox$("MPG 2", "Enter your name:", "anonymous")
If name$ <> "" Then _MessageBox "MPG 3", "Hello " + name$, "info"
Expected results see image:
(Click to view full size)
Unexpected results! Titles incorrectly displayed see in the following image:
(Click to view full size)
Note: Results are intermittent, the first run is ok, the second and subsequent runs fail.
Test 2: Used the following code:
Code: (Select All)
_Title "MPG 1"
name$ = _InputBox$("MPG 2", "Enter your name:", "")
If name$ <> "" Then _MessageBox "MPG 3", "Hello " + name$, "info"
The result shown in the image below:
(Click to view full size)
It clearly shows something is wrong.
Note 1: In the above tests the _MessageBox is OK.
Note 2: I have included the status bar icons for reference, it looks as if a HTML Application is run?
Ref:
Windows 8.1 64-bit QB64 Phoenix Edition ver 3.4.0 Tests 3/11/2022