
| Anonymous | Login | Signup for a new account | 2010-09-06 00:09 EDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000045 | [TADS 3] Library - Adv3 | tweak | always | 2009-02-07 17:47 | 2009-02-14 19:48 | ||
| Reporter | Carlo | View Status | public | ||||
| Assigned To | Michael Roberts | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | resolved | ||||||
| Summary | 0000045: Settable.actionDobjSetTo evaluates okaySetToMsg too early | ||||||
| Description |
The line defaultReport(okaySetToMsg, curSetting); should be changed to defaultReport(&okaySetToMsg, curSetting); Otherwise, it is not possible to directly define okaySetToMsg(val) on my Settable object, since the above line then complains about "wrong number of arguments". I can still work around this by doing okaySetToMsg = &okaySetToMsg_ okaySetToMsg(val) { return 'set to ' + val ' kthx'; } for example. (Currently I solve the problem by just "modify"ing Settable.actionSetToMsg.) |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Fixed In Version | 3.0.18 | ||||||
| Attached Files | |||||||
|
|
|||||||
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |