View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004940 | MMW v4 | Framework: Scripts/Extensions | public | 2008-11-19 02:34 | 2008-11-23 18:33 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.1 | ||||
Summary | 0004940: SDBUIEdit.Common PaswordChar property Feature | ||||
Description | Something Like SDBUIPasswordEdit that will have ability to add PasswordChar Property to created TNTEdit (TTntEdit) or add |PasswordChar|property Let| to http://www.mediamonkey.com/wiki/index.php/SDBUICommon with only one limit that "chr(0)"/empty can't be set once |PasswordChar|property Let| is set to char that is different to "chr(0)"/Empty which is default and which shows http://www.mediamonkey.com/wiki/index.php/SDBUIEdit as plain text | ||||
Additional Information | Example when using in Option Sheets: Adding PasswordChar: Dim LogLabel4 : Set LogLabel4 = UI.NewLabel(Sheet) LogLabel4.Common.Password = "*" Removing PasswordChar: Dim LogLabel4 : Set LogLabel4 = UI.NewLabel(Sheet) LogLabel4.Common.Password = "" | ||||
Tags | No tags attached. | ||||
Fixed in build | 1194 | ||||
|
this should not break current Scripting functionality, but will add additional options. Adding proposed limit will increase Security but it is not needed for functionality especially if it add additional coding. |
|
Reminder sent to: jiri, rusty |
|
Assigned to Jiri for Triage. |
|
I suppose that it shouldn't be hard to add. |
|
I'm not sure why Label should have this property ? PasswordChar makes sense for Edit box only, because it's the control you need to type 'encrypted' password. Label can only show texts so you can set caption to '****' directly. |
|
You are right, I thought that due to easier implementation Edit should react to field and others should ignore it. I thought that this way we can evade making duplicate explanations in Scripting Help. One more thing to watch out is that PasswordChar is truncated to String(1) or Char as AV could rise if multiple chars are used? |
|
Implemented as SDBUIEdit.PasswordChar property. Will be in 1194. |
|
Verified 1194 |