Hi !
I have a problem with my windows... At the beginning of a round, i'm drawing in window like basic UT one (speechwindow). There is options on this window which allow me to open new window.
But i would like to make appear another window at the same time as the first window. So, i would need to open two windows at the same time. But when i do that (either by showing a child window or showing another window), both are appearing, but i can use only the second. The first is "freezed" and i must close the second in order to use the first.
What i would like to make, is allowing the player to use the first menu. The second is just showing infos about the inventory. But with two menus, it doesn't work.
Do you think i can make two different menus in a class ? Maybe i could make two before paint and created functions... Anybody has an idea ?
Thx
I have a problem with my windows... At the beginning of a round, i'm drawing in window like basic UT one (speechwindow). There is options on this window which allow me to open new window.
But i would like to make appear another window at the same time as the first window. So, i would need to open two windows at the same time. But when i do that (either by showing a child window or showing another window), both are appearing, but i can use only the second. The first is "freezed" and i must close the second in order to use the first.
What i would like to make, is allowing the player to use the first menu. The second is just showing infos about the inventory. But with two menus, it doesn't work.
Do you think i can make two different menus in a class ? Maybe i could make two before paint and created functions... Anybody has an idea ?
Thx