|
From: oleksa <m.o...@uk...> - 2013-02-22 11:40:48
|
The size (nHeight) of form was changed after open it in designer, i wrote about it some years ago (not remember when). The problem is nHeight = nHeight - 4 after openning the form in designer (f.e. in xml nHeight is 371, after open nHeight is 367). If remove from init dialog ... style WS_SIZEBOX (hformgen.prg), all work fine. I'm adding this style (WS_SIZEBOX) to init dialog in pure prg code - odlg:nheight decreases. How it should work and how to fix it? Regards, Alexey Myronenko |