compartment problem [message #91024] |
Tue, 09 January 2007 16:20  |
Eclipse User |
|
|
|
Originally posted by: klaus.grebe.platin.com
Hello,
I have a model with 2 classes
class x
{
float a, b, c, d;
}
class y
{
...
x x1;
x x2;
...
}
I implemented 'class x' as a compartement (ok 2 of them) ans this works
more or less...
The problem is, that I cannot see 'x1' and 'x2' when I generate a figure
of 'class y' in the editor.
All I get is the name, but not the fields for a, b, c, d
Instead I have to stars in box that appear on top of the figure of 'y'
when the mouse pause a little
time over the figure (like a tooltip). Then I can click (only once on
each) on the stars and I get the
missing fields of 'x'.
How can I get these fields just in time with the generation of the
figure of y ??
I use GMF Version: 1.0.2.v2006
And yes, I am absolutely new to it...
Kind regards
Klaus
|
|
|
Re: compartment problem [message #93455 is a reply to message #91024] |
Tue, 16 January 2007 16:50  |
Eclipse User |
|
|
|
Originally posted by: klaus.grebe.platin.com
I upgraded to Version 2.0M4. But as expected, nothing changed...
Klaus Grebe schrieb:
> Hello,
>
> I have a model with 2 classes
>
> class x
> {
> float a, b, c, d;
> }
>
> class y
> {
> ...
> x x1;
> x x2;
> ...
> }
>
> I implemented 'class x' as a compartement (ok 2 of them) ans this works
> more or less...
> The problem is, that I cannot see 'x1' and 'x2' when I generate a figure
> of 'class y' in the editor.
> All I get is the name, but not the fields for a, b, c, d
> Instead I have to stars in box that appear on top of the figure of 'y'
> when the mouse pause a little
> time over the figure (like a tooltip). Then I can click (only once on
> each) on the stars and I get the
> missing fields of 'x'.
>
> How can I get these fields just in time with the generation of the
> figure of y ??
>
> I use GMF Version: 1.0.2.v2006
> And yes, I am absolutely new to it...
>
> Kind regards
> Klaus
>
>
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02509 seconds