Search found 361 matches

by amyren
Tue Feb 07, 2023 2:22 pm
Forum: Off topic
Topic: Name for a new program
Replies: 3
Views: 3067

Re: Name for a new program

If this program is a sort of metadata editor, so the information will be stored inside the file itself it could have a name that reflects this.
Like MetaAdd or more mystical like MetaMagic
by amyren
Tue Feb 07, 2023 10:43 am
Forum: Code snippets area
Topic: ChatGPT Hollywood code
Replies: 5
Views: 3188

ChatGPT Hollywood code

Not so surprisningly, ChatGPT / OpenAI is not yet quite able to create fully functiuonal Hollywood code. I asked it first to create the Hello World code, but every commandline was wrong. It does have a learning function, but even after correcting it and suggested a workinging example (twice), it sti...
by amyren
Tue Jan 24, 2023 3:35 pm
Forum: APK Compiler
Topic: apk API version
Replies: 25
Views: 31895

Re: apk API version

Due to the message below I figured I could try to update the android studio components. Incompatible Gradle Versions ../../build.gradle:4: The compileSdkVersion (30) should not be lower than the targetSdkVersion (31) I did also update gradle, the NDK, CMake and the SDK tools. But with API 31 install...
by amyren
Thu Dec 22, 2022 1:43 pm
Forum: APK Compiler
Topic: Home Edition "Powered by Hollywood" splash screen
Replies: 5
Views: 4703

Re: Home Edition "Powered by Hollywood" splash screen

The splash screen is not so big in real use, and appear only a short moment.
For a real example I have a few small games published on google play, just search for amy66dev
by amyren
Sun Sep 18, 2022 6:57 pm
Forum: Windows IDE
Topic: Is Windows 11 Hollywood safe?
Replies: 5
Views: 4092

Re: Is Windows 11 Hollywood safe?

Thanks for the replies. I've decided to give it a try. Although my broadband internet connection is currently more like slowband, so it might be that windows 12 is out before the update is done :)
by amyren
Fri Sep 16, 2022 9:47 am
Forum: Windows IDE
Topic: Is Windows 11 Hollywood safe?
Replies: 5
Views: 4092

Is Windows 11 Hollywood safe?

I have been holding back updating to windows 11 until I am sure that it will not make my laptop unusable. My greatest fear would be that the whole system refuse to start up after a failed upgrade, but the fear no 2 is that Hollywood or the Apk compiler would get problems after the update. What exper...
by amyren
Thu Sep 15, 2022 2:54 pm
Forum: Newbie questions
Topic: Example of OnGyroscope/OnAccelerometrr
Replies: 6
Views: 2863

Re: Example of OnGyroscope/OnAccelerometrr

Tested and it works here, thank you.
Just added Orientation = #ORIENTATION_PORTRAIT to the Display command to avoid the screen rotation when testing.
by amyren
Mon Aug 08, 2022 10:16 pm
Forum: General programming
Topic: Programming with JoyPad/GamePad
Replies: 4
Views: 2312

Re: Programming with JoyPad/GamePad

Will using a lowlevel.library replacement have any effect with Hollywood?
Like NewLowLevel found on aminet.
by amyren
Wed Jul 20, 2022 8:16 pm
Forum: Newbie questions
Topic: Restrict mouse movement
Replies: 2
Views: 1698

Re: Restrict mouse movement

Perhaps this does not qualify for the "simple and fast" criterias, but it will limit the mouse movements @DISPLAY {Width = 640, Height = 480} Function p_keyhandler(msg) Switch(msg.action) Case "CloseWindow": End Case "OnRawKeyDown": If msg.key = "X" Then p_pos...
by amyren
Tue Jun 07, 2022 3:22 pm
Forum: General programming
Topic: Makedir on SD card failed
Replies: 18
Views: 14672

Re: Makedir on SD card failed

Just did a quick test with HW9.1 and apk-compiler 4.1 and those four examples listed earlier.
HW9.1/Compiler 4.1 works just the same as compiled with HW9.0/compiler 4.0, none of the four examples are able to create a directory.

Strange enaugh, example 2, 3 od 4 does work as hwa's with player 9.1.