Recent posts

#41
Scripts and Plugins / Re: Content Properties not tra...
Last post by AdmFubar - January 08, 2025, 12:09:52 AM
I wonder, are the "content properties" locked because the "content properties" window is open? "content properties" window is waiting for user input at all times while open and locking out scripts as it may cause a conflict?

try the script with the "content properties" window closed.

Not sure this is the solution. just speculation on mypart
#42
Scripts and Plugins / Re: Content Properties not tra...
Last post by abi - January 07, 2025, 09:28:01 AM
To give a quick update on this ticket - what we have noticed is that scribus does not allow running multiple scripts simultanously

1st script - the plugin that we have created
2nd script - is loading Content Properties

If we dont close the Plugin, Content Properties stays locked. But closing the Plugin and loading it again from scripts is not a very user friendly solution. If anyone can suggest a work around for

1. How can we close the script by minimising or something like that
OR
2. A quicker way to load the Plugin using some keyboard shortcut or adding it in the menu toolbar icon

Thanks
#43
Beginner Talk / Re: [SOLVED] pagination
Last post by weg - January 05, 2025, 03:08:38 AM
I tested the export solution and that worked ... I have marked my question solved.
Thank you for the help.
Now I will be posting a question about export options.
#44
Does the font used have the characters? Scribus can only use what is available in the font.
#45
Scripts and Plugins / Re: Create linked textbox on s...
Last post by Aleks100 - January 04, 2025, 08:32:36 PM
even better
#46
Hi,
I tried to insert a text with some Chinese characters, pinyin and other kind of characters, and the Chinese characters doesn't appear (instead, it's shown black frames).
It's possible to fix that?
Thanks
#47
Scripts and Plugins / Re: Create linked textbox on s...
Last post by a.l.e - January 04, 2025, 04:14:10 PM
the multiple duplicate feature is not that bad either...

https://forums.scribus.net/index.php/topic,5682.msg25003.html#msg25003
#48
Scripts and Plugins / Create linked textbox on seque...
Last post by Aleks100 - January 04, 2025, 03:32:45 PM
as in https://forums.scribus.net/index.php/topic,5785.0.html

# In a multi-page Scribus document:
# 1 Select the textbox containing one or more columns.
# 2 Enter the number of the last page where you want to sequentially copy this textbox.
# 3 Choose "Yes" if you want the text to flow continuously from the first textbox to the last.
# 4 Choose "Yes" if you want to maintain the textbox positions as they would be in a facing-page document.
#
# original script from https://scribus-user.de/forum/viewtopic.php?f=13&t=655

#49
Text and Typography / Re: Odt import - Paragraph sty...
Last post by jirib - January 04, 2025, 02:56:20 PM
solved in 1.6.3svn
#50
Beginner Talk / Re: pagination
Last post by a.l.e - January 03, 2025, 08:28:09 AM
you can of course write a small python script that produces one or multiple pdfs with a specific range in them...

as inspiration, this is a somehow complex script that uses pdfjam to create different types of booklets:

https://github.com/aoloe/scribus-script-repository/blob/master/imposition/imposition.py