|
|
|
|
|
by unsupp0rted
270 days ago
|
|
> properly-written apps would inherit it and work fine It's nice when there's only a handful of UI controls and they're all system-native. Visual Basic was a godsend. Want a custom control? Draw one using the shape tool, but then you're in for a world of pain maintaining it and handling edge cases. Want a shadow around it? Draw a second shape and offset it a bit below and a bit to the right of your first shape. Just don't forget when the window gets resized to move/resize not only the first shape but also its shadow separately. |
|