View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009314 | Scribus | Scripter | public | 2010-08-06 01:35 | 2015-07-16 19:30 |
Reporter | gpittman | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux | OS | Fedora | OS Version | 12 |
Product Version | 1.3.8 | ||||
Summary | 0009314: failure to recognize change in document when drawing lines from Scripter | ||||
Description | when you run a script that only draws lines, Scribus does not recognize that the document has changed, so if you click Close or Ctrl-W, there is no warning. | ||||
Steps To Reproduce | Run some script that only functions to draw lines Example: run code39.py, which is on the wiki. when you go through the choices, choose not to make human-readable code too. Do not save the document. Close the document -- you will get no warning about saving the file. | ||||
Additional Information | In code39.py, if you choose to make the text frame for human-readable, then you will get a warning on closing. Occurs with both the createLine and createPolyLine commands. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
this also occurs in 1.5.0svn code39.py is at http://wiki.scribus.net/index.php/Generating_a_Code39_Barcode |
|
I did just discover the Scripter command docChanged(), which will take care of the issue in an individual script. |