mkay, i updated my form for my alcher, adding more labels and edit boxes(so i can have more options and such) and now i get
SCAR Code:
[Runtime Error] : Exception: Cannot make a visible window modal in line 305 in script C:\Program Files\SCAR 3.20\Scripts\akward alcher.scar
i have yet to go look at how to fix runtime errors, so i might edit this later.
the procedures(other than initform, because its too long i guess):
SCAR Code:
procedure SafeInitForm;
var
v: TVariantArray;
begin
setarraylength(V, 0);
ThreadSafeCall('InitForm', v);
end;
procedure ShowFormModal;
begin
frmDesign.ShowModal;
end;
procedure SafeShowFormModal;
var v: TVariantArray;
begin
setarraylength(V, 0);
ThreadSafeCall('ShowFormModal', v);
end;
i hate making threads about script errors, but theres no other thread on this section, so might as well
ps: when i get the forms ready, and the antiban fixed, ill release it for testing