Disappearing WimpVisualFlag
David Pitt (9872) 362 posts |
When using ColourFiler A Theme Design doc states that Titanium OS5.29 19Mar23, Theme Setup plugin 0.07. |
David Pitt (9872) 362 posts |
After a bit more learning curve, setting To get the flag to actually work there is a separate setup file containing the flag in PreDesk to run after ThemeSetup. Not enabling textured windows makes the whole issue go away, the |
Sprow (202) 1155 posts |
Is there something else using the I just added a -NoIconBoxesInTransWindows to my normal theme’s |
Steve Pampling (1551) 8155 posts |
You mean like a syslog of the whole OS from when it initially starts up? |
John WILLIAMS (8368) 493 posts |
Are you thinking, perchance, of small Japanese spiney creatures? Does such a thing actually exist? |
Steve Pampling (1551) 8155 posts |
Actually I was thinking of the SysLog implementation1 that Julie started, promising but not completed, nor available source for anyone else to continue. Reporter can probably do the job, but for stuff like this it’s overkill, plus users need a simple built in recording setup with a “tick this box to increase logging verbosity” 1 As I recall Harinezumi stops logging as the system enters the Desktop and this is most definitely a desktop item. |
David Pitt (9872) 362 posts |
That is so here with vanilla OS5. The issue I a seeing is when using ColourFiler. With Textured windows backgrounds set grey boxes appear around file names in the coloured Filer windows. The full circumstances of the issue are that both Textured window backgrounds is set and the WimpVisualFlag Removing The catch is that
Thanks for the heads up.
Having failed to think of anything that could go into CoFlags to inhibit --- ADFS::ROOL.$.DiscDev.Disc.RiscOS.Sources.SystemRes.Configure2.PlugIns.ThemeSetup.h.loadtheme00 2023-03-20 08:59:59.0 +0000 +++ ADFS::ROOL.$.DiscDev.Disc.RiscOS.Sources.SystemRes.Configure2.PlugIns.ThemeSetup.h.loadtheme 2023-03-20 08:59:59.0 +0000 @@ -44,3 +44,3 @@ #define WIMPVISFLAGS_RGB_COLOUR(k) ((k)[1] | ((k)[2] << 8) | ((k)[3] << 16)) -#define WIMPVISFLAGS_DEFAULT FALSE, FALSE, FALSE, TRUE, \ +#define WIMPVISFLAGS_DEFAULT FALSE, FALSE, FALSE, FALSE, \ FALSE, FALSE, FALSE, FALSE, \ As briefly tested that looks to be doing job. So far I have not noticed anything change on the removal of To sum up, it is an interaction between ColourFiler and a WimpVisualFlag. |
Martin Avison (27) 1491 posts |
That is all that is required in Reporter. One tick on “Start Reporter at start of Boot sequence”, and Save. Please let me know if I can make it any easier? Note that it is now much safer than it was at one time! |
Dave Higton (1515) 3497 posts |
I have just one suggestion for Reporter (which has been enormously useful during development of my IPP stuff): make the default buffer size bigger. |