Hacker Newsnew | past | comments | ask | show | jobs | submit | project2501's commentslogin

> Everything in the VB UI editor was based on a fixed layout. There was a fixed font size, fixed DPI-density display expectation, and fixed button sizes. Every dialog assumed fixed sizes and was non-resizable

Yes, everything in the layout was fixed, unless you chose to resize it through code

I've developed many applications in VB that dynamically resized every control to maintain a consistent UI regardless of the window size

I mean, simple things like this

textarea.width = form.width - ( textarea.left * 2 )

to keep it centered and preserved the margins

Granted, for complex layouts, it quickly evolved into a dedicated procedure to resize all controls in the correct order and handle edge cases. But it was absolutely doable, even by an amateur teenage programmer

I think other IDEs (Delphi maybe?) had anchors and other helpful features to assist with resizing


Overheating could be a problem. cooling by thermal radiation alone maybe isn't enough


similar journey, but on two parallel paths

for tech/science discussions: slashdot > HN for entertainment: rss > reddit > ? (help)


same here, Argentina


PortableApps is awesome. Thank you for all your work.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: