Search found 5575 matches

by airsoftsoftwair
Sun Sep 15, 2024 6:38 pm
Forum: Announcements
Topic: Hollywood Designer 7.0 released
Replies: 7
Views: 3970

Re: Hollywood Designer 7.0 released

Thanks to Helmut Haake and Dominic Widmer, the Hollywood Designer 7 manual is now also available in a German translation. See here.
by airsoftsoftwair
Sun Sep 15, 2024 6:37 pm
Forum: Announcements
Topic: APNG plugin 1.3 and Plananarama 2.2 released
Replies: 1
Views: 4228

Re: APNG plugin 1.3 and Plananarama 2.2 released

Thanks to Helmut Haake and Dominic Widmer, the Plananarama 2.2 manual is now also available in a German translation. See here.
by airsoftsoftwair
Sun Sep 15, 2024 6:37 pm
Forum: Announcements
Topic: Hollywood goes LaTeX: hTeX 1.0 released
Replies: 9
Views: 2996

Re: Hollywood goes LaTeX: hTeX 1.0 released

Thanks to Helmut Haake and Dominic Widmer, the hTeX manual is now also available in a German translation. See here.
by airsoftsoftwair
Sun Sep 15, 2024 5:51 pm
Forum: General plugin questions
Topic: Pangomonium 2.0 freezes while loading SVG
Replies: 5
Views: 1718

Re: Pangomonium 2.0 freezes while loading SVG

Code: Select all

- Fix: SVG images could only be loaded when @REQUIREing the plugin first
by airsoftsoftwair
Sun Sep 15, 2024 5:50 pm
Forum: Announcements
Topic: Hollywood goes SID!
Replies: 12
Views: 16680

Re: Hollywood goes SID!

Yes, I know and I already did;) and found some SIDs (search for "First Rock-Try" on the hvsc.c64.org) that let the plugin "go wild", means cpu is at max and seems to be in an endless loop and Hollywood can't be quit! Only freezing of the task, or reboot helps. This should all be...
by airsoftsoftwair
Fri Sep 13, 2024 9:59 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 17
Views: 3838

Re: apng plugin problem

I've examined this now and the APNG file you provided is definitely corrupted. The header says it has 75 frames but the frames just stop after frame 43. I've tried to play it using Firefox, Chrome & XnView and they all stop playing after frame 43. So no bug in the APNG plugin here but the anim i...
by airsoftsoftwair
Fri Sep 13, 2024 9:57 pm
Forum: General plugin questions
Topic: Saving PNG Project icons with Iconic
Replies: 2
Views: 1770

Re: Saving PNG Project icons with Iconic

Code: Select all

- Fix: Saving PNG icons of type #AMIGAICON_PROJECT only worked if you also specifed a default tool
by airsoftsoftwair
Thu Sep 12, 2024 6:43 pm
Forum: Hollywood bugs
Topic: ConsolePrompt() prompts in debug window not in console
Replies: 11
Views: 1310

Re: ConsolePrompt() prompts in debug window not in console

I believe consolepromt() AND consoleprint() text output should go to console (black console window) While debugprint() should go to ide's bottom listgadget You're right that it would make perfect sense if ConsolePrint() wrote its output to a real console window but I don't really want to change its...
by airsoftsoftwair
Wed Sep 11, 2024 8:35 pm
Forum: Hollywood bugs
Topic: ConsolePrompt() prompts in debug window not in console
Replies: 11
Views: 1310

Re: ConsolePrompt() promts in debug window not in console

plouf wrote: Tue Sep 10, 2024 7:56 pm why else ConsolePrint() not go to the console ?
Looks like you first need to enter something before the script will continue execution. ConsolePrompt() will block until there's some input...
by airsoftsoftwair
Tue Sep 10, 2024 7:46 pm
Forum: Announcements
Topic: RapaGUI 2.2 released
Replies: 7
Views: 1079

Re: RapaGUI 2.2 released

Ok, this is indeed a little weird because it seems to happen only sporadically. I'm not able to reproduce it on OS3 and OS4 at all but on MorphOS it indeed does happen from time to time. Anyway, I've already identified and fixed the cause of the issue. Since this is a critical issue that could break...