Search found 3 matches
- Sun Jan 16, 2005 18:35
- Forum: Modifications / Integrations / Customisations
- Topic: performance
- Replies: 1
- Views: 2946
performance
Hi everybody ! I've got a big performance problem in my game during the menu step. Printing the frame rate all the time, I realised that each time I enable and show a new framewindow my fps drops a lot (130->70). FPS never goes up anymore like it should even after changing top framewindow. All my fr...
- Wed Dec 01, 2004 16:15
- Forum: Modifications / Integrations / Customisations
- Topic: editbox alpha
- Replies: 1
- Views: 3132
editbox alpha
Hi,
I have an editbox, I want to set alpha to this editbox, but I don't want that the text entered in this editbox is affect by the alpha. How can I do that ?
Thanks.
I have an editbox, I want to set alpha to this editbox, but I don't want that the text entered in this editbox is affect by the alpha. How can I do that ?
Thanks.
- Tue Nov 16, 2004 16:44
- Forum: Modifications / Integrations / Customisations
- Topic: Deleting windows on button click
- Replies: 7
- Views: 6171
Deleting windows on button click
I ended up writing a Window Manager (just a simple list) and custom window classes for each window I make in the app. Then when a window is to be deleted, it hides, deactivates, and sets my custom window classes isDestroyable flag to true, then the Window Manager can clean it up during idle time. I...