Quelea icon indicating copy to clipboard operation
Quelea copied to clipboard

Algunas presentaciones no se muestran correctamente.

Open Dazmed707 opened this issue 5 years ago • 5 comments

imagen No sale en pantalla completa.. no hay como hacer que trabaje con powerpoint o wpsoffice o libreoffice en segundo plano y se pueda administrar la presentación con quelea mismo ?

Dazmed707 avatar Apr 25 '19 13:04 Dazmed707

Lo he notado también con algunas presentaciones, pero desafortunadamente creo que esto depende de la librería que usamos para crear los thumbnails de las diapositivas. Creo que PPT a veces funciona mejor que PPTX en ese sentido. Por supuesto, si usas LibreOffice o PowerPoint la presentación en sí saldría en la pantalla completa aunque los thumbnails no salieran completos. Pero si me mandas la presentación que usas podría verificar que no es un error de software en Quelea.

For those who don't speak Spanish that might read this: This is a most likely a dependency bug that hopefully will be resolved some day in the future. Sometimes PPT files are rendered better that PPTX files, but if you use PowerPoint or LibreOffice the projection would still be the complete slide even if the thumbnails aren't.

ArvidNy avatar May 06 '19 19:05 ArvidNy

TEMA 5.pptx Les dejo el archivo del problema.

Dazmed707 avatar May 20 '19 16:05 Dazmed707

@berry120, I just took a quick look and I actually think it might be a scaling issue in Quelea. Using the presentation above, the scaling was set to 2.0, but removing the scaling with this line made the slides render correctly. I suppose those lines were made to support slides that are wider that 1920 pixels, but my guess is that it gives the opposite effect when the slide is smaller than the default, though I haven't looked at the code thoroughly enough to see exactly what it does. I believe you wrote the class, would you mind having a look at it?

ArvidNy avatar May 20 '19 19:05 ArvidNy

Yup, I think you're right here - this doesn't look like the normal case of poi not rendering correctly. I'll take a look.

On Mon, 20 May 2019, 20:49 Arvid Nyström, [email protected] wrote:

@berry120 https://github.com/berry120, I just took a quick look and I actually think it might be a scaling issue in Quelea. Using the presentation above, the scaling was set to 2.0, but removing the scaling with this line https://github.com/quelea-projection/Quelea/blob/f9c1246d6c232008da520133c4d8fea888d76d3e/Quelea/src/main/java/org/quelea/data/powerpoint/PresentationSlide.java#L105 made the slides render correctly. I suppose those lines were made to support slides that are wider that 1920 pixels, but my guess is that it gives the opposite effect when the slide is smaller than the default, though I haven't looked at the code thoroughly enough to see exactly what it does. I believe you wrote the class, would you mind having a look at it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/quelea-projection/Quelea/issues/121?email_source=notifications&email_token=ABZ6JDOLGPY4UDMHNGOZWI3PWL6EPA5CNFSM4HINNHJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVZ4H5Y#issuecomment-494126071, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZ6JDNMSKD3UWR67KWFWF3PWL6EPANCNFSM4HINNHJA .

berry120 avatar May 20 '19 20:05 berry120

Clearing the milestone for now as don't want to delay 2020.0 any more, and this isn't a regression.

berry120 avatar Apr 22 '20 16:04 berry120