Re: Graphics in groups

2017-06-01 Thread Richmond Mathewson via use-livecode
Thankyou very much. Richmond. On 6/1/17 9:54 pm, hh via use-livecode wrote: Remove the parantheses. LC tries to handle them as containers. For example (btn "B2" of group "BUTTS") is a container, e.g. the content of a menu button or any other string you put into btn "B2" of group "BUTTS". This

Re: Graphics in groups

2017-06-01 Thread hh via use-livecode
Remove the parantheses. LC tries to handle them as containers. For example (btn "B2" of group "BUTTS") is a container, e.g. the content of a menu button or any other string you put into btn "B2" of group "BUTTS". This works: put the backGroundColor of btn "B2" of group "BUTTS" > Richmond wrote:

Graphics in groups

2017-06-01 Thread Richmond Mathewson via use-livecode
Why, when I do this: putthebackgroundcolorof(grc "h1" ofgroup"JK5") do I get: Error description: Chunk: source is not a container Hint: [useful hint, by the way] ? Interestingly enough when I do this: putthebackGroundColorof(btn "B2" ofgroup"BUTTS") I get this: Error description: Chunk: