Translation:-
Hello everyone
When I define a sale, I declare ON SIZE, and when I click on the sale title and drag it without changing the window size, it also activates, as if it were ON MOVE.
Compiler: MinGW GNU C 14.1 (64-bit)
Programming Language: Harbor 3.2.0dev (r2405310955)
Harbor MiniGUI Extended Edition 24.07 (64-bit)
ANSI
Operating System: Windows 10 10.0 - x86-64
Small example:
DEFINE WINDOW WinOfeDat ;
AT 240,0 ;
WIDTH 1500 ;
HEIGHT 850 ;
TITLE "Customer offers modification" ;
ON SIZE OfeDat_TamVen() ;
CHILD
END WINDOW
ACTIVATE WINDOW WinOfeDat
STATIC FUNCTION OfeDat_TamVen()
IF IsWindowDefined(WinOfeDat)=.F.
RETURN
ENDIF
msgbox("Test 1")