Announcement

Collapse
No announcement yet.

Bug in EditField: Multi Line does not respect Password Input style

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bug in EditField: Multi Line does not respect Password Input style

    To reproduce:
    - Create an Edit Field
    - Check Multiline
    - Select Input Style: Password
    - Build project
    - Run installer

    Result: field is not masked. MultiLine seems to ignore Password Input style

    Is this by design?

  • #2
    Thank you, this was now logged and will be investigated by the developers.

    Ulrich

    Comment


    • #3
      The Windows Edit Control's password style is valid only for single-line edit controls:
      To create an edit control using the CreateWindow or CreateWindowEx function, specify the EDIT class, appropriate window style constants, and a combination of the following edit control styles.


      I've updated the ticket to look into clarifying that functionality in SUF's interface.

      Comment

      Working...
      X