Search found 87 matches

by NubeCheCorre
Thu Aug 06, 2026 3:16 pm
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 11206

Re: SQLite3 open db problem

Thanks for all your help and kind words, really appreciated :)
May I ask you another thing please? Can you tell me if the sqlite3 engine db that we have here in Hollywood use the AUTOINCREMENT for the ID inside the table?
Thanks

EDIT: Yes, it has the AUTOINCREMENT parameter :-D
by NubeCheCorre
Wed Aug 05, 2026 10:53 pm
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 11206

Re: SQLite3 open db problem

This code now works: @REQUIRE "sqlite3" @APPTITLE "DB" @APPVERSION "$VER: GUI 1.0 (23.06.2026)" @APPCOPYRIGHT "Copyright ©2026, Davide Palombo" @APPAUTHOR "Davide Palombo" @APPDESCRIPTION "Esercizio db Hollywood" /*local database = sqlite3:...
by NubeCheCorre
Wed Aug 05, 2026 10:41 pm
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 11206

Re: SQLite3 open db problem

I took the code from the examples included into sql plugin and from official page of sql lite lua as the included documentation for hollywood is unusable..
by NubeCheCorre
Wed Aug 05, 2026 1:22 am
Forum: Newbie questions
Topic: SQLite3 open db problem
Replies: 6
Views: 11206

SQLite3 open db problem

Hi to everyone, I am trying to learn the database plugin for hollywood as I want to use it for my small cms program. I have experience in mysql using lampp and php and javascript and so on.. As I said before I am learning hollywood as I would like to start using it not only for games creation but al...
by NubeCheCorre
Sun Feb 08, 2026 11:01 pm
Forum: Newbie questions
Topic: trying to use rapagui on linux... executable won't start
Replies: 9
Views: 116432

Re: trying to use rapagui on linux... executable won't start [SOLVED FOR NUBE]

ok, finally i was able to make it work on my system and the solution was really very very simple... I checked the code of the various examples of rapagui and i simply changed this line: @REQUIRE "RapaGUI" to this -> @REQUIRE "rapagui.hwp" I tested it against both x64-linux and x6...
by NubeCheCorre
Sun Feb 08, 2026 10:18 pm
Forum: Newbie questions
Topic: trying to use rapagui on linux... executable won't start
Replies: 9
Views: 116432

Re: trying to use rapagui on linux... executable won't start

First of all thanks for the reply Andreas :-) I am using Debian 12 with KDE. I deleted my previous installation of Hollywood and reinstalled everything from scratch, installing only RapaGUI as plugin, and I installed, as you suggested, the GTK-3 version but nothing changed.. If try to compile a proj...
by NubeCheCorre
Sun Feb 08, 2026 6:09 pm
Forum: Announcements
Topic: Hollywood APK Compiler 5.0 released
Replies: 7
Views: 64143

Re: Hollywood APK Compiler 5.0 released

thanks for the info
by NubeCheCorre
Sun Feb 08, 2026 5:12 pm
Forum: Announcements
Topic: Hollywood APK Compiler 5.0 released
Replies: 7
Views: 64143

Re: Hollywood APK Compiler 5.0 released

Thanks for the update, where do I find the link of the restricted area to download the update?
by NubeCheCorre
Sun Feb 08, 2026 12:51 am
Forum: Newbie questions
Topic: trying to use rapagui on linux... executable won't start
Replies: 9
Views: 116432

Re: trying to use rapagui on linux... executable won't start

I have the same exact problem.. I am not able to display the demos of Rapagui.. I would like to know, talking about the plugins copyright and GPL licence, what happen if I realize a program with rapagui (a cms program) and I include the plugin in the program in a proper directory called "Plugin...