
Can you add caption for this button in LangXX.wri?
TID_PLAY = 1116;Serpent wrote:
Can you add caption for this button in LangXX.wri?
Code: Select all
ErrorType : WndProc
ErrorText : Zabit Olafa : Modalni dialog (Options) nelze schovavat pomoci Hide protoze tim se neukonci modalni smycka a skryte ale zakerne se to pak projevuje hned na nekolika mistech! Spravny postup na ukonceni modalniho okna je naplneni promenne ModalResult, form potom automaticky zmizi a vse se korektne ukonci.
Yeh i noticed that. It only happens with the NewMainMenu being on. The same options window is used in both the main menu and in-game bit. With the new main menu its no longer opened as modal (When its modal its a window that takes over where you can't use any other window of the application) at the main menu, so its manually hidden but that triggers that error messsage when its used in-game as it is set to modal their.Serpent wrote:Thanks.
When I changed options in game:Code: Select all
ErrorType : WndProc ErrorText : Zabit Olafa : Modalni dialog (Options) nelze schovavat pomoci Hide protoze tim se neukonci modalni smycka a skryte ale zakerne se to pak projevuje hned na nekolika mistech! Spravny postup na ukonceni modalniho okna je naplneni promenne ModalResult, form potom automaticky zmizi a vse se korektne ukonci.