View Issue Details

IDProjectCategoryView StatusLast Update
0001543ScribusScripterpublic2005-05-04 21:40
Reportersubik Assigned Tosubik  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformi686OSGentooOS Version-
Product Version1.2.2cvs 
Fixed in Version1.3.0cvs 
Summary0001543: calling Scripter procedures or functions won't affect Mpalette widgets
DescriptionI'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 Informationin 1.3cvs works fine X, Y position widgets in Mpalette after moveObject(). scaling still wrong...
TagsNo tags attached.
Patch

Relationships

child of 0003813 acknowledged Metabug: Scripter 

Activities

plinnell

2005-04-07 21:29

viewer   ~0004135

I am assigning to Subik to resolve or move to 1.2.3 or 1.3

subik

2005-05-04 03:54

manager   ~0004492

cvs commit 2 days ago - bugtracker was down due the hw cooling replacement

plinnell

2005-05-04 05:04

viewer   ~0004494

is this applicable to 1.2.2 ?

subik

2005-05-04 16:39

manager   ~0004502

applied in 1.2.2 with small differences

Issue History

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 plinnell Note Added: 0004135
2005-04-07 21:29 plinnell Assigned To => subik
2005-04-07 21:29 plinnell Status new => assigned
2005-04-07 21:29 plinnell 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 plinnell 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