window extension is giving me some probs!
I seem to be having strange things go off when using the window obejct to resize the window, im using mmf2 dev 243, basically, i have 2 edit boxes one with 640 in and the other with 480 in, and the app is 800 x 600 along with the frame, and when the app starts it sets the window size and frame size to what ever is in the edits, in this case 640 x 480, but it seems to leave wasted gap at the bottom about 30px in height and the whole width of the app, and also everything seems shoved up that 30px too?
Anyone help me with this?
Thanks
Gib
Re: window extension is giving me some probs!
Surely somone must know how i can correct this?
Gibbon
Re: window extension is giving me some probs!
Gibbon,
It might help if you put up a sample file we could look at.
STeve
Re: window extension is giving me some probs!
If the window is resized bur you dont tell mmf ro change the frame size, will it still stay the same size, if so where is 0,0 of the frame in relation to the window?
Thanks
Gib
Re: window extension is giving me some probs!
If you want to get the absolute position of the 0,0 of your client area, you can use "Sphax Kernel object".
If you want to keep the 0,0 of your frame window at the same position of the 0,0 of your client area position, check "do not center frame in window" in you application properties.