Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Text Field Question for beginner

I am wanting to know how to turn a text field into a password entry field of sorts. I want the user to need to enter the correct characters to advance to the next page. I am new to coding and use storyboard view a lot but I am working on coding and learning more everyday.

Any help with this, starting in the storyboard view, would be SO much appreciated.

Thank you all.
Post edited by ZachSlayton on

Replies

  • TouchmintTouchmint Posts: 467Registered Users
    This is just thinking off the top of my head but hopefully it will get you in the right direction (I am a newbie too).

    As for the textfield itself im assuming there is something in the textbox properties to hide the characters (turn them into bullets or stars or whatever).

    As for accepting the password as right or wrong I believe a if statement should work something like this:

    if (textbox value = password value)
    {
    move to next view or alertbox ok etc..
    }


    This is a really rough view im sure other posters can give you something a little more but until then hopefully this works.
    TouchMint iPhone Apps

    www.touchmint.com


    Top Apps of the month:

    Quiz and Flashcard Maker

    Bracket Maker
Sign In or Register to comment.