Re: SpyBot S&D written in Delphi



John Kaster (Borland) wrote:

> Craig Stuntz [TeamB] wrote:
>
> > I've never used Anchors at all because I find that Align is much
> > more reliable and can do similar things.
>
> What problems are you encountering with Anchors now?

I haven't tried them in a while. Most of the problems I had came with
making them tolerant of DPI (large / small fonts) changes. I *do* use
Scaled (because I consider it a feature) but I've learned to avoid most
of the problems some folks seem to have with that. But I could never
get the scaling to work correctly when the stuff to which something was
anchored changed sizes.

--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog : http://blogs.teamb.com/craigstuntz
Please read and follow Borland's rules for the user of their
news server: http://info.borland.com/newsgroups/guide.html
.



Relevant Pages

  • Re: SpyBot S&D written in Delphi
    ... > John Kaster (Borland) wrote: ... >>>I've never used Anchors at all because I find that Align is much more ... It may or may not exist in Delphi 2005... ...
    (borland.public.delphi.non-technical)
  • Re: SpyBot S&D written in Delphi
    ... John Kaster (Borland) wrote: ... > What problems are you encountering with Anchors now? ...
    (borland.public.delphi.non-technical)
  • Re: SpyBot S&D written in Delphi
    ... I use Anchors a lot. ... That is not so easy to do with Align, ... use a range of panels to cover the empty spaces. ... "Death is one of the few things that can be done as easily lying down. ...
    (borland.public.delphi.non-technical)
  • Re: CLX compatibility with VLC : Align in a form
    ... > Anchors that you can with Align. ... what I want to do is to make a mosaic with 3 SDI Forms (3 windows) ... With the VCL version under Windows, I use the propertie Align, so my first ... What I need is a attribute like Align for a window undel the CLX ...
    (comp.lang.pascal.delphi.misc)
  • Re: SpyBot S&D written in Delphi
    ... with anchors, most related with font size/screen DPI or forms being opened at a size different from their edited size, anchors with a panel aligned/anchored in a form. ... Not easily reproduceable, but every single usage of Anchors has come back to bite us at some point, so they are getting all replaced by either Align and dummy labels for spacing, or in complex cases, manual repositionning in FormResize handlers. ...
    (borland.public.delphi.non-technical)