Button alignment problem

  • Thread starter Thread starter ms
  • Start date Start date
M

ms

Hi,

I've developed a form application with button in delphi. I have
a problem in that the button control i've used is not right aligned
correctly in XPE. Everything is ok with XPPro. Does anyone know
what component(s) control alignment of buttons that i would need
to add to my image.

Thanks
 
ms said:
Hi,

I've developed a form application with button in delphi. I have
a problem in that the button control i've used is not right aligned
correctly in XPE. Everything is ok with XPPro. Does anyone know
what component(s) control alignment of buttons that i would need
to add to my image.

Thanks
It's probably in some way a fonts issue. Sure you've got all the
required fonts?
 
Hi, I don't believe its a fonts issue as the font on the button
text is correct. Its just the button crosses the edge of the
form in XPE when its right aligned, in XP PRo it doesn't.
 
I have running several applications on WXPe successfully with no problems.
Which class occurs the problem?

best regards,
Peter
 
I had a similar problem, were I would try to install a intel network driver,
and some buttons on the install interface were completly missing. I also
ran into similar issues with a install from NI. Everything worked fine on
the XP pro box, but not the XPe. What I did is that I copied the fonts
folder from the XP pro to the XPe while making sure not to overwrite, but
just to copy the files that weren't in the XPe machine. Believe it or not,
it solved my problem.
 
Back
Top