Hi,
I'm writing an application that suppose to run on both portrait and landscape screen orientations.
I'm using fgControls library to switch screen orientation.
The issue I'm facing is that ChangeOrientation function is switching the screen orientation but the form is not changing dimensions according to the orientation - the form stays in his initial orientation.
I have attached a simple code that shows the problem (on VGA screen).