Search found 60254 matches

by admin
07 Apr 2024 10:09
Forum: Bug Reports
Topic: Problem with property()
Replies: 15
Views: 259

Re: Problem with property()

Just weird. You select them in the tree?
by admin
07 Apr 2024 10:09
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 754

Re: How to delete tabset list

Agreed. This will avoid trouble in the future.
by admin
06 Apr 2024 13:43
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 754

Re: How to delete tabset list

I've read v19.80.0131 - 2019-03-30 13:55 three times and I think it's stupid. It should never have been done. Tabsets should always be reversible after saving settings. That's the idea of "Revert to Saved", because "saved" here does not refer to the saving of Save Settings , but ...
by admin
06 Apr 2024 13:32
Forum: Bug Reports
Topic: Problem with property()
Replies: 15
Views: 259

Re: Problem with property()

Now I could fix the discrepancy between fieldname and value! So thanks for complaining! Enjoy the summer! :)
by admin
06 Apr 2024 13:15
Forum: Bug Reports
Topic: Problem with property()
Replies: 15
Views: 259

Re: Problem with property()

PeterH wrote: 06 Apr 2024 12:26 And sometimes it doesn't support first-level folders.
Not here.
by admin
06 Apr 2024 10:35
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 754

Re: How to delete tabset list

Yep. BTW, TabsetsCanRevertAcrossSessions as a name is not totally correct. It's actually "Tabsets can revert after saving settings" and that's what it will be called.
by admin
06 Apr 2024 10:08
Forum: Tips & Tricks, Questions & Answers
Topic: How to delete tabset list
Replies: 21
Views: 754

Re: How to delete tabset list

Okay, I dug up the cause of this issue: v19.80.0131 - 2019-03-30 13:55 * Tabsets: Before, tabsets were revertible across sessions. If you did not explicitly save a tabset you could always go back to the last-saved state by clicking "Revert to Saved", and that worked across sessions. There ...
by admin
06 Apr 2024 09:26
Forum: Bug Reports
Topic: Problem with property()
Replies: 15
Views: 259

Re: Problem with property()

Is this a long way of telling me that property() does not support drives? I know that. :)
by admin
05 Apr 2024 20:07
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 340

Re: [solved] custom icon in menubar became pale

Quality and speed are quite similar. I personally like PNG better because it's newer. (I'm a simple man.)
by admin
05 Apr 2024 17:44
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 340

Re: [solved] custom icon in menubar became pale

Don't worry. All this only affects custom toolbar buttons, and only those that use an ICO file for the custom icon. If that ICO file does not contain an icon that fits the current button size, then stretching is required. This is now done with GDI, which does a better job than the previous way. Howe...
by admin
05 Apr 2024 15:06
Forum: BETA Versions for Download
Topic: BETA version (with detailed history information)
Replies: 6389
Views: 9758804

Re: Here's the new BETA

Change Log for the latest XYplorer BETA version : v25.80.0203 - 2024-04-05 15:06 % Custom Toolbar Buttons: Improved drawing quality of ICO files used as icons. Again. + Custom Toolbar Buttons: If for some reason you're not happy with the recently improved ICO drawing quality, you can use this tweak...
by admin
05 Apr 2024 14:44
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 340

Re: custom icon in menubar became pale

I'll add a tweak just for your funny icons :)

Code: Select all

ToolbarCTBNoGDI=1
by admin
05 Apr 2024 14:39
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 340

Re: custom icon in menubar became pale

GDI chooses which icon to use from the resource. ATM I don't see how I can influence this :| This problem came up recently when I started using GDI for these icons. The drawing quality is much better, but now we see: there is a drawback.