View previous topic :: View next topic |
Author |
Message |
xtec KiXforms Dabbler

Joined: 03 Nov 2005 Posts: 5
|
Posted: Fri Nov 04, 2005 2:25 am Post subject: passwordchar for the textbox property. |
|
|
tried using "*" for the passwordchar property for textbox. Does Not work using latest alpha version of kixforms.System.dll. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Fri Nov 04, 2005 3:46 am Post subject: |
|
|
nice catch. try this work-around for now:
$TextBox.PasswordChar = asc("*")
let me think about a long-term better approach to this. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Sat Nov 05, 2005 6:01 pm Post subject: |
|
|
Fixed this in the next build (3.1.23) - now it works like:
$TextBox.PasswordChar = "*" |
|
Back to top |
|
 |
xtec KiXforms Dabbler

Joined: 03 Nov 2005 Posts: 5
|
Posted: Tue Nov 08, 2005 7:56 pm Post subject: |
|
|
Has this new build been posted yet.
Is there a central area to go to for the most current alpha build of kixforms.net that has been posted.
I currently have 3.1.22
the next build (3.1.23) |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
|
Back to top |
|
 |
|