Search found 5446 matches

by airsoftsoftwair
Sun Jun 16, 2019 11:34 am
Forum: RapaGUI
Topic: Popcolor: Distinguish between click event and set method
Replies: 2
Views: 2597

Re: Popcolor: Distinguish between click event and set method

But I think my wish can still be useful. What do you think? Too much work for too little gain because it would have to be supported for all notifiable attributes then. Remember that RapaGUI on Amiga is just a thin layer above the MUI API so I'm trying to keeping it as MUI-esque as possible to make ...
by airsoftsoftwair
Sun Jun 16, 2019 11:32 am
Forum: General programming
Topic: Change in How Run() and Execute() Work in Android
Replies: 8
Views: 4600

Re: Change in How Run() and Execute() Work in Android

PEB wrote: Fri Jun 14, 2019 10:53 pm Does this require the use of PermissionRequest() with a new constant?
No, that's not necessary. Just put it in the manifest and it should work.
by airsoftsoftwair
Sun Jun 16, 2019 11:32 am
Forum: Announcements
Topic: Hollywood APK Compiler 3.1 released
Replies: 4
Views: 6967

Re: Hollywood APK Compiler 3.1 released

@plouf: You're looking in the wrong restricted area :) The restricted area for Hollywood APK Compiler 1.x and 2.x was hosted at http://www.airsoftsoftwair.de/ ... the new one is hosted at http://www.hollywood-mal.com/ ... check the email you got on March 3rd, it's in there :)
by airsoftsoftwair
Sun Jun 16, 2019 11:29 am
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 76453

Re: Hollywood 8: Supremacy out now!

I downloaded and installed the APK v3.1, flushed the cache and recompiled the applet. Sadly, I am still experiencing the same problems with vertical offsets still slightly shifted. I am wondering if removing the "FitScale = True" declaration could solve the problem. Have you reported this...
by airsoftsoftwair
Fri Jun 14, 2019 7:30 pm
Forum: Wishlist
Topic: Alternative single line comment character(s)
Replies: 7
Views: 4549

Re: Alternative single line comment character(s)

Have I mentioned that another advantage of ; is that it is much quicker to type and only needs half as much space which also increases the compiler's performance :)
by airsoftsoftwair
Fri Jun 14, 2019 7:29 pm
Forum: General programming
Topic: Best way to do lots of moving things on screen?
Replies: 42
Views: 27960

Re: Best way to do lots of moving things on screen?

Bugala wrote: Thu Jun 13, 2019 8:49 pm Oh, and what about differences between GL Galore and RebelSDL, what are the main differences between these two?
GL Galore offers direct access for OpenGL programming. For pure 2D RebelSDL is the best choice.
by airsoftsoftwair
Fri Jun 14, 2019 7:28 pm
Forum: General programming
Topic: Change in How Run() and Execute() Work in Android
Replies: 8
Views: 4600

Re: Change in How Run() and Execute() Work in Android

APK Compiler 3.1 has just been released. If you include this line in the manifest...

Code: Select all

<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
...Run() and Execute() should be able to open APK packages.
by airsoftsoftwair
Fri Jun 14, 2019 7:27 pm
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 76453

Re: Hollywood 8: Supremacy out now!

g0blin wrote: Sun Jun 02, 2019 10:05 am I figured, but for a moment I really felt lost! :oops:
As usual, thanks for you quick reply. You are the best. Can't wait to meet you in person, should you attend Amiga34 next October. :)
Hollywood APK Compiler 3.1 is now available. This should fix your problems :)
by airsoftsoftwair
Thu Jun 13, 2019 7:22 pm
Forum: Wishlist
Topic: Alternative single line comment character(s)
Replies: 7
Views: 4549

Re: Alternative single line comment character(s)

@Andreas: I see your point. To be honest, I wouldn't care if the syntax highlighting would not work in this case, as long as the compiler does not complain and it works as intended. Maybe implement it as a hidden feature? :-) Sorry, that's just too modern. There has to be some retro touch to Hollyw...
by airsoftsoftwair
Thu Jun 13, 2019 7:20 pm
Forum: General programming
Topic: Best way to do lots of moving things on screen?
Replies: 42
Views: 27960

Re: Best way to do lots of moving things on screen?

For maximum performance you should use a plugin that offers hardware-accelerated drawing, e.g. RebelSDL or GL Galore.