![]() |
#1 |
Junior Member
Join Date: Jun 2009
Posts: 46
|
Nsis password field
Hello everybody,
I`m looking for simple form with password field and username,but i cann`t find it in samples. The form is : label("username :") - textfield label("passowrd :") - password field Any idea? |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
nsDialogs
Stu |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Jun 2009
Posts: 46
|
![]()
Yes,I found it,but when i added more than one component from kind(for example 2 text fields) on the menu is only the lastest from existing kind ???
Here is my code : Function nsDialogsPage nsDialogs::Create 1018 Pop $Dialog ${If} $Dialog == error Abort ${EndIf} ${NSD_CreateLabel} 0 0 100% 12u "User name :" Pop $LabelUser ${NSD_CreateText} 0 13u 20% 13u "" Pop $TextUser ${NSD_CreateLabel} 0 0 100% 12u "Password :" Pop $LabelPassword ${NSD_CreatePassword} 0 13u 20% 13u "" Pop $TextPassword nsDialogs::Show FunctionEnd So the result on display is : Password : " " Any idea? |
![]() |
![]() |
![]() |
#4 |
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You have given them the same coordinates.
Stu |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|