Search found 2 matches

by firestar
Sat Nov 29, 2003 5:17 pm
Forum: Advanced Help
Topic: Removal of GUI element causing heap validation error
Replies: 8
Views: 3203

It worked!! Thanks for the tip! I also have a suggestion. Making the private-Members in the ListBox-Class protected, would make programming deriving classes easier. My intention was to overload the draw-function to create a different look&feel. But the Listbox uses some private functions, that i...
by firestar
Fri Nov 28, 2003 9:31 pm
Forum: Advanced Help
Topic: Removal of GUI element causing heap validation error
Replies: 8
Views: 3203

i currently try to build my own set of widgets, running into problems. First i create my own class MyGUIListbox taking a copy of the sources of CGUIListBox. First i have some problems figuring out, how to make my own Widget visible. I was looking for a container, to add my widget, but then finally a...