Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2023-10-04
08:44 AM
- last edited on
2024-09-16
02:19 PM
by
Doreena Deng
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?
Solved! Go to Solution.
2023-10-04 01:15 PM
Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.
2023-10-04 01:15 PM
Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.