Search found 745 matches

by plouf
Thu Aug 13, 2026 6:41 am
Forum: Wishlist
Topic: A way to control Plugins On/Off
Replies: 4
Views: 9064

Re: A way to control Plugins On/Off

Dont know that . But to cover these cases i suggest use some kind of installer or first time "config tool"

Will catch requirements and inform user, and can also config other stuff like control keys etc
Its common in other games
by plouf
Fri Aug 07, 2026 4:23 pm
Forum: General programming
Topic: RebelSDL problems.
Replies: 2
Views: 8502

Re: RebelSDL problems.

Do I actually need to install SDL2 to AOS4 , or is problem somewhere elsewhere, since, once again, it didnt give that error before, only after I had tried to add the UseAudioAdapter=False. only have a comment for this sentence revelSDL clearly requires sdl2 2.0.12 or newer isntalled ->https://os4de...
by plouf
Thu Aug 06, 2026 6:26 pm
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 10607

Re: SQLite3 open db problem

yes your example does, it correct here is a simple example @REQUIRE "sqlite3" @APPTITLE "DB" @APPVERSION "$VER: GUI 1.0 (23.06.2026)" @APPCOPYRIGHT "Copyright ©2026, Davide Palombo" @APPAUTHOR "Davide Palombo" @APPDESCRIPTION "Esercizio db Holly...
by plouf
Thu Aug 06, 2026 6:21 am
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 10607

Re: SQLite3 open db problem

ok, Hollywood has a slightly older version, teh exact documentation is included inside sqlite plguin you have download on top of that, be aware that hollywood syntax , like use of double quotes for string, must apply since .this is hollywood :) i.e i mean that all function in doc are implemented but...
by plouf
Wed Aug 05, 2026 3:49 am
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 10607

Re: SQLite3 open db problem

hello 1. stings in hollywood are included in double quotes "" , single quotes are for singlecharacode code 2. sql.open takes a single argumetns and dot , not : btw if SQLITE_OPEN_READWRITE was a constant shall be with #, all cosntants in hollywood start with # (is this AI "Help" ...
by plouf
Wed Jul 29, 2026 9:57 pm
Forum: General plugin questions
Topic: Can DisplayBrushFX be used with RebelSDL?
Replies: 2
Views: 6378

Re: Can DisplayBrushFX be used with RebelSDL?

Dont try but i think hollywood main maual, claim that hardware brush ONLY can be drawn and no other effect is possible with them, shall apply here as well

https://hollywood-mal.com/docs/html/hol ... hNote.html
by plouf
Tue Jul 28, 2026 3:40 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 11369

Re: Can @Require be optional?

yes as i recall, plugins like rebelsdl , take over , fully replace graphics layer with their own

so RebelSDL / Rapagui etc can NOT be "optional"
by plouf
Tue Jul 28, 2026 3:17 pm
Forum: General programming
Topic: Can @Require be optional?
Replies: 8
Views: 11369

Re: Can @Require be optional?

and why to do it, anyway? whats the purpose behind this ? if target is to NOT fail loading if user does NOT have it, you either include (link=true) or use @OPTIONAL instead so script not fails if the target is to create multitarget apps , e.g. an app with jpeg support and an app with PNG support you...
by plouf
Thu Jul 16, 2026 10:27 pm
Forum: Hollywood bugs
Topic: Bug in Rnd()
Replies: 4
Views: 6985

Re: Bug in Rnd()

i think its known, that why rndstrong() has been created
by plouf
Wed Jul 15, 2026 5:57 pm
Forum: General programming
Topic: Does FlowerPot Emulation also emulate Hardware Brushes properly?
Replies: 2
Views: 7424

Re: Does FlowerPot Emulation also emulate Hardware Brushes properly?

Flowerpot is nothing more or less than winuae Winue uses a classic amiga with ppc603 and winuag gfx I dont know your answer but it wont speed a lot by definition For "modern" amiga emulation , mostly nowdays they prefer qemu wich. Can emulate a pegasos2 among other "amiga hardware&quo...