Search found 2786 matches

by jupe
10 Apr 2024 02:48
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 195

Re: Overall poor unicode support, please help

If you are using download() to download a page then using readfile() you'll need to specify the 65001 codepage, that is probably where you are going wrong, which is making the other cmds look like they aren't working, you could alternatively use readurlutf8() instead.
by jupe
09 Apr 2024 07:53
Forum: Tips & Tricks, Questions & Answers
Topic: Iconized Tabs
Replies: 2
Views: 110

Re: Iconized Tabs

The menu was made smaller by default, so you can either Ctrl+RC instead, or if you want the larger menu always, then change

Configuration | General | Custom Event Actions >>> Clicking on Tabs >> Right-click on tab > Large menu
by jupe
08 Apr 2024 21:12
Forum: Tips & Tricks, Questions & Answers
Topic: Duplicate files
Replies: 4
Views: 145

Re: Duplicate files

Just add them as exclusions, or filter them from the results. And if you are only focused on Name dupes you could use Sync Select instead.

Otherwise script it.
by jupe
08 Apr 2024 07:11
Forum: Tips & Tricks, Questions & Answers
Topic: Duplicate files
Replies: 4
Views: 145

Re: Duplicate files

In the Find Files Panel on the Name & Location tab enter both paths in the Location field with | between eg C:\folder A|D:\folderC , and depending on your requirements maybe uncheck "Include Subfolders", then switch to the Dupes tab and select the settings you want, make sure both Name...
by jupe
06 Apr 2024 20:14
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 384

Re: [solved] custom icon in menubar became pale

Maybe the simpliest thing to do is to convert them into one png. It will be enough for my usage. You could do that with just XY if you wanted, here is a script if it helps, it will create a png of selected items, the output png's will go into the same folder. foreach($f, <selitems |>) { savethumb($...
by jupe
06 Apr 2024 02:47
Forum: Tips & Tricks, Questions & Answers
Topic: Change Color from directory Tree Drive F:
Replies: 2
Views: 93

Re: Change Color from directory Tree Drive F:

  1. Tools | Customize Toolbar... >> Options Button > Size/Zoom Level
    And for the rest of the UI you may like to try:
    View | Views | Touchscreen Mode
  2. One easy way (without setting up a Color Filter) would be to select F: and then use
    Favorites | Set Box Color...
by jupe
05 Apr 2024 23:48
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 384

Re: [solved] custom icon in menubar became pale

I don't know if there is tutorial somewhere, you'd have to search, all you need to do is remove the bit depths that you don't want, I used paint.net because that is what I have already installed, but an app that specializes in icons would probably make it easier.
by jupe
05 Apr 2024 23:20
Forum: Bug Reports
Topic: [solved] custom icon in menubar became pale
Replies: 24
Views: 384

Re: [solved] custom icon in menubar became pale

@lian00: If you are interested, I modified the icons so they won't be faded.
by jupe
05 Apr 2024 03:03
Forum: Tips & Tricks, Questions & Answers
Topic: AI upscaling the toolbar icons
Replies: 10
Views: 385

Re: AI upscaling the toolbar icons

Just upgraded now, hadn't yesterday. I wrote a script which tested a heap of icons, which all looked much better, but it made me notice that compared to png the icons seemed to be offset a couple pixels, which makes some icons cropped slightly as indicated on screenshot, and I'm not sure if it is in...
by jupe
05 Apr 2024 02:32
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1299

Re: Toolbars - new line

Ah thanks!, I thought I had tried that, but I must have been using my testing conf which is old ver XY.
by jupe
04 Apr 2024 05:22
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1299

Re: Toolbars - new line

Don this new button set feature has broken the old undoc'd feature of using toolbar(, , 1); to return all toolbar button ids, could you please reinstate that ability somehow.
by jupe
04 Apr 2024 01:41
Forum: Bug Reports
Topic: Toolbar Icons don't show.
Replies: 10
Views: 311

Re: Toolbar Icons don't show.

No, can't repro.

@Strained: The buttons look very high res, have you tried changing the size of the buttons and zoom level to see if it only happens at a certain scaling?.
by jupe
03 Apr 2024 00:34
Forum: Tips & Tricks, Questions & Answers
Topic: AI upscaling the toolbar icons
Replies: 10
Views: 385

Re: AI upscaling the toolbar icons

In my normal conf I use large buttons, with a 1.1 zoom, but I see the issue when using fresh defaults, and while using various zoom levels, setting XL btns with 1x looks ok though, but still not the same. I have found a good icon that demos the difference easily for me, but it happens with lots of i...
by jupe
02 Apr 2024 07:11
Forum: Tips & Tricks, Questions & Answers
Topic: AI upscaling the toolbar icons
Replies: 10
Views: 385

Re: AI upscaling the toolbar icons

The new internal icons look much better when zoomed now. :tup: Just an observation, but one thing it makes stand out more though now, is that when using an ico source for a btn, XY doesn't seem to choose the larger icon available in the resource, so it upscales instead. For example if I extract a 25...
by jupe
31 Mar 2024 01:07
Forum: Tips & Tricks, Questions & Answers
Topic: Actions Back History crashes
Replies: 4
Views: 125

Re: Actions Back History crashes

The file you want is called action.dat you can open its containing folder with this menu cmd: Go | Go to Application Data Folder But I think you should email yours to the dev in hopes that he can repro your crash and possibly fix its cause, you yourself won't be able to modify the file, you can try ...