DaniJ
Forum Regular

Posts: 864
Registered: 08-03 |
Given that you plan to use it as a base for a new project, I can't help thinking it might be wise to switch to an object based GUI library now, while you are at it.
Surely, DETH doesn't construct controls like buttons, combo-boxes etc in-place each time they are required? There must be at least some level of abstraction (e.g. DrawButton(x, y, "Button name", func)).
|