- Code: Select all Expand view
::OnResize := {|r,c,f| ::cTxt := Str(::nHeight)}
@ 20,20 Say ::cTxt ........
But, how can I detect the moment when I release the left button so that I can save the window size at that moment? I have tried
bLButtonUp := {|r,c| MsgInfo(Str(::nHeight))} but it does not seem to work when the cursor in over a window corner or border.
Thanks
Rafael