Page 1 of 1

size of a image

Posted: Fri Sep 23, 2016 6:32 pm
by jmburnod
Hi All,
I use a grc (width and Height = 77) with a pattern as background of a group
I was surprised that the size of this grc = 0 (or < 1 ?)
Good news because I think use a lot of them, but I wonder what is the best choice between a disable btn with icon or grc with pattern as background of a group ?
Thanks for your advice
Jean-Marc

Re: size of a image

Posted: Fri Sep 23, 2016 7:13 pm
by [-hh]
Hi Jean-Marc,
jmburnod wrote:what is the best choice between a disable btn with icon or grc with pattern as background of a group ?
This is certainly more a matter of taste than of usability. I prefer often yet another option for such a situation:
Make the group opaque and set the backpattern of the group.

Hermann

p.s. Probably the (additional) size of the image is 0 if the image is already contained in the stack.

Re: size of a image

Posted: Fri Sep 23, 2016 11:03 pm
by jmburnod
Hi Hermann,
Thanks again
I have tried group pattern. It work well except we lost an eventual "roundrect effect".
It seems a group is always a square
Probably the (additional) size of the image is 0 if the image is already contained in the stack.
Yes, that is the case.
Jean-Marc