0

In one customer computer (windows vista) almost all forms of my app are oddly unnaligned.

Making some investigation I noticed that every component with akRight anchor acts oddly, being positioned way more for the right.

Searching in SO I found this issue wich is similar to mine but not exacly the same.

Since I cannot reproduce the issue in my computer and my access to my customer´s computer is restrict to a few minutes and via remote desktop I´d like to know if my issue described here could be solved by the same fix.

Community
  • 1
  • 1
Ricardo Acras
  • 35,784
  • 16
  • 71
  • 112
  • Why don't you apply the same fix to your program, and then spend "a few minutes" to see whether it works? Does it really take longer than that to see whether the problem is still there? – Rob Kennedy Dec 16 '09 at 08:06
  • @Rob Kennedy I didn´t make myself clear. That few minutes are restricted. Maybe I´ll have access to my customer computer in 2 or 3 days. Until there I am trying to increase the chances to solve the problem. – Ricardo Acras Dec 16 '09 at 08:54

2 Answers2

1

Aren't you experiencing the problem described in the following question?

Why do my Borland C++Builder 5 forms with right-anchored controls appear incorrectly on Vista?

Maybe the answer is of some help.

Community
  • 1
  • 1
Rômulo Ceccon
  • 10,081
  • 5
  • 39
  • 47
0

I've also experienced similar issues. After much frustration I pretty much gave up using anchors and started using a combination of the Align, AlignWithMargins and Margins properties.

norgepaul
  • 6,013
  • 4
  • 43
  • 76