i`m trying to build a (model content) navigator view using eclipse
3.5/gmf/rcp.
I`ve tried the "Gen Navigator" child in the *.gmfgen as it is realized in
the mindmap example. The project explorer show up and i can create new
projects and stuff but no model content gets displayed.
I`ve also tried to manage it myself following the Common Navigator
Framework tutorials. With the same effect, i can create new projects but
no content.
i`ve googled a lot but couldn`t find the problem. Maybe this way?! Maybe a
good tutorial i`ve didn`t read yet?
> i`m trying to build a (model content) navigator view using eclipse
> 3.5/gmf/rcp.
Can you try first generating non-rcp model content navigator? If it is working
you can look for an error in rcp version.
non-rcp version works fine. the "gen navigator" with all child references
is automaticly generated in *.gmfgen. the rcp-version didn`t generates
this automaticly. define these references and extensions manualy in
comparison to normal plugin works neither. i`ve also tried different models
anyway thx
Alex Shatalin wrote:
> Hello Andreas,
>> i`m trying to build a (model content) navigator view using eclipse
>> 3.5/gmf/rcp.
> Can you try first generating non-rcp model content navigator? If it is
working
> you can look for an error in rcp version.
So, then I suppose you have resources subsystem available in your "rcp" version.
In this case it make sence to generate non-rcp diagram code and use it in
your application.
is there an appropriate way to build gmf/rcp-using-navigator automaticly?
to avoid this problem? something i missed to do during project-setup?
thx, Andreas
Alex Shatalin wrote:
> Hello Andreas,
> So, then I suppose you have resources subsystem available in your "rcp"
version.
> In this case it make sence to generate non-rcp diagram code and use it in
> your application.
> is there an appropriate way to build gmf/rcp-using-navigator
> automaticly? to avoid this problem? something i missed to do during
> project-setup?
no because RCP in GMF is something like "do not use resources subsystem"...