Search found 759 matches

by jPV
Tue Jul 21, 2026 4:04 pm
Forum: Hollywood bugs
Topic: Wrong size after scaling a vector brush
Replies: 1
Views: 433

Wrong size after scaling a vector brush

I found a situation where vector brush scaling produces one pixel too wide brush. The rightmost pixel column becomes black. I'm not sure if it's related to the pdf plugin and specific files or can it be reproduced more widely. In any case it only happens when the original brush is a vector brush, an...
by jPV
Tue Jul 14, 2026 3:38 pm
Forum: Off topic
Topic: Vectorama 2026 report
Replies: 3
Views: 3760

Re: Vectorama 2026 report

Sounds good, is there a photo in the gallery that shows this leaderboard made with Hollywood? There are actually two leaderboard implementations shown, one which shows live compo leaderboards within other pages in the Designer made infoscreen slideshow and other separate Hollywood program to show f...
by jPV
Mon Jul 13, 2026 3:20 pm
Forum: PDF plugin
Topic: Garbled gfx on AmigaOS compatibles with certain file
Replies: 1
Views: 1099

Garbled gfx on AmigaOS compatibles with certain file

Most PDF files do work fine, but this one gives garbled graphics at least on MorphOS and OS3: https://jpv.amigaaa.com/test/test.pdf Here's how it looks like: https://jpv.amigaaa.com/test/pdftest.png It looks OK on Windows... so the issue might be only on AmigaOS compatibles, for some reason. @REQUIR...
by jPV
Thu Jul 02, 2026 3:04 pm
Forum: Off topic
Topic: Vectorama 2026 report
Replies: 3
Views: 3760

Vectorama 2026 report

Finnish Amiga Users Group participated in Vectorama 2026 gaming event in Oulu, Finland, by arranging an Amiga stand and several games competitions. There were a high score competition in IK+, a time attack competition in Stunt Car Racer, and multiplayer tournaments in Lotus 2 and Worms DC. Prizes i...
by jPV
Thu Jun 11, 2026 8:43 am
Forum: General programming
Topic: How to find out the currently selected display?
Replies: 5
Views: 5960

Re: How to find out the currently selected display?

I think it's the safest to end a previous selection before it returns to the main loop if it's something else than a display...
by jPV
Thu Jun 04, 2026 12:02 pm
Forum: General programming
Topic: How to find out the currently selected display?
Replies: 5
Views: 5960

Re: How to find out the currently selected display?

I guess you have searched the documentation pretty well, and I didn't see anything with a very quick look either. Maybe something like this as a work-around: Function p_GetSelectedDisplay() Local type, id = GetAttribute(#DISPLAY, 0, #ATTROUTPUTDEVICE) If type = #DISPLAY Then Return(id) Else Return(-...
by jPV
Tue Mar 24, 2026 6:52 pm
Forum: Tutorials
Topic: Crash Course to Hollywood Programming
Replies: 7
Views: 269656

Re: Crash Course to Hollywood Programming

vox wrote: Sun Mar 22, 2026 1:04 pm Great for MorphZone, but is there a PDF?
No, I think wiki pages serve better for this kind of content.
by jPV
Fri Mar 13, 2026 8:14 am
Forum: Wishlist
Topic: Wishlist: Physics Engine
Replies: 2
Views: 64333

Re: Wishlist: Physics Engine

If making a plugin, a C/C++ based source would be more efficient and easier to port as a plugin.
by jPV
Fri Mar 13, 2026 8:04 am
Forum: Newbie questions
Topic: Execution of external program or data file
Replies: 4
Views: 29088

Re: Execution of external program or data file

However, I'm wondering if it's possible to execute a program associated with a PDF document in MorphOS the same way it works for me on MacOS. Execute document.pdf opens the program with the loaded document on the Mac, but not on MorphOS. On MorphOS you should use the Open shell command. It opens fi...
by jPV
Wed Feb 18, 2026 3:21 pm
Forum: General programming
Topic: readtable & json file
Replies: 3
Views: 52668

Re: readtable & json file

Hi, I have two different tables and I want to save both on an unique file via writetable using the default option. They are written correctly while the reading is impossible receiving an error message. Saving the two tables, each one in a different file, they are correctly read. There is a way to h...