Recent posts

#1
Scripts and Plugins / Re: Scripting engine in versio...
Last post by hjh - Today at 01:05:12 AM
Hi Ale

Thank you for the explanation about the status of a new scripter engine. I am fine using the scripter API as it is now.

So for clarification I updated on the wiki the "Scripts root page" by moving an updated version of the note about a new scripter engine to the bottom of the page.
https://wiki.scribus.net/canvas/Category:Scripts
When it is ready it may be put back to a prominent position again.


I also updated page
https://wiki.scribus.net/canvas/Scripter_API
to include that the web page maintained by you https://impagina.org/scribus-scripter-api/ refers to version 1.7.

In addition I added the tip by prcek on  how to get the current API by using in the console the snippet

import scribus
help(scribus)

I guess that goes for what is actually implemented. And might be more up to date then what is in the Help window. However I am not sure about that.

--Hannes
#2
Beginner Talk / Re: can't edit document
Last post by AdmFubar - July 17, 2025, 10:28:20 PM
Screenshot?  I'm am thinking there is a more serious issue regarding your computer. There are some details we'd need to know about your setup to help troubleshoot the issue.
#3
Raster and Vector Graphics / Re: Importing Images
Last post by AdmFubar - July 17, 2025, 10:21:40 PM
What os and version? What version of scribus? How many files are in the folder where your images are stored? Local or usb drive where the images are stored?
#4
Beginner Talk / Re: Key F3 - show styles dialo...
Last post by a.l.e - July 17, 2025, 10:17:27 PM
it's F4 that should show the Style Manager.

you can change the shortcut in the File > Preferences.
#5
Beginner Talk / Re: can't edit document
Last post by Nermander - July 17, 2025, 08:01:07 PM
Maybe you have created layers and are working on a layer where the objects are not placed? Or you have locked a layer?
#6
Beginner Talk / Re: why the order of the layer...
Last post by Nermander - July 17, 2025, 07:58:38 PM
As utnik says, use a newer version of Scribus, 1.4.8 is very old and back then Master Pages were always behind the page content.
#7
Beginner Talk / Re: Key F3 - show styles dialo...
Last post by Nermander - July 17, 2025, 07:55:32 PM
Yes, this is a bug in some 1.6.x version of Scribus if I recall correct.

I remember seeing a changelog saying the bug was fixed.
#8
Raster and Vector Graphics / Importing Images
Last post by pierruel - July 17, 2025, 07:23:41 PM
Good evening,
I hope my English can be understood ! When I import an image into an image frame, the process is incredibly slow. It takes 15, 20 or more seconds before a folder opens. And at least half a minute to import an image into the selected frame. Is there something I can do in order to have things going faster (other features of Scribus seems to run at a normal speed) ? Thank you in advance. Regards. Pierre
#9
Scripts and Plugins / Re: Scripting engine in versio...
Last post by a.l.e - July 17, 2025, 03:03:03 PM
That Scripter is in Scribus, but I doubt that it works.
And you need to recompile Scribus with that Scripter activated (instead of the "normal" one) to use it.

It has never been used and it's basically abandoned.

I have plans for creating a new engine, with a more structured API, but it's not really a high priority right now.
(I guess that I need to sit down with Jean, and find out why it does not build...)
#10
Scripts and Plugins / Scripting engine in version 1....
Last post by hjh - July 17, 2025, 12:32:32 PM
Hi

Then entry page about scripting in the wiki
https://wiki.scribus.net/canvas/Category:Scripts
mentions a new scripting engine in a note.

"The next steps will be to get the script engine to work (should already be ok)"

Is a new scripting engine working in 1.6.4? And what is new about it?

There is a documentation for Scribus version 1.5 about a scripter 2

https://scribus-scripter.readthedocs.io/en/latest/#

Does this documentation apply to Scribus 1.6.4?

--Hannes

P.S. If I evaluate the following

import scribus
document = Scripter.activeDocument
margins = document.margins
margins.top

in the console window I get an error message.