Home » Modeling » GMF (Graphical Modeling Framework) » GMF with RCP only model
|
Re: GMF with RCP only model [message #105577 is a reply to message #105522] |
Tue, 20 February 2007 18:07 |
Eclipse User |
|
|
|
Originally posted by: 5d5.mail.ru
Check that you use diagram editor application in launch configuration.
Jens Bachmann wrote:
> Hy there!
>
> I'm new in GMF and built a GMF editor and want to get it run in RCP. If
> I run the editor without RCP (as Eclipse IDE), I can build my model with
> graphical diagram function. With RCP there is only the way with File/New
> to get a new model. There is only a treeview, with my elements, but no
> graphical interface.
>
> How to get the graphical editor to run in RCP?
>
> I have the latest release 1.0.3 of GMF.
>
> Thx,
> Jens
|
|
|
Re: GMF with RCP only model [message #105813 is a reply to message #105577] |
Wed, 21 February 2007 12:32 |
Jens Bachmann Messages: 52 Registered: July 2009 |
Member |
|
|
Hy,
I tried to do this, but there's no way to run an application for the
*.diagram project. I can run the *.editor project, but there's no
ability to get the diagram. If I generate the *.map there's a window
with 2 checkboxes (IMap and enhanced features), but no checkbox for RCP,
like here: http://wiki.eclipse.org/index.php/GMF_RCP_Support !
(Is it correct to uncheck these two checkboxes to get RCP??)
Generating the .gmfgen with "generate diagram code", brings up no window.
I set the RCP flag with true in properties of .genmodel of course.
Can someone help me with my described problems? I want to get the
diagram editor to run as RCP, in Eclipse IDE there are no problems to
run the *.diagram project.
Thx,
Jens
Dmitry Stadnik schrieb:
> Check that you use diagram editor application in launch configuration.
>
> Jens Bachmann wrote:
>> Hy there!
>>
>> I'm new in GMF and built a GMF editor and want to get it run in RCP.
>> If I run the editor without RCP (as Eclipse IDE), I can build my model
>> with graphical diagram function. With RCP there is only the way with
>> File/New to get a new model. There is only a treeview, with my
>> elements, but no graphical interface.
>>
>> How to get the graphical editor to run in RCP?
>>
>> I have the latest release 1.0.3 of GMF.
>>
>> Thx,
>> Jens
|
|
| |
Re: GMF with RCP only model [message #106011 is a reply to message #105998] |
Wed, 21 February 2007 18:32 |
Richard Gronback Messages: 605 Registered: July 2009 |
Senior Member |
|
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169206
On 2/21/07 7:28 PM, in article eri2vd$scb$1@utils.eclipse.org, "Jens
Bachmann" <jens-bachmann@gmx.de> wrote:
> Hy,
>
> I made an Eclipse configuration with GMF 2.0M4 and everything works
> fine. Except the validation is not possible in the moment. If I start
> the diagram editor as Eclipse IDE, I can validate with menu Diagram /
> Validate. In RCP, I cannot find any way to validate the diagram.
>
> Can someone help me?
>
> Thx,
> Jens
>
> Jens Bachmann schrieb:
>> Hy there!
>>
>> I'm new in GMF and built a GMF editor and want to get it run in RCP. If
>> I run the editor without RCP (as Eclipse IDE), I can build my model with
>> graphical diagram function. With RCP there is only the way with File/New
>> to get a new model. There is only a treeview, with my elements, but no
>> graphical interface.
>>
>> How to get the graphical editor to run in RCP?
>>
>> I have the latest release 1.0.3 of GMF.
>>
>> Thx,
>> Jens
|
|
|
Re: GMF with RCP only model [message #106025 is a reply to message #106011] |
Wed, 21 February 2007 18:40 |
Jens Bachmann Messages: 52 Registered: July 2009 |
Member |
|
|
Oh yeah thanks, I don't look at the buglist, I thought that the failure
was mine ;).
Can you say me, how long to wait for a solution?
Richard Gronback schrieb:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169206
>
>
> On 2/21/07 7:28 PM, in article eri2vd$scb$1@utils.eclipse.org, "Jens
> Bachmann" <jens-bachmann@gmx.de> wrote:
>
>> Hy,
>>
>> I made an Eclipse configuration with GMF 2.0M4 and everything works
>> fine. Except the validation is not possible in the moment. If I start
>> the diagram editor as Eclipse IDE, I can validate with menu Diagram /
>> Validate. In RCP, I cannot find any way to validate the diagram.
>>
>> Can someone help me?
>>
>> Thx,
>> Jens
>>
>> Jens Bachmann schrieb:
>>> Hy there!
>>>
>>> I'm new in GMF and built a GMF editor and want to get it run in RCP. If
>>> I run the editor without RCP (as Eclipse IDE), I can build my model with
>>> graphical diagram function. With RCP there is only the way with File/New
>>> to get a new model. There is only a treeview, with my elements, but no
>>> graphical interface.
>>>
>>> How to get the graphical editor to run in RCP?
>>>
>>> I have the latest release 1.0.3 of GMF.
>>>
>>> Thx,
>>> Jens
>
|
|
|
Re: GMF with RCP only model [message #106051 is a reply to message #105813] |
Wed, 21 February 2007 19:13 |
Eclipse User |
|
|
|
Originally posted by: 5d5.mail.ru
Sorry, I haven't paid attention to the GMF version; you should use 2.0
milestone of course.
Jens Bachmann wrote:
> Hy,
>
> I tried to do this, but there's no way to run an application for the
> *.diagram project. I can run the *.editor project, but there's no
> ability to get the diagram. If I generate the *.map there's a window
> with 2 checkboxes (IMap and enhanced features), but no checkbox for RCP,
> like here: http://wiki.eclipse.org/index.php/GMF_RCP_Support !
> (Is it correct to uncheck these two checkboxes to get RCP??)
> Generating the .gmfgen with "generate diagram code", brings up no window.
> I set the RCP flag with true in properties of .genmodel of course.
> Can someone help me with my described problems? I want to get the
> diagram editor to run as RCP, in Eclipse IDE there are no problems to
> run the *.diagram project.
>
> Thx,
> Jens
>
> Dmitry Stadnik schrieb:
>> Check that you use diagram editor application in launch configuration.
>>
>> Jens Bachmann wrote:
>>> Hy there!
>>>
>>> I'm new in GMF and built a GMF editor and want to get it run in RCP.
>>> If I run the editor without RCP (as Eclipse IDE), I can build my
>>> model with graphical diagram function. With RCP there is only the way
>>> with File/New to get a new model. There is only a treeview, with my
>>> elements, but no graphical interface.
>>>
>>> How to get the graphical editor to run in RCP?
>>>
>>> I have the latest release 1.0.3 of GMF.
>>>
>>> Thx,
>>> Jens
|
|
|
Re: GMF with RCP only model [message #106089 is a reply to message #106025] |
Wed, 21 February 2007 19:23 |
Richard Gronback Messages: 605 Registered: July 2009 |
Senior Member |
|
|
2.0M5 will be out this week (tomorrow).
- Rich
On 2/21/07 7:40 PM, in article eri3l7$scb$2@utils.eclipse.org, "Jens
Bachmann" <jens-bachmann@gmx.de> wrote:
> Oh yeah thanks, I don't look at the buglist, I thought that the failure
> was mine ;).
> Can you say me, how long to wait for a solution?
>
> Richard Gronback schrieb:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169206
>>
>>
>> On 2/21/07 7:28 PM, in article eri2vd$scb$1@utils.eclipse.org, "Jens
>> Bachmann" <jens-bachmann@gmx.de> wrote:
>>
>>> Hy,
>>>
>>> I made an Eclipse configuration with GMF 2.0M4 and everything works
>>> fine. Except the validation is not possible in the moment. If I start
>>> the diagram editor as Eclipse IDE, I can validate with menu Diagram /
>>> Validate. In RCP, I cannot find any way to validate the diagram.
>>>
>>> Can someone help me?
>>>
>>> Thx,
>>> Jens
>>>
>>> Jens Bachmann schrieb:
>>>> Hy there!
>>>>
>>>> I'm new in GMF and built a GMF editor and want to get it run in RCP. If
>>>> I run the editor without RCP (as Eclipse IDE), I can build my model with
>>>> graphical diagram function. With RCP there is only the way with File/New
>>>> to get a new model. There is only a treeview, with my elements, but no
>>>> graphical interface.
>>>>
>>>> How to get the graphical editor to run in RCP?
>>>>
>>>> I have the latest release 1.0.3 of GMF.
>>>>
>>>> Thx,
>>>> Jens
>>
|
|
| |
Goto Forum:
Current Time: Sat Nov 09 02:51:37 GMT 2024
Powered by FUDForum. Page generated in 0.03439 seconds
|