To view parent comment, click here.
To read all comments associated with this story, please click here.
What kind of non-font-sensitive, non-language-aware, hard-coded piece of shit as that?
If you do resize logic wrong, then yeah, it's easy, but it's 2007 --- we're getting past the point where you can give a wrong answer to a hard question just because it's easier than giving the right answer. If you do layout _right_, it's hard, and it's something the toolkit better handle.
Edited 2007-09-11 01:59
What are you talking about here?
Lazarus has the BEST sizing attributes I have used in any widgetset/toolkit. It has both anchors and alignment and also a concept of "neighbors".
You can do virtually anything with all 3. Just coz you don't know shit about what you say doesn't mean it's not there.
+ the gtk style of "autolayouts" is 80s. It's useless.
Uhm yeah, good for you. But I have 300 widgets. You still haven't given me a good reason to waste my time on 300 lines of code (probably more, because some widget's position depends on others, or depends on some conditions) instead of using that to solve a real problem.
As I said, an elitist attitude.





Member since:
2007-06-30
Jesus christ. We are talking about ONE function to handle resize... "Textbox1.Width = ParentDialog.Width - 540; Textbox2.Left = ParentDialog..Width - 1060;" etc. Seriously. You java/.NET folks need to get your head out of your ass... System.devices.cdRecorders.burnISO.FromFile(...) (or whatever the f--k that does all the work for you) does not make you a good programmer. And we aren't even talking about something complex like burning an ISO. We are talking ONE TO TWO LINES OF CODE IN THE ONRESIZE FOR EACH WIDGET YOU NEED TO HANDLE. And they aren't even functions! Simple value assignment. Loser