View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002232 | DarkRadiant | Scripting | public | 29.05.2010 06:43 | 02.06.2010 06:40 |
Reporter | rich_is_bored | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Win64 | OS | Windows | OS Version | 7 |
Product Version | 1.3.0 | ||||
Target Version | 1.3.1 | Fixed in Version | 1.3.1 | ||
Summary | 0002232: Python invoked dialog does not trap all key strokes | ||||
Description | After invoking a dialog box with text boxes through a python script the keys 'o' and 'c' are not captured. They are instead interpreted by Dark Radiant seemingly as keyboard shortcuts. Oddly enough other shortcut keys like 's' are trapped by the python dialog properly. | ||||
Steps To Reproduce | 1) Paste this code into the python script tab... dialog = GlobalDialogManager.createDialog('test') fileHandle = dialog.addEntryBox("filename") dialog.run() 2) Run it. 3) Press 'o' or 'c'. | ||||
Additional Information | Related forum discussion... http://modetwo.net/darkmod/index.php?/topic/10906-ase-export-script-wip/page__view__findpost__p__218246 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
29.05.2010 06:43 | rich_is_bored | New Issue | |
29.05.2010 07:27 | greebo | Status | new => assigned |
29.05.2010 07:27 | greebo | Assigned To | => greebo |
29.05.2010 07:27 | greebo | Target Version | => 1.3.1 |
29.05.2010 07:29 | greebo | Note Added: 0003022 | |
29.05.2010 07:29 | greebo | Status | assigned => resolved |
29.05.2010 07:29 | greebo | Fixed in Version | => 1.3.1 |
29.05.2010 07:29 | greebo | Resolution | open => fixed |
02.06.2010 06:40 | rich_is_bored | Status | resolved => closed |