View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002701 | Scribus | Scripter | public | 2005-10-09 20:41 | 2005-11-02 12:25 |
Reporter | Assigned To | subik | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.3.2cvs | ||||
Fixed in Version | 1.3.2cvs | ||||
Summary | 0002701: Running Font sampler results in 1st page in right hand side of work area | ||||
Description | Run Font Sampler First page is offset as a right side page. 1.2.4cvs works as expected. | ||||
Tags | No tags attached. | ||||
Patch | |||||
|
There is nothing i am aware of that allows positioning on the work area from the scripter. As far as I can tell the script is not at fault. So something strange is presumably happening in Scribus itself. |
|
Reminder sent to: subik Petr, Any clues ? |
|
several lines of this in the console: QComboBox::setCurrentItem: (firstPage) Index 1 out of range QComboBox::setCurrentItem: (firstPage) Index 1 out of range QComboBox::setCurrentItem: (firstPage) Index 1 out of range |
|
I'm sure it's a bug related to the new "page order" system. Try: newDoc(PAPER_A4, (10, 10, 10, 10), PORTRAIT, 1, UNIT_POINTS, NOFACINGPAGES, FIRSTPAGERIGHT) newPage(-1) newPage(-1) newPage(-1) vs.: newDoc(PAPER_A4, (10, 10, 10, 10), PORTRAIT, 1, UNIT_POINTS, NOFACINGPAGES, FIRSTPAGELEFT) newPage(-1) newPage(-1) newPage(-1) I'll try to fix ASAP |
|
sjc: it's in 1.3 cvs. Can you test it and comment, please? fontsampler works with following code very well: # 2-pages layout scribus.newDocument(paper.size, paper.margins, scribus.PORTRAIT, 1, scribus.UNIT_POINTS, scribus.PAGE_2, 0) # 1-page layout scribus.newDocument(paper.size, paper.margins, scribus.PORTRAIT, 1, scribus.UNIT_POINTS, scribus.PAGE_1, 0) see help(newDocumen) for reference. I'll backport it into 1.2 after your reaction ;) |
|
backported into 1.2.x.cvs |
|
Seems fixed here. Tested both 0.7.5 and 0.8pre1. |
|
Tested this on both Linux and Win32. Seems fine now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-10-09 20:41 |
|
New Issue | |
2005-10-09 20:53 | sjc | Note Added: 0006998 | |
2005-10-09 20:55 |
|
Note Added: 0006999 | |
2005-10-09 21:56 |
|
Note Added: 0007005 | |
2005-10-10 19:23 | subik | Note Added: 0007012 | |
2005-10-10 19:24 | subik | Relationship added | related to 0002630 |
2005-10-11 08:25 | subik | Status | new => assigned |
2005-10-11 08:25 | subik | Assigned To | => subik |
2005-10-16 18:21 | subik | Note Added: 0007118 | |
2005-10-18 07:52 | subik | Note Added: 0007127 | |
2005-10-28 07:59 |
|
Note Added: 0007244 | |
2005-11-02 00:12 |
|
Status | assigned => resolved |
2005-11-02 00:12 |
|
Fixed in Version | => 1.3.2cvs |
2005-11-02 00:12 |
|
Resolution | open => fixed |
2005-11-02 00:12 |
|
Note Added: 0007305 | |
2005-11-02 12:25 |
|
Status | resolved => closed |
2006-05-13 21:24 | christoph_s | Relationship added | child of 0003813 |