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 ...
Search found 2 matches
- Sat Nov 29, 2003 5:17 pm
- Forum: Advanced Help
- Topic: Removal of GUI element causing heap validation error
- Replies: 8
- Views: 3684
- Fri Nov 28, 2003 9:31 pm
- Forum: Advanced Help
- Topic: Removal of GUI element causing heap validation error
- Replies: 8
- Views: 3684
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 ...
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 ...