|
|
|
|
|
by b15h0p
3597 days ago
|
|
Yeah, I like that too. Makes you think twice about re-implementing widgets because of the insane amount of functionality that is tied even to the simplest widgets and still invisible. Think of how hard it would be to re-implement a dropdown, for instance: You would need to implement keyboard navigation (arrow keys), jump-to-entry (using the letter-keys), srolling with the mouse wheel, flipping through entries while the dropdown menu is closed and probably a thousand other things that I never used but some people do. |
|
In the end I think I cheated and drew the list box on the parent with an option to go up or down depending on it's relative position.
Certainly was complicated.