View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010697 | Scribus | Scripter | public | 2012-04-26 14:03 | 2014-10-22 05:12 |
| Reporter | lyehengfoo | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | Windows | OS | XP | OS Version | XP |
| Product Version | 1.4.0 | ||||
| Summary | 0010697: duplicateObject() does not return anything useful | ||||
| Description | duplicateObject() does not return anything useful. According to the manual, it will return "string" type, which I supposed the new object name. But all it returns is "None". | ||||
| Steps To Reproduce | obj = createImage(0, 0, 10, 10) objnew = duplicateObject(obj) print objnew objnew => "None" | ||||
| Tags | No tags attached. | ||||
| Patch | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-04-26 14:03 | lyehengfoo | New Issue | |
| 2014-10-22 05:12 | Kunda | Category | Graphics / Image Frames => Scripter |