Note: This is an archived post that was originally sent to the Hollywood mailing list on Tue, 07 Apr 2009 20:58:22 -0000
I've catch the problem If I start my app with, for example, a display of 500x200, when I try to resize to the same size the function will discard my x and y positions because no resize is needed.
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 08 Apr 2009 10:46:22 +0200
I've catch the problem If I start my app with, for example, a display of 500x200, when I try to resize to the same size the function will discard my x and y positions because no resize is needed.
Yes, ChangeDisplaySize() will silently exit if the specified dimensions are the same as the current ones. You have to use MoveDisplay() in that case