[Csnd] FLsetText on FLButton
Date | 2017-09-23 18:54 |
From | Dominik K <00000289a377b150-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] FLsetText on FLButton |
Dear all, i am struggling with the piece of code below in that i am a) getting two error messages: error: perf-pass statements illegal in header blk (##array_set.k) error: perf-pass statements illegal in header blk (cngoto) b) the buttons get created and displayed and the prints opcode writes the following line to the console: b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 b10 b11 b12 b13 b14 b15 However, on each of the 16 buttons it reads: "b15" I specifically chose array to avoid overwriting of the buttons. Any hints? Thanks in advance Dominik ; -------------------------------------------------------------------- |
Date | 2017-09-23 19:41 |
From | John ff |
Subject | Re: [Csnd] FLsetText on FLButton |
Krate operations are not allowed in instr 0. This is somewhat relaxed in the next version. That explains the first problems
Sent from Blue
On 23 Sep 2017, at 19:04, Dominik K <00000289a377b150-dmarc-request@LISTSERV.HEANET.IE> wrote: Dear all, |