NOSIZE / NORESIZE

NOSIZE / NORESIZE

Postby Jimmy » Sat Nov 05, 2022 9:04 am

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
Code: Select all  Expand view
oASKFORM:bResized  := { |nType, nWidth, nHeight| oASKFORM:SetSize(nWidth, nHeight) }

which was not the Solution :(

i have to use "fix" Size
Code: Select all  Expand view
oASKFORM:bResized  := { |nType, nWidth, nHeight| oASKFORM:SetSize( 534,270) } }

to "block resize"

how can i use "same Size" correct with o:bResized under Fivewin :?:
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1597
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: NOSIZE / NORESIZE

Postby Enrico Maria Giordano » Sat Nov 05, 2022 9:31 am

If you want a not resizeable form then use a dialog.
User avatar
Enrico Maria Giordano
 
Posts: 8379
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: NOSIZE / NORESIZE

Postby Jimmy » Sat Nov 05, 2022 9:56 am

hi Enrico,
Enrico Maria Giordano wrote:If you want a not resizeable form then use a dialog.

ah ... Ok have not use DIALOG yet, thx
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1597
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 46 guests