Search found 732 matches

by Allanon
Sat Apr 15, 2023 5:24 pm
Forum: Hollywood bugs
Topic: Strange behaviour of DebugPrompt()
Replies: 2
Views: 3054

Re: Strange behaviour of DebugPrompt()

Great, thank you!

Yes, I used

Code: Select all

DebugPrompt = ConsolePrompt
at the beginning of my scripts, I'm too lazy to change them all :D
by Allanon
Thu Apr 13, 2023 8:59 am
Forum: Showcase
Topic: Hollywood APPBuilder released
Replies: 23
Views: 30016

Re: Hollywood APPBuilder released

AppBuilder v3.1 released Here is the project page where you can read all the details and where you can download the packages. ----- AppBuilder is a tool that can drastically increase your Hollywood-MAL productivity, infact, with AppBuilder, you can compile and pack your cross-platform projects with...
by Allanon
Thu Apr 13, 2023 8:28 am
Forum: Hollywood bugs
Topic: Possible bug with "GetTempFileName()"
Replies: 4
Views: 1963

Re: Possible bug with "GetTempFileName()"

Yes, Hollywood 10 here
Thank you for confirming the problem :)
by Allanon
Wed Apr 12, 2023 9:46 am
Forum: Hollywood bugs
Topic: Possible bug with "GetTempFileName()"
Replies: 4
Views: 1963

Possible bug with "GetTempFileName()"

Hello, on AmigaOS3x the function GetTeempFileName()" returns always the same filename : T:hollywood.eaaaaa
I've tested with a compiled executable on WinUAE.

Code: Select all

For i = 1 To 10
    DebugPrint(GetTempFileName())
Next
by Allanon
Wed Apr 05, 2023 7:15 pm
Forum: Hollywood bugs
Topic: Strange behaviour of DebugPrompt()
Replies: 2
Views: 3054

Strange behaviour of DebugPrompt()

Hello Andreas, under HW10, on Windows 10, the command DebugPrompt() is skipped but a value is assigned to its variable, here is an example: @DISPLAY { Hidden = True } @OPTIONS { EnableDebug = True, ConsoleMode = True } DebugPrint("HELLO!") ; it works so OPTIONS is doing its job @WARNING &q...
by Allanon
Mon Mar 13, 2023 11:40 am
Forum: Showcase
Topic: Converting SDL2 Tutorials from Parallel Realities
Replies: 19
Views: 10025

Re: Converting SDL2 Tutorials from Parallel Realities

Yes, it would be very interesting to just see it in action! :)
by Allanon
Tue Mar 07, 2023 10:42 am
Forum: Showcase
Topic: I started a series of tutorials
Replies: 5
Views: 4337

Re: I started a series of tutorials

Thank you very much for your support and your kind words Dwayne :) Here is the link to the seconds tutorial , this time only for Patrons. Topics: - Turning the application into a full event-driven app - Detecting key presses with HGui (window's events) - Let the user stop the scan - ...and more :) H...
by Allanon
Fri Mar 03, 2023 12:23 pm
Forum: Showcase
Topic: I started a series of tutorials
Replies: 5
Views: 4337

I started a series of tutorials

Hello all, As the title suggest I've just started a tutorial series to help learning HGui & Hollywood but it's not limited to these two topics. I will try to explain some coding techniques and some core concepts too. The series is available for all my Patrons but this first tutorial is free for ...
by Allanon
Fri Mar 03, 2023 12:10 pm
Forum: Showcase
Topic: DirList
Replies: 3
Views: 2398

Re: DirList

Thank you guys :)
by Allanon
Wed Mar 01, 2023 6:45 pm
Forum: Showcase
Topic: DirList
Replies: 3
Views: 2398

DirList

DirList is a simple utility that does one thing: scans recursively the directories and calculates their size starting from the folder you have specified. Here is a screen shot of the Windows version: https://i.imgur.com/N71EX3a.png ..and here is the repository address where you can find the builds ...