hi,
i have use NOMAXIMIZE, NOMINIMIZE so only "X" Buuton is left
but you can "resize" Form as there is no Keyword NOSIZE / NORESIZE under Fivewin :(
---
i try to use
which was not the Solution :(
i have to use "fix" Size
to "block resize"
how can i use "same Size" correct with o:bResized under Fivewin :?:
i have use NOMAXIMIZE, NOMINIMIZE so only "X" Buuton is left
but you can "resize" Form as there is no Keyword NOSIZE / NORESIZE under Fivewin :(
---
i try to use
oASKFORM:bResized  := { |nType, nWidth, nHeight| oASKFORM:SetSize(nWidth, nHeight) }i have to use "fix" Size
oASKFORM:bResized  := { |nType, nWidth, nHeight| oASKFORM:SetSize( 534,270) } }how can i use "same Size" correct with o:bResized under Fivewin :?:
greeting,
Jimmy
Jimmy