Im probably missing some configuration or something.
Imnot using any special resizing stuff, just what firefly provides, the property control's configuration for form resizing and control ResizeRules.
Attached, is what i get. Some DPI configurations work fine, some others display misplaced controls and oddly sized forms.
What can i be doing wrong?
Does this only happen when you use FireFly's built in resizing properties?
No. It also happens when i try to use AfxScaleX() and AfxScaleY() Manually, but those are probably my mistakes for not knowing exactly what kind of units i'm working with.
But the problem happens with the vertical sizes more often. Even when im not using ANY KIND of manual resizement. Take the picture attached for example, the DPI settings are configured close to 96 i think its like 101 or something around that, but the dialog displays a margin bigger than the designer.
Since i configured my controls with ResizeRules, the margin grows or shrinks when i resize the dialog. As i mentioned, absolutely no use of resizing commands like FF_Control_SetSize or SetWindowPos or anything. This margin grows or dissapears when i adjust the DPI settings in Windows 7.
Let me know if you need more info, i will gladly provide.
Just a comment: I was just trying to get some input, i doubt it's a bug in firefly. I was more likefishing for suggestions on where could the problem reside. Please don't waste your time looking for a bug that probably doesn't exists, or i will feel very silly when i find it myself.
I say this because i have no problems with other forms, just this one and a couple more, so, i must be doing something wrong by myself.