Link to home
Start Free TrialLog in
Avatar of wantime
wantime

asked on

Delphi2010: Layout Problem

hi all,

in one project there is a form A which use a parent form B.

in form A there is a TEdit component, if this component is moved vertically in the IDE, it can be correctly displayed when the application runs. But if this componet is moved  horizontally in the IDE, it turns back to the original position when the application runs.

following are some related information of this TEdit component:

Align: alNone
left: 200

any suggestion?

btw, are there special books or ressource to explain how to design layout in Delphi?

thanks,

wantime
Avatar of Geert G
Geert G
Flag of Belgium image

post the 2 dfm sources

there is some considerations when redesigning the parent form
when using VFI (Visual Form Inheritance)
ASKER CERTIFIED SOLUTION
Avatar of jimyX
jimyX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wantime
wantime

ASKER

thanks, but the codes is not for public.

then post only the related piece of code

the header of the form
and the piece for the edit

of both forms

too many variables otherwise to ask for
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You should be able to, easily, create a do nothing example project that you CAN post on this site.  Then the experts would at least have something to work with...
Avatar of wantime

ASKER

thanks. there are some codes which resetting the edit's left property.