View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006161 | MMW v4 | Framework: Scripts/Extensions | public | 2009-11-09 19:55 | 2009-11-19 16:51 |
Reporter | Bex | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 3.1.2 | ||||
Fixed in Version | 3.1.2 | ||||
Summary | 0006161: Scripting: Ability to Set focus to UI-controls | ||||
Description | It would be nice to be able to set the focus in various script made controls, typically created within a Form. E.g. SDB.UI.Focus (Property Get/Set Control As SDB.UI element) | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1294 | ||||
|
As discussed with Jiri, should be added to the SDBUIForm class ( http://www.mediamonkey.com/wiki/index.php/SDBUIForm ) as new method GET/LET SDBUIForm.ActiveControl Related method: http://www.mediamonkey.com/wiki/index.php/ISDBUI::MainWindowFocus |
|
Added CoClass SDBUIForm, Interface ISDBUIForm Property Get/Let ActiveControl As String Sample script is attached. Added to todoc tag. Fixed in build 1301. |
|
Merged into 1289. Removed 'todoc', documented here: http://www.mediamonkey.com/wiki/index.php/SDBUIForm |
|
An elegant solution, I must say! :) |
|
Verified 1289 |
|
Re-opened. Bex contacted me, he found it as not fully implemented. It works for direct children of the form, but when there is a Panel then it doesn't work for the children of the Panel. This is fixed in build 1293. |
|
Bex tested in 1293 and found out that cursor isn't entered to some controls on skinned version. Fixed in 1294. |
|
Verified by Bex in 1294. |