I want to try using the CreateTextEntry function to enter a password, but I’m not quite sure how to implement it. If in Windows it is possible to set the type of text field for entering a password, using something like ES_PASSWORD or EM_SETPASSWORDCHAR, then I don’t know how to implement this in MacOS.
I ask for help in implementing the password entry field, which functions not only in Windows, but also in MacOS and other operating systems.
iPlug2 doesn’t have a password text entry. You’d have to add that with some objc code and use NSSecureTextField on macOS.
The IWebView code is an example of how you can embed a platform view on top of IGraphics
Thanks. Be try it.