Fri, 10 Jul 2026 20:36:07 +0000
Hi Jim – I believe you did get it to work after updating your iMX6 computer to latest OS. You sent me some examples of DeBrown vs Compo method.
If something doesn’t work, please let us know the error message (if any), as it may help point to a solution.
IIRC Debrown just needs ImageMagick7 installed (which needs to be seen by the filer, I think?) and !InfoZip for zip handling.
Increasing your “Next” slot and/or RAM disc may also help – both done via the Task Manager (click on the “i” icon in the bottom right of your screen).
Update to RPCEmu (Spork Edition) now available...Fri, 10 Jul 2026 17:07:13 +0000
haha, that’s one way of getting it to work. ;-)
It is in fact how I run various RPCEmu instances for testing :-)
Update to RPCEmu (Spork Edition) now available...Fri, 10 Jul 2026 17:05:59 +0000
haha, that’s one way of getting it to work. ;-)
I do plan on getting Windows builds back; it’ll need a bit of work and a heap of testing though. :-/
DeTox bounty?Fri, 10 Jul 2026 15:50:40 +0000
Yes, I recall the work on the sig-gen+analyser. :-) I did it as it was handy for some bench measurements I wanted to make for some audio mag/page articles.
I did also some years ago do PPMs for the audio file player that was commonly used on RO… but whose name I’ve now forgotten!
DeTox bounty?Fri, 10 Jul 2026 15:45:31 +0000
Sorry about this, but I’m now in a muddle. I just tried to run DeBrown2 to debrown a pdf ebook… and I couldn’t get it to work. Have I not got the latest version… or am I forgetting/muddled?
Although I suspect ‘page adapting’ a’la my Compo approach might be better at times, the debrowning I think I recall from DeBrown seems good, so very handy when my atempts to optimise fall flat.
I should also explain – my main task these days is as a 24/7 ‘carer and house-husband’ so I keep being distracted and forget what I had been learning (sic). So may simply not remeber what I have known previously. :-/
I think I recall suggesting that DeBrown2 should have a user option to ‘skip debrowning page 1’ as this tends to be a colour cover on paper tat is often not pulp, but chinered (spelling?) so may look good in colour, no need to debrown.
Wimp 5.89 Testing with ROOL ThemeDefs!Fri, 10 Jul 2026 13:27:56 +0000
which is why I proposed a general “dark mode” system variable which would apply to all themes that prefer an inverted palette.
In the absence of a global system variable (currently), the following bit of BASIC will set a system variable AppName$DarkMode based on dark mode or not. Just replace AppName with the name of the application you want to test in dark mode.
REM Note state of dark mode in a sysvar
SYS "XWimp_ReadSysInfo",30 TO dark% ; flags%
IF ((flags% AND 1) <> 0) THEN dark% = 0
CASE dark% OF
WHEN 0 : OSCLI("Set AppName$DarkMode No")
WHEN 1 : OSCLI("Set AppName$DarkMode Yes")
ENDCASE
END
The risk with a general approach to dark mode is that applications may not fit the current theme exactly, and if one application takes theme X as basis and another application is based on theme Y the overall desktop might look a bit messy.
Wimp 5.89 Testing with ROOL ThemeDefs!Fri, 10 Jul 2026 12:49:50 +0000
plus whatever Paolo’s theme manager allows
A few notes:
If any of this can be of use/help to ThemeDef too, Sprow can access my ExtTheme repo and get the code.
HTH
Wimp 5.89 Testing with ROOL ThemeDefs!Fri, 10 Jul 2026 12:01:46 +0000
Thanks for the reply, Fred. The problem with that is I doubt there will be only one “dark mode” – we’ve already seen a version with purple in it, and Martin’s Obsidian, and there will probably be a plain dark mode too – plus whatever Paolo’s theme manager allows. This is too fine a level of granularity, which is why I proposed a general “dark mode” system variable which would apply to all themes that prefer an inverted palette.
Update to RPCEmu (Spork Edition) now available...Fri, 10 Jul 2026 10:42:42 +0000
I notice it’s a linux-only build
Just run it in a Linux VM on your Windows system ;-)
Update to RPCEmu (Spork Edition) now available...Fri, 10 Jul 2026 10:21:16 +0000
As fantastic as this is (and it really is!), I notice it’s a linux-only build. Are you planning on doing another Windows version?
Wimp 5.89 Testing with ROOL ThemeDefs!Thu, 09 Jul 2026 23:23:27 +0000
I’ve uploaded version 2.91a of StrongHelp with support for DarkMode here
Please give it a try and let me know of any issues.