Statistics: Posted by senso — 17 Nov 2010, 19:59
Statistics: Posted by manecante — 17 Nov 2010, 19:43
Statistics: Posted by 23fx23 — 16 Nov 2010, 16:17
CODE:
[snip]Procedure Callback(N:integer); BEGIN if (n = InCmd) then begin if (GetValue(InCmd) = 1) then begin cmd := 'CREATE_LINK'; end else begin cmd := 'DELETE_LINK'; end; SendInternalMsg ('SET_TARGET_PATCH','SENDER_PATCH'); SendInternalMsg ('SET_TARGET_PATCH', '1', '1'); SendInternalMsg (cmd, 'foo', 'output', 'bar', 'input'); end;END;Statistics: Posted by manecante — 16 Nov 2010, 15:51
Statistics: Posted by senso — 17 Nov 2010, 19:59
Statistics: Posted by manecante — 17 Nov 2010, 19:43
Statistics: Posted by 23fx23 — 16 Nov 2010, 16:17
CODE:
[snip]Procedure Callback(N:integer); BEGIN if (n = InCmd) then begin if (GetValue(InCmd) = 1) then begin cmd := 'CREATE_LINK'; end else begin cmd := 'DELETE_LINK'; end; SendInternalMsg ('SET_TARGET_PATCH','SENDER_PATCH'); SendInternalMsg ('SET_TARGET_PATCH', '1', '1'); SendInternalMsg (cmd, 'foo', 'output', 'bar', 'input'); end;END;Statistics: Posted by manecante — 16 Nov 2010, 15:51