View Issue Details

IDProjectCategoryView StatusLast Update
0010697ScribusScripterpublic2014-10-22 05:12
Reporterlyehengfoo Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformWindowsOSXPOS VersionXP
Product Version1.4.0 
Summary0010697: duplicateObject() does not return anything useful
DescriptionduplicateObject() 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 Reproduceobj = createImage(0, 0, 10, 10)
objnew = duplicateObject(obj)
print objnew

objnew => "None"
TagsNo tags attached.
Patch

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-04-26 14:03 lyehengfoo New Issue
2014-10-22 05:12 Kunda Category Graphics / Image Frames => Scripter