SOLVED!
How to display as password input field?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-10-04
08:44 AM
- last edited on
‎2024-09-16
02:19 PM
by
Doreena Deng
‎2023-10-04
08:44 AM
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.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-10-04 01:15 PM
‎2023-10-04
01:15 PM
Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.
1 REPLY 1
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2023-10-04 01:15 PM
‎2023-10-04
01:15 PM
Try using DG::PasswordEdit instead of DG::TextEdit in your C++ code.