Announcement

Collapse
No announcement yet.

Toggle Input style?

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

  • Toggle Input style?

    I don't think it's possible but is there a way to toggle, with a button, a field's input style from Password to Standard and back again for the user to quickly check that the password they typed or pasted in is correct?

  • #2
    Hi Geoffww,
    Just use input properties table as in included example

    Code:
    tProperties = {};
    tProperties.InputStyle = 1; -- 1=standard , 0 = mask
    
    -- Set the properties of an input object
    Input.SetProperties("Input1", tProperties);​
    Password Input Encypt.apz

    Cheers

    Comment


    • #3
      You can show the password, but toggling back to the original fat dots does not quite work. If you can live with having smaller dots after showing the password in plain text once, check the attached sample project.

      Ulrich
      Attached Files

      Comment


      • #4
        Originally posted by colc View Post
        Just use input properties table as in included example
        This is not the AutoPlay Media Studio forum, your suggestion does not apply.

        Ulrich

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎