How do i make a password limited to 7 characters?

Even I remove length, I still get the error message

My extension works together with textboxes, but not with password textboxes

In your case use the length block from the text drawer as already shown here

Swap the 7 and the password textbox text block

Taifun

I already did that

In your last screenshot you used the length method from my extension, which will not work in your case

You forgot to show us an updated screenshot...

Taifun

This is the updated screenshot at this time


Is there a way to set 7 characters without extension?

You did not follow my advice

Taifun

Like this?

Start again reading from here

Taifun

Sorry, my English is not first language and I still don't understand

Do not use my extension
It does not work for password textbox components
Use the length block from the text drawer

If length PasswordTextbox.Text > 7

If you still do not understand, follow @ABG 's advice

Taifun

Give this one a try PasswordLimit.aia (30.1 KB)

bild

1 Like

I can't connect length into if

Minium must set 7. Longer than 7 caracters

Do you want to create a password that is 7 characters or more, or a password that is no more than 7 characters ?

Ah you just answered that ! :wink:

Create more than 7 characters. Not less than 7 characters. Sorry for my mistake

I think you should learn the basics of programming first, especially the use of conditions. There are many tutorials that will teach you the basics. The fact that building an app is based on blocks does not mean that you can build an app without basic programming.

1 Like

I do, but it's been long time since I redeveloper the app again

You can do without ext

Thank you. That works!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.