- Posts: 51
- Thank you received: 1
×
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
- jcantoniochamp
-
Topic Author
- Offline
- Senior Boarder
-
Less More
8 years 3 months ago #2693 by jcantoniochamp
Hello,
I added a password parameter but it does not appear as a password but as a clear text.
parameter = new PasswordParameterModel(configuration, PASSWORD, "Password" , "Password" ,"");
MyGroup.addParameter (parameter);
I had a look at the source and it seems that it did not implement it.
forge.modelio.org/svn/modelio3-developme...dParameterModel.java
Am I missing something?
Kind regards,
JClaude
I added a password parameter but it does not appear as a password but as a clear text.
parameter = new PasswordParameterModel(configuration, PASSWORD, "Password" , "Password" ,"");
MyGroup.addParameter (parameter);
I had a look at the source and it seems that it did not implement it.
forge.modelio.org/svn/modelio3-developme...dParameterModel.java
Am I missing something?
Kind regards,
JClaude
Please Log in or Create an account to join the conversation.
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.
Time to create page: 0.050 seconds