Search found 966 matches

by Juan Carlos
Sun Apr 19, 2026 11:09 am
Forum: Showcase
Topic: HollyTris - modern Tetris clone
Replies: 7
Views: 339

Re: HollyTris - modern Tetris clone

I can make the test on MorphOS real, if you are interested.
by Juan Carlos
Sat Apr 18, 2026 10:25 am
Forum: Showcase
Topic: HollyTris - modern Tetris clone
Replies: 7
Views: 339

Re: HollyTris - modern Tetris clone

A little suggestion, the music files are wav format, perhaps you must think in make versions for other systems as MorphOS, AmigaOS4, AROS,and in these systems the wav format change to ogg via plugin, and make the executables more littlest.
by Juan Carlos
Fri Apr 17, 2026 3:34 pm
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 7
Views: 1849

Re: DisplayTextObjectFX

Yes, and on Linux Mint it works.
by Juan Carlos
Thu Apr 16, 2026 9:47 pm
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 7
Views: 1849

Re: DisplayTextObjectFX

The code uses the BGPic 1, as little Windows to launch the main program, but this trick works in other systems less on Linux.
Also there are the textobjefts, but the basic visual effect is open a little Windows using the BGPic closes this Windows and open the main program window.
by Juan Carlos
Thu Apr 16, 2026 11:49 am
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 7
Views: 1849

Re: DisplayTextObjectFX

The example is very easy with the program star in a little background picture and showing the DisplayTextObjectFX, this problem only happen on Linux, on Windows, MorphOS and AmigaOS 3.9, not. Function p_Intro() PlaySample(1, 1) EnableLayers() DisplayBrush(1, 0, 0) ;Cover. DisplayTextObjectFX(1, 20, ...
by Juan Carlos
Thu Apr 16, 2026 11:45 am
Forum: Polybios
Topic: #PDFERR_FORMAT constant not found
Replies: 3
Views: 2055

Re: #PDFERR_FORMAT constant not found

No, I are using the normal PDF plugin, in fact the program under Windows and MorphOS runs fine, only on Linux Mint gives me this problem when I compile the program GrimoriumPDF.
by Juan Carlos
Sat Apr 04, 2026 1:07 pm
Forum: Code snippets area
Topic: Progress bar without pixel jumps
Replies: 3
Views: 2284

Re: Progress bar without pixel jumps

there are other variables to evaluate, for example, it's to copy a file, the file size, copy ratios Take a look at my for loop — there’s a reason it goes from (almost) zero to one. So all you need is a division, for example, the current copy progress divided by the file size. Thank you, interesting...
by Juan Carlos
Fri Apr 03, 2026 5:29 pm
Forum: Code snippets area
Topic: Progress bar without pixel jumps
Replies: 3
Views: 2284

Re: Progress bar without pixel jumps

It is a beautiful visual effect, but to make a real progress bar, there are other variables to evaluate, for example, it's to copy a file, the file size, copy ratios, etc., but your visual effect will may to be for a demo, etc.
by Juan Carlos
Tue Mar 31, 2026 3:57 pm
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 7
Views: 1849

DisplayTextObjectFX

This instruction on Linux doesn't work DisplayTextObjectFX, the text isn't showed, any idea?
by Juan Carlos
Mon Mar 30, 2026 9:43 pm
Forum: Polybios
Topic: #PDFERR_FORMAT constant not found
Replies: 3
Views: 2055

#PDFERR_FORMAT constant not found

I have this problem with Linux " Constant #PDFERR_FORMAT not found! this problem is missing on Windows, MorphOS but in Linux, yeah, some idea whey this problem?