Search found 5594 matches

by airsoftsoftwair
Wed Oct 09, 2024 7:14 pm
Forum: RapaGUI
Topic: Problem with HTMLview on Android
Replies: 13
Views: 8194

Re: Problem with HTMLview on Android

I've compiled a version of the Hollywood 10 player for you that has the "useCleartextTraffic" tag set, get it here: http://www.softwarefailure.de/tmp/hwplayer-arm64.apk
by airsoftsoftwair
Wed Oct 09, 2024 6:44 pm
Forum: General programming
Topic: BrushToRGBArray does not support async mode
Replies: 5
Views: 3655

Re: BrushToRGBArray does not support async mode

Ah, ok, now I think you can easily implement this yourself. Just convert the brush row-by-row to an RGB array. Then you can easily do other things while the brush is being converted. Concerning the issue with the locked mouse pointer: I think this only happens with Picasso96 which has the habit of l...
by airsoftsoftwair
Wed Oct 09, 2024 6:39 pm
Forum: RapaGUI
Topic: Listview Column Hide
Replies: 10
Views: 4085

Re: Listview Column Hide

Works here on AmigaOS 3 with the latest MUI. What platform are you on and which MUI version?
by airsoftsoftwair
Wed Oct 09, 2024 6:38 pm
Forum: GL Galore
Topic: GL Galore brush speed test (for tilemapped games)
Replies: 9
Views: 4047

Re: GL Galore brush speed test (for tilemapped games)

Btw, have you tried it with RebelSDL? RebelSDL also supports hardware double buffers that should provide perfect vsync. I've tried your example on a Windows PC with RebelSDL and I get 17 pages now. With GL Galore I only got 1 page on the same system.
by airsoftsoftwair
Tue Oct 08, 2024 8:45 pm
Forum: Newbie questions
Topic: old Scala scripts in windows
Replies: 3
Views: 3807

Re: old Scala scripts in windows

Code: Select all

- Fix [Windows]: Scala scripts can also be started from the Windows IDE now 
by airsoftsoftwair
Thu Oct 03, 2024 10:06 pm
Forum: Announcements
Topic: Pangomonium 2.1 released
Replies: 1
Views: 1704

Re: Pangomonium 2.1 released

Pangomonium v2.1a has just been released. This release only contains a bugfix for the macOS PowerPC platform. All other platforms are unchanged so you only need to update your installation if you're on macOS PPC.
by airsoftsoftwair
Thu Oct 03, 2024 10:06 pm
Forum: Announcements
Topic: Hollywood goes LaTeX: hTeX 1.0 released
Replies: 10
Views: 4996

Re: Hollywood goes LaTeX: hTeX 1.0 released

hTeX v1.0b has just been released. This release only contains a bugfix for the macOS PowerPC platform. All other platforms are unchanged so you only need to update your installation if you're on macOS PPC.
by airsoftsoftwair
Thu Oct 03, 2024 10:04 pm
Forum: General programming
Topic: How to wait for key and know what key it was?
Replies: 9
Views: 3149

Re: How to wait for key and know what key it was?

Bugala wrote: Sun Sep 29, 2024 8:40 am Like flinx said, point was that we were in need of the RETURN value of the WaitKeyDown(). As in, which key user pressed to get past the WaitKeyDown().
Ah ok, I can understand that this could be useful. I'll see what I can do.
by airsoftsoftwair
Thu Oct 03, 2024 10:03 pm
Forum: General programming
Topic: BrushToRGBArray does not support async mode
Replies: 5
Views: 3655

Re: BrushToRGBArray does not support async mode

I don't understand this question. What do you mean by "async mode"? Are you playing an anim in async mode? But what does it have to do with BrushToRGBArray() then? Please post an MCVE.
by airsoftsoftwair
Thu Oct 03, 2024 10:02 pm
Forum: Newbie questions
Topic: Is there a way to recognise if Window dragbar has been clicked?
Replies: 2
Views: 2136

Re: Is there a way to recognise if Window dragbar has been clicked?

I don't think this is possible. Most window managers just allow apps to detect when a window is being dragged but not if the drag bar has been clicked without moving the window.