I am working with a delphi form that appears to have a rather interesting problem. I am developing on a laptop sitting at 1920X1200 resolution. On my form, I have a trio of components. One is permanently invisible, and clicked to align/left. The next is permanently visible, and clicked to align/client. The third is permanently visible, and clicked to align/right.
At screen resolution 800x600, the align/client component vanishes when this form is opened. At 1024X768, the next size up on my box, it returns. I can think of no logical reason for this to happen, and would appreciate some suggestions as to what kind of things I should be looking into.