Discussion:
IntraWeb8.x/D2006 -- Design Form Placement vs. Run Time Form Location
(too old to reply)
Kyle Olson
2008-05-31 04:02:01 UTC
Permalink
Hello All,
I am developing a client/server app at work and am having some unique
problems. The components I am using are IntraWeb 8.x , TMS IW v3.41 and
Gnostice (along with Delphi 2006). I dont have any coding problems and the
program operates properly except for one problem. If I align any number of
objects either manually or by selecting all of them and right clicking...
blah blah blah... when I compile/run the program, the objects arent
aligned properly (off center and such). This happens with several different
types of objects. I realize there are properties for font families (for text
objects) but i have tried using a specified font family for 4-5 text objects
and they are still scattered at run time after being aligned during design
time. I am using IE 7 when running the app. Is there anyone else having
these same problems?
Gist of my problem: Objects position/location sporactically change on
runtime. If objects are aligned during design time, they arent aligned when
compiled/run.

Any help would be terrific! Thanks in advance... -Kyle
Monte Carver
2008-05-31 04:45:12 UTC
Permalink
Kyle,

For some reason the alignment requires that the widths be the same. I find this
particularly problematic when right aligned. The work around it to set AutoSize = false
to all subject components then set all their widths to the widest.... Problem solved.

Regards,
Monte Carver

Loading...