- Posts: 130
- Thank you received: 33
×
Modelio 4.0.0 released (07 Nov 2019)
Modelio 4.0.0 has been released ( www.modelio.org/forum/4-announcements/45...-4-0-0-released.html )
PasswordParameterModel shows as a normal text
8 years 3 months ago - 8 years 3 months ago #2703 by chm
Hi JClaude,
you're completely right, it's not implemented yet...
Could you please post a new issue right here ?
It will be available in Modelio 3.1.2.
FYI, the appropriate class to look at is ParametersEditingSupport , where the graphical editor is selected.
Best regards,
chm
you're completely right, it's not implemented yet...
Could you please post a new issue right here ?
It will be available in Modelio 3.1.2.
FYI, the appropriate class to look at is ParametersEditingSupport , where the graphical editor is selected.
Best regards,
chm
Last Edit: 8 years 3 months ago by chm.
Please Log in or Create an account to join the conversation.
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
- Posts: 51
- Thank you received: 1
8 years 3 months ago #2705 by jcantoniochamp
Please Log in or Create an account to join the conversation.
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
- Posts: 51
- Thank you received: 1
8 years 2 months ago #2754 by jcantoniochamp
Thanks,
I just checked the new release: it works great.
JClaude
I just checked the new release: it works great.
JClaude
Please Log in or Create an account to join the conversation.
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
- Posts: 51
- Thank you received: 1
8 years 2 months ago - 8 years 2 months ago #2782 by jcantoniochamp
Hello,
It seems that
((PasswordParameterModel) iParameterModel).getStringValue();
Modelio returns ?????? instead of the real value .
Kind regards,
JClaude
It seems that
((PasswordParameterModel) iParameterModel).getStringValue();
Modelio returns ?????? instead of the real value .
Kind regards,
JClaude
Last Edit: 8 years 2 months ago by jcantoniochamp.
Please Log in or Create an account to join the conversation.
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
- Posts: 51
- Thank you received: 1
8 years 2 months ago #2784 by jcantoniochamp
Hello,
Please discard my previous message, I saw the method
getPasswordValue() which I am going to check.
Kind regards,
JClaude
Please discard my previous message, I saw the method
getPasswordValue() which I am going to check.
Kind regards,
JClaude
Please Log in or Create an account to join the conversation.
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
- Posts: 51
- Thank you received: 1
8 years 2 months ago #2785 by jcantoniochamp
Hello,
How can I get the lastest API to have this getPasswordValue() method?
I have this setting in my pom.xml but this does not download the latest api (I do not have the getPasswordValue() method).
<dependencies>
<!-- api modelio -->
<dependency>
<groupId>org.modelio</groupId>
<artifactId>MDAKit</artifactId>
<!-- version>3.1.0.01</version-->
<version>[3.1.0,)</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
</dependencies>
How can I get the lastest API to have this getPasswordValue() method?
I have this setting in my pom.xml but this does not download the latest api (I do not have the getPasswordValue() method).
<dependencies>
<!-- api modelio -->
<dependency>
<groupId>org.modelio</groupId>
<artifactId>MDAKit</artifactId>
<!-- version>3.1.0.01</version-->
<version>[3.1.0,)</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
</dependencies>
Please Log in or Create an account to join the conversation.
Time to create page: 0.045 seconds