Recent posts

#91
User Interface / Re: Indigo UI: Canvas Frames a...
Last post by a.l.e - December 17, 2024, 10:31:36 PM
nice to see this.

like AdmFubar, the first thing i noticed is that there is no way to rotate the items on canvas.
i'm not sure that pressing R should be necessary. but it still might be the best solution for scribus.

the second point, is about the item names. even if they can be disabled, i really wonder what's the use for them.

somehow, i'd like to see a real use case for that, before implementing that widget.
personally, i believe that seeing the name in the outline palette is more than enough.


concerning the tables, i think that we really need to have a workshop on how they should work!*

for the images: do we want to have a button in the middle for loading the image?
for the text frames, it's less straightforward, since one might rather want to start typing...
we could have multiple buttons: lorem ipsum, load text, start typing...
only when it's empty.

LTR will be a challenge. it probably needs to be a document, frame, paragraph and character setting!

finally, being able to edit the bezier nodes "on canvas" would be terrific. on the other side, i'm not sure about all the gradients definition on canvas (but i rarely use them, so i cannot really judge).

* btw, if you're free at the end of may, it would be amazing to meet you at the next LGM:

https://libregraphicsmeeting.org/2025/

it's not that far for you : - )
#92
User Interface / Re: Indigo UI: Canvas Frames a...
Last post by AdmFubar - December 17, 2024, 09:17:46 PM
needs one addition, a handle for rotating the object.
#93
Scripts and Plugins / Re: Content Properties not tra...
Last post by a.l.e - December 17, 2024, 05:50:18 PM
i guess that for what scribus is concerned, it would be better to create a "scripts" toolbar, with one button for each script you want to launch.

working in a similar way as the new "Script > Scripts..." menu entry in scribus 1.7.

i would use the same preferences settings for detecting the directories with the script and place some sort of manifest in there, that defines the script one wants to attach to a directory.

the alternative, would be a more complex preferences dialog, where one could add and define each button...
#94
Scripts and Plugins / Re: Content Properties not tra...
Last post by abi - December 17, 2024, 10:26:27 AM
To give a quick background - we have written a script in Python where we have a menu created using which we have following functions
1. Open - a file (which will read folder structure and load data)
2. Create - which will create a new file in a folder structure and file has to be created based on an existing template
3. Save - which saves and also exports into different formats and meta data files
4. Load Content - this runs an API connecting to a CMS and loads text and media files which gets added to the open file

What we have figured out is - if this menu is running while the page is open, the Content Properties are not showing. But if we close that menu which is running in background and then try to load content properties it opens.

Now we are thinking of docking the menu so it stops running from the background and only loads when we want to perform some function.

Any ideas on how we can dock the menu will be helpful

Thanks
#95
User Interface / Indigo UI: Canvas Frames and G...
Last post by tim_occ - December 16, 2024, 10:07:55 PM
Here are some ideas about the object frame features.

The purple color is just a placeholder color for selected frames, and can still be changed in the preferences.

Do you miss something?
#96
Scripts and Plugins / Re: Content Properties not tra...
Last post by a.l.e - December 16, 2024, 06:55:30 PM
can you list the exact steps you're going through in the second case?

something like:

  • create a scribus file
  • make sure that the properties palette is not shown
  • use scribus.saveDocAs('abc.sla') to save it
  • show the properties palette

...

btw, i've tried the actions above, in the order, and the PP is there.
#97
Windows / Cache image initialization iss...
Last post by AlainB - December 16, 2024, 06:30:32 PM
I've been using Scribus 1.6.2 on Windows 11 for a few months without any problem.
When I launched 2 instances of Scribus almost at the same time, the program froze.
I tried to remove it using Windows Task Manager, but without success.
I rebooted Winbdows 11 and relaunched Scribus, but it froze in the image cache initalization phase.
I reinstalled Scribus but it still hangs at startup in the image cache initialization phase (even without loading any .sla file)
Thank you for your help

#98
Scripts and Plugins / Content Properties not transfe...
Last post by abi - December 16, 2024, 07:07:42 AM
When we are creating a page using a Template using Python script

 scribus.saveDocAs

- the content Properties dialog does not show in the new file created.

pfa
1. The video of a template file where the Content properties are loading - clickhere
2. The .sla file created by using saveDocAs function - where the content properties dont load - clickhere

Thank you
#99
PDF Generation / Re: Prepress: any tips for aut...
Last post by OSDP - December 15, 2024, 06:53:27 PM
Quote from: Nermander on December 15, 2024, 03:09:52 PMScribus is made to create print-ready PDF:s. If you want to convert these to raster images, you can use for example Ghostscript.

Fo sure.
But i can also export my document .sla in .png, .ico, .webp (raster images for web), or in .pdf for web (screen). And that's nice !
I don't know how to use Ghostsript.
I also can convert .pdf on raster images with gimp or krita (rigth clik open the .pdf with) and save them.
#100
PDF Generation / Re: Prepress: any tips for aut...
Last post by Nermander - December 15, 2024, 03:09:52 PM
Quote from: OSDP on December 15, 2024, 08:23:01 AMAnd why not, being able to export a completely flattened .pdf into raster images (one image per page) (in alternative export solution).

Scribus is made to create print-ready PDF:s. If you want to convert these to raster images, you can use for example Ghostscript.