Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Graphiti » Eclipse Graphiti Project Problem(Existence of an undetected project when a setInitialProjectName is used.)
Eclipse Graphiti Project Problem [message #1778101] Sun, 10 December 2017 10:11 Go to next message
Yves LEDUC is currently offline Yves LEDUCFriend
Messages: 56
Registered: May 2015
Member
I created a custom diagram editor.
When I create a project with the same name as an existing project in the workspace:
- if I type in the field the new name by hand the following message is displayed:
X A project with that name already exists in the workspace.
- if the name is put in the field by a pageProject.setInitialProjectName(name); no error is displayed.

(See attached files)

Is this normal?
Re: Eclipse Graphiti Project Problem [message #1778139 is a reply to message #1778101] Mon, 11 December 2017 08:34 Go to previous message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Yves,

that is to be expected, since that wizard uses the WizardNewProjectCreationPage which add a modify listener to the text field. Typing into that text field will trigger the listener, directly setting a value will not.

Please note that the classes involved here are not part of Graphiti, so we cannot really help here,

Michael
Previous Topic:DirectedEditMultiText
Next Topic:Internationalization of Graphiti Components
Goto Forum:
  


Current Time: Fri Mar 29 13:51:40 GMT 2024

Powered by FUDForum. Page generated in 0.02953 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top