Reverend Conehead
Well-Known Member
- Messages
- 10,319
- Reaction score
- 12,357
Actually, he'd be an adult by now. Back in 2001, when I was first learning coding, I stumbled upon a web page with a funny picture of a toddler looking angry. I needed a dialog box to stop users from sizing a window so small that it would crash the program. I thought it would be fun to have a little kid tell the user to knock it off, so I wrote to his parents asking for permission to use the image. They granted that, and I've used it in programs ever since. Here it is with the old Windows version (written in Windows 2000) on the left and the new Linux version on the right. I think it makes it more fun. I'm writing the Linux version in Python, and it has a thing that can block the user from making a window small enough to crash the program. So I don't actually need my toddler message box anymore, but I'm including it in the app anyway because I think it's funny.
I don't have the people's contact information anymore. I'd bet this now-grown man has no idea his toddler face has been popping up in my apps for years. I considered switching to a more cartoonish image of an angry toddler, but I was like, "Nah, this one is fun."
I don't have the people's contact information anymore. I'd bet this now-grown man has no idea his toddler face has been popping up in my apps for years. I considered switching to a more cartoonish image of an angry toddler, but I was like, "Nah, this one is fun."

You got me thinking what I would have come up with if I was a coder. If such a thing is possible, knowing me, I would have made a dialog box that would have displayed 'Will you stop touching me!' upon every resize attempt.