hi Alpha support Team
We used the Alpha skin into our program. when we send 'WM_QUIT' message to program, program did not quit and 'memory could not read' error dialog appear.
In source code: sSkinManager, Screen.Forms.Handle occur one exception. then program shows 'Cannot create form, No MDI forms are currently active'.
sSkinManager code:
CM_ACTIVATE : begin // Solving a problem in Report Builder dialogs and similar windows
for i := Screen.FormCount – 1 downto 0 do SendAMessage(Screen.Forms.Handle, AC_INVALIDATE);
end;
could you please help us check this bug in your side and fix it?
thanks
Gdev team