joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Using Container and Shape together #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm trying to use the Container object with a Shape.

Something like this:

container()
{
    shape myDecoratingShape {}

    text ( ) { "<<"+capabilityName+">>" }
    reference measurements attribute measurementName;
}

The problem is when I put a Shape (containing rectangles, etc...) inside a 
container and attempt to draw it,
all I get is a line.

I suppose what I really want to do is embed the container within the shape its 
self.

Is this possible and if so how do you go about doing it?

Original issue reported on code.google.com by frb...@york.ac.uk on 16 Oct 2012 at 11:43

GoogleCodeExporter commented 9 years ago
Shapes and containers cannot be used together at this moment. I am working on 
integrating the containers into the shape DSL to allow exactly what you want. 
See issue http://code.google.com/a/eclipselabs.org/p/spray/issues/detail?id=172.

Original comment by joswar...@gmail.com on 16 Oct 2012 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by joswar...@gmail.com on 12 Nov 2012 at 3:26

GoogleCodeExporter commented 9 years ago
fixed by introduction of compartments

Original comment by de.abg.r...@gmail.com on 14 Jul 2013 at 12:44