i get this
[Runtime Error] : Exception: Cannot make a visible window modal in line 290
I have set
frmDesign.Visible := True;
To
frmDesign.Visible := False;
it occurs here
SCAR Code:Procedure SafeShowFormModal;
var
v: TVariantArray;
begin
setarraylength(V, 0);
ThreadSafeCall('ShowFormModal', v); // HERE
end;
EDIT: i think i figured it out:
i had this frmDesign.Enabled := False;
but i set it to true now it works is this correct?





Reply With Quote





