We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

How to display as password input field?

Newbie
Participant

This code from .grc file : 

/* [  9] */ TextEdit			  129   37  182   24	LargePlain  255

 Is there way to make this TextEdit show as '*' during fill in like password input?

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Viktor Kovacs
Graphisoft
Graphisoft

Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.

View solution in original post

1 REPLY 1
Solution
Viktor Kovacs
Graphisoft
Graphisoft

Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.