Search found 600 matches

by jPV
Fri Mar 15, 2024 8:23 am
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1157

Re: AVCodec and Emulation...

BTW I tryed and putting the muiroyale.hwp in the LoVIew directory seems to solve the issue and also other plugins was loaded so I simply write in the LoView.readme file how to install the plugin and maybe I can put directly the muiroyale.hwp in the LoView.lha file? I understand right? Yea, the plug...
by jPV
Thu Mar 14, 2024 3:45 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1157

Re: AVCodec and Emulation...

So only wayto solve tnat was to put the mui.royale plugin inthe LoView archive? Or don't enable GlobalPlugins, but require or try to load all plugins you think your program might need. You can replace ExitOnError() with the question mark nowadays to get shorter code for optional things (see Error h...
by jPV
Wed Mar 13, 2024 2:25 pm
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1157

Re: AVCodec and Emulation...

The main problem was that if I copy the same muiroyale.hwp plugin form libs:Hollywood from LoView main directory it works, but If I left it in LIBS:Hollywood dont...and that wasnt as expectec using GlobalPlugin = True arguiment... So...wheres the problem? My mistake? And also... The above code retu...
by jPV
Tue Mar 12, 2024 7:56 am
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 1703

Re: Hurl2.0 - Error initializing cURL!

The ?LoadPlugin("hurl") work-around doesn't work on it?
by jPV
Tue Mar 12, 2024 7:52 am
Forum: General questions
Topic: AVCodec and Emulation...
Replies: 14
Views: 1157

Re: AVCodec and Emulation...

Hmm... I'm doing @REQUIRE "muiroyale" with all my programs and never had any issues like that. Or actually I'm doing @REQUIRE "muiroyale", {Version=1, Revision=7} mostly... do you happen to have mixed versions of muiroyale.hwp in different directories?
by jPV
Mon Mar 04, 2024 9:51 am
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 1703

Re: Hurl2.0 - Error initializing cURL!

BTW. now I remember that I don't @REQUIRE the hURL plugin in most of my programs, I just load it later or on-demand with LoadPlugin() and handle errors if that fails (#ERR_PLUGINDOUBLET too). In this way programs can work without a (online) TCP/IP stack.
by jPV
Sun Mar 03, 2024 8:23 pm
Forum: Newbie questions
Topic: Missing mouse selection
Replies: 4
Views: 177

Re: Missing mouse selection

matty47 wrote: Sun Mar 03, 2024 1:38 am I have this partial code
Just a quick side-note, please use local variables in functions :) Here's a short explanation/example: https://www.hollywood-mal.com/docs/html ... bals_.html
by jPV
Sat Mar 02, 2024 1:24 pm
Forum: Amiga IDE questions
Topic: Lost debug output on Os4 Codebench
Replies: 1
Views: 247

Re: Lost debug output on Os4 Codebench

There was a change in Hollywood 8.0 that debug output is disabled on compiled executables, unless you set EnableDebug to True. Does Codebench compile executables instead of running scripts with Hollywood interpreter, or something like that?
by jPV
Tue Feb 27, 2024 8:20 am
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 343

Re: Listview CheckBox column & AROS

In any case, if someone wants issues to be fixed on Zune, it most likely doesn't need anything from Hollywood's side. In my experience the bugs can be fixed in Zune and that's it, it starts to work with Hollywood programs when you update AROS (components). If someone has time, motivation, and patien...
by jPV
Fri Feb 23, 2024 8:43 am
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 343

Re: Listview CheckBox column & AROS

There are "millions" of things that don't work with Zune, it's quite buggy with MUI compatibility and doesn't support newer MUI features, so I would say it's a Zune issue if it works on all other platforms. I've come across with numerous incompatibilities with Zune when writing my programs...