http://bugs.winehq.org/show_bug.cgi?id=2486
Summary: "Anchors" property not emulated with Wine! Product: Wine Version: 20040813 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: major Priority: P3 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: frocha@student.dei.uc.pt
Hi all,
I created a simple application with Delphi, and realised that if I set the "Anchors" property to auto-align a component to 'grow' each time a the window was Maximized or Resized, Wine couldn't do this... In result, emulating my program with Wine, I could not Maximize or Resize the form!!!
The "Anchors" property on Delphi, has the capability to set an anchor in four ways (Top, Left, Right, Bottom), so, that if I set a anchor at the top and at the bottom, resizing the window vertically, would automatically resize the component to fit the window!
I will try this on the new realesed version, but I don't think it will work.
Thank you, Love Wine