Search found 74 matches

by midwan
Sun Oct 22, 2023 4:58 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37329

App not responding with Plananarama

I've run into a problem when using Plananarama plugin on a test app. The symptom is that when the app Window opens, it stops responding anymore. You cannot close it, and if you resize it it doesn't redraw it's contents. It doesn't matter if I compile it or just run it with the interpreter, it always...
by midwan
Fri Jul 07, 2023 10:37 pm
Forum: Hollywood bugs
Topic: Hollywood app hangs if not using P96 screenmode
Replies: 1
Views: 2343

Hollywood app hangs if not using P96 screenmode

I have a weird issue that was reported to me, about one application I made in Hollywood (v9.1). Here's the link to the Github issue: https://github.com/BlitterStudio/amidon/issues/5 It took me quite a while to narrow down when this is triggered, since I couldn't really recreate it in my environments...
by midwan
Mon Apr 03, 2023 5:17 pm
Forum: RapaGUI
Topic: RapaGUI requirements
Replies: 3
Views: 2255

Re: RapaGUI requirements

From history New: Added Hyperlink class; this can be used to embed clickable links in your GUIs; note that on Amiga this requires Hyperlink.mcc which is part of MUI on MorphOS and MUI 4.0 but it's not part of MUI 3.8 (requested by Sasha Pont) Yeah a better description needed in overview.. And/or in...
by midwan
Mon Apr 03, 2023 4:04 pm
Forum: General plugin questions
Topic: hURL and newer SSL implementations
Replies: 8
Views: 3701

Re: hURL and newer SSL implementations

It is using AmiSSL v4... maybe users have installed different AmiSSL versions next to each other and they don't have up-to-date amisslmaster.library anymore? It should be from the latest release always... Alright, thanks for verifying. I'm planning to set up a fresh AmigaOS installation to test whi...
by midwan
Mon Apr 03, 2023 10:37 am
Forum: General plugin questions
Topic: hURL and newer SSL implementations
Replies: 8
Views: 3701

Re: hURL and newer SSL implementations

Is it currently using AmiSSL v1?

The documentation mentions it requires AmiSSL 4, but SnoopDOS indicates it's trying to open AmiSSL v1 library instead. And I've had a few users reporting that even though they had AmiSSL 4.x installed, it still didn't work for them.
by midwan
Mon Apr 03, 2023 10:36 am
Forum: RapaGUI
Topic: RapaGUI requirements
Replies: 3
Views: 2255

RapaGUI requirements

In the documentation, it's mentioned that RapaGUI will work on MUI versions from 3.8/3.9 or later (with 4.0 being recommended). However, one of the components used does not exist in MUI versions earlier than 4.0: Hyperlink. One can copy the MUI class from the 4.0 archive back to 3.9, but that's an e...
by midwan
Sun Apr 02, 2023 4:47 pm
Forum: General plugin questions
Topic: hURL and newer SSL implementations
Replies: 8
Views: 3701

Re: hURL and newer SSL implementations

Any news on this?

It would be great to get hURL recompiled to use the newer AmiSSL 5.x version
by midwan
Thu Mar 30, 2023 5:47 pm
Forum: RapaGUI
Topic: Very slow when hidding/showing items?
Replies: 1
Views: 1474

Very slow when hidding/showing items?

I have a function that gets activated when a button is pressed, which is meant to hide or show certain RapaGUI elements according to a boolean value. Unfortunately, this process seems to be very slow (like a slideshow) on a real 060 Amiga. It works instantly on emulation, so it seems to be heavily C...
by midwan
Thu Mar 30, 2023 5:41 pm
Forum: General programming
Topic: Show splash screen while app is loading?
Replies: 11
Views: 3346

Re: Show splash screen while app is loading?

The "plananarama.hwp" file is in the expected location, under Hollywood\LinkerPlugins\m68k-amigaos (building this on Windows), together with the other plugins I'm using (hURL and RapaGUI), but it doesn't seem to find it. I tried removing the Link = True option as well, but it still failed...
by midwan
Mon Mar 20, 2023 9:50 pm
Forum: General programming
Topic: Show splash screen while app is loading?
Replies: 11
Views: 3346

Re: Show splash screen while app is loading?

plouf wrote: Mon Mar 20, 2023 7:07 pm Plananarama is a special case .can only be done (currently) only when compiling under amiga os68k version

As explained
https://forums.hollywood-mal.com/viewt ... 01#p18001
Ah, thanks - that explains the situation at least. :)