GLBasic forum

Main forum => Bug Reports => Topic started by: Qedo on 2023-Sep-10

Title: DDgui_msg freeze html5
Post by: Qedo on 2023-Sep-10
DDgui_msg freeze html5:

result% = DDgui_msg("yes or not",TRUE )
Title: Re: DDgui_msg freeze html5
Post by: Qedo on 2024-Jul-25
Is it possible that all the DDGUI examples I find on the forum and tutorials are incompatible with html5?
Does anyone have a good example?
Thank you
Qedo
Title: Re: DDgui_msg freeze html5
Post by: Kitty Hello on 2024-Jul-26
Oh. I think DDgui_msg uses an infinite loop to show the GUI. When you use SETLOOPSUB instead, DDgui works. My GACK (Gaming App Construction Kit) uses DDGui and runs perfectly.
Title: Re: DDgui_msg freeze html5
Post by: Qedo on 2024-Jul-28
ok but when I try to compile the prj DDGUI_TEST in html5 it freezes Firefox