View Issue Details

IDProjectCategoryView StatusLast Update
0009593ScribusScripterpublic2012-01-26 12:12
Reportermeiradarocha Assigned Toavox  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
PlatformLinux, WindowsOSWindows XP,Ubuntu 
Product Version1.3.9 
Summary0009593: Error in getProperty, firstLineOffset parameter
Descriptiont = scribus.getProperty(getSelectedObject(),'firstLineOffset')

causes error in Python:

Traceback (most recent call last):
  File "<console>", line 1, in <module>
TypeError: Not was possible convert result type ''

and in terminal:

QMetaProperty::read: Unable to handle unregistered datatype 'FirstLineOffsetPolicy' for property 'PageItem::firstLineOffset'
Steps To ReproduceSelect a text frame and run in console:

t = scribus.getProperty(getSelectedObject(),'firstLineOffset')
TagsNo tags attached.
Patch

Activities

upegelow

2012-01-26 12:12

reporter   ~0027597

Would be great if this could be fixed. I have a script that generates quite a number of text fields, where manually I have to adjust First Line Offset afterwards. It would be great to do this already within the script.

Issue History

Date Modified Username Field Change
2010-12-18 20:14 meiradarocha New Issue
2010-12-29 13:49 cbradney Assigned To => avox
2010-12-29 13:49 cbradney Status new => assigned
2012-01-26 12:12 upegelow Note Added: 0027597