Search found 5594 matches
- Wed Oct 09, 2024 7:14 pm
- Forum: RapaGUI
- Topic: Problem with HTMLview on Android
- Replies: 13
- Views: 8190
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
- Wed Oct 09, 2024 6:44 pm
- Forum: General programming
- Topic: BrushToRGBArray does not support async mode
- Replies: 5
- Views: 3650
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...
- Wed Oct 09, 2024 6:39 pm
- Forum: RapaGUI
- Topic: Listview Column Hide
- Replies: 10
- Views: 4046
Re: Listview Column Hide
Works here on AmigaOS 3 with the latest MUI. What platform are you on and which MUI version?
- Wed Oct 09, 2024 6:38 pm
- Forum: GL Galore
- Topic: GL Galore brush speed test (for tilemapped games)
- Replies: 9
- Views: 4018
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.
- Tue Oct 08, 2024 8:45 pm
- Forum: Newbie questions
- Topic: old Scala scripts in windows
- Replies: 3
- Views: 3791
Re: old Scala scripts in windows
Code: Select all
- Fix [Windows]: Scala scripts can also be started from the Windows IDE now
- Thu Oct 03, 2024 10:06 pm
- Forum: Announcements
- Topic: Pangomonium 2.1 released
- Replies: 1
- Views: 1699
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.
- Thu Oct 03, 2024 10:06 pm
- Forum: Announcements
- Topic: Hollywood goes LaTeX: hTeX 1.0 released
- Replies: 10
- Views: 4989
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.
- 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: 3142
- Thu Oct 03, 2024 10:03 pm
- Forum: General programming
- Topic: BrushToRGBArray does not support async mode
- Replies: 5
- Views: 3650
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.
- 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: 2127
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.