View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001543 | Scribus | Scripter | public | 2005-01-15 17:28 | 2005-05-04 21:40 |
Reporter | subik | Assigned To | subik | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i686 | OS | Gentoo | OS Version | - |
Product Version | 1.2.2cvs | ||||
Fixed in Version | 1.3.0cvs | ||||
Summary | 0001543: calling Scripter procedures or functions won't affect Mpalette widgets | ||||
Description | I'm fixing bug in scripter scaleImage() function. It works fine now (at my desktop) except that I cannot set right values into MPalette widget/dialog. The values are good after clicking the object after script finished. Before the manual click mpalette contains some "default" values. I cannot simulate the mouse press any way... some ScApp->ScriptRunning conditions. Is there any posibillity to set it right? I think it's because of this script checking in MPalette object load method. Example code: item->LocalScX = x; // params item->LocalScY = y; item->OwnPage->ChLocalSc(x, y); item->OwnPage->UpdatePic(); item->OwnPage->Deselect(); // it works. mpalette is disabled // then I try item->OwnPage->SelectItemNr(item->ItemNr); // mpalette is enabled but with some implicit values. The same behaviour is in all manipulating functions - moveObject(10, 10) etc. | ||||
Additional Information | in 1.3cvs works fine X, Y position widgets in Mpalette after moveObject(). scaling still wrong... | ||||
Tags | No tags attached. | ||||
Patch | |||||
child of | 0003813 | acknowledged | Metabug: Scripter |
|
I am assigning to Subik to resolve or move to 1.2.3 or 1.3 |
|
cvs commit 2 days ago - bugtracker was down due the hw cooling replacement |
|
is this applicable to 1.2.2 ? |
|
applied in 1.2.2 with small differences |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-15 17:28 | subik | New Issue | |
2005-01-15 17:39 | subik | Additional Information Updated | |
2005-04-07 21:29 |
|
Note Added: 0004135 | |
2005-04-07 21:29 |
|
Assigned To | => subik |
2005-04-07 21:29 |
|
Status | new => assigned |
2005-04-07 21:29 |
|
Product Version | 1.2.1 => 1.2.2cvs |
2005-05-04 03:54 | subik | Status | assigned => resolved |
2005-05-04 03:54 | subik | Fixed in Version | => 1.3.0cvs |
2005-05-04 03:54 | subik | Resolution | open => fixed |
2005-05-04 03:54 | subik | Note Added: 0004492 | |
2005-05-04 05:04 |
|
Note Added: 0004494 | |
2005-05-04 16:39 | subik | Note Added: 0004502 | |
2005-05-04 21:40 | cbradney | Status | resolved => closed |
2006-05-13 21:40 | christoph_s | Relationship added | child of 0003813 |