Posted: 02 Jun 2010, 22:46
Ive v got some pbs of IML wiring several times, I had my datas weird and finally discovered there was several wires on one,
while its not possible via classic patching, it is with iml, so the datas add together.
arf im turning around, any clues?
if a build buton is 1 imake var vcount:=1;
while its not possible via classic patching, it is with iml, so the datas add together.
arf im turning around, any clues?
if a build buton is 1 imake var vcount:=1;
///////////////////////////////////////////////
Procedure WIRE_MSDWNARR;
BEGIN
for i:= 0 to nb_items -1 do begin
name:= 'cell'+IntToStr(i);
S:= S+'"'+'CREATE_LINK '+name+' '+''''+'mouse dwn'+''''+' MSDWNARR '+'INPUT'+intToStr(i)+'"'+',';
setStringValue(msg,S);
end;
END;
///////////////////////////////////////////////Process proc
if vcount = 1 then begin
count:= count+1;
if count = 1 then Crea_Mod;
if count = WaitBlocs*4 then WIRE_MSDWNARR;
if count > WaitBlocs*8 then begin
count:=-1;
vcount:=0;
end;
end;
///////////////////////////////////////////////////