Search found 2781 matches

by jupe
15 Apr 2024 20:21
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 186

Re: Overall poor unicode support, please help

I'm just not sure how I could use the readurlutf8() part tho. You just want the page title right?, so I meant something like this, saves you from read/write/deleting a file. text gettoken(readurlutf8("https://youtu.be/watch?v=H4ZCmsyhtg4",, 1), 1, " - YouTube"); I thought readin...
by jupe
15 Apr 2024 06:32
Forum: Tips & Tricks, Questions & Answers
Topic: how to invoke windows apps in xyplorer?
Replies: 4
Views: 99

Re: how to invoke windows apps in xyplorer?

If you don't mind having those UWP apps associated as the OS default for those filetypes, you can use CFA to open single items from XY in those apps. Your XY CFA entries of course can still override and not match the OS default.
by jupe
15 Apr 2024 00:41
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 232

Custom Toolbar Buttons no longer accepting <drop>

The 25.80.0312 beta has messed up <drop> for CTBs, instead of any item names, the return is what looks to be positioning identifiers for BTBs, and if you don't drop, the return is unresolved <drop> instead of blank.
by jupe
15 Apr 2024 00:31
Forum: Bug Reports
Topic: patchimage issue
Replies: 3
Views: 111

Re: patchimage issue

I still see the same issue in .0312. One other thing I noticed, is that in the help, the scripting definition line shows patchimage as a function instead of a cmd.
by jupe
13 Apr 2024 21:45
Forum: Bug Reports
Topic: patchimage issue
Replies: 3
Views: 111

patchimage issue

In v25.80.0310 beta, patchimage seems to have stopped working properly (default imgs shown instead), it seems to work at anything below 1x when using large btns, unless switch to XL which works if over 0.95x, small btns seem ok though.
by jupe
11 Apr 2024 02:52
Forum: Bug Reports
Topic: [Solved] Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed
Replies: 4
Views: 77

Re: Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed

I just had a closer look at your screenshot, it starts with checking ControlAtPos() == TAB, so no wonder it doesn't fire.
by jupe
11 Apr 2024 01:58
Forum: Bug Reports
Topic: [Solved] Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed
Replies: 4
Views: 77

Re: Clicking on a folder in tree or via a tab,the CEA tab switch script is displayed

First issue looks like your CEA script isn't indented properly, or that stream comment is messed up (no closing */?). The second issue sounds like a scripting issue too, do you in any of your CEA browse events (changing location) temporarily disable CEA, or anything similar (or via AHK), if you try ...
by jupe
11 Apr 2024 00:20
Forum: Bug Reports
Topic: Consolas letters are not displayed correctly
Replies: 4
Views: 118

Re: Consolas letters are not displayed correctly

Because of your chosen wide font and fontsize the text from the line above is wrapping around and being hidden behind the Contents line, but you are still seeing the tops of some of the chars, given the layout constraints we'll have to see if the dev can/will be able to adjust it.
by jupe
10 Apr 2024 23:47
Forum: Bug Reports
Topic: edit bookmark button does not work
Replies: 2
Views: 235

Re: edit bookmark button does not work

If you are testing brand new features in beta releases, try carefully reading the changelog, especially before posting a bug report. Okay, this is work in progress. Editing is not implemented yet. You can already adjust font/font size, and if you wanted the caption underneath, you could just use a C...
by jupe
10 Apr 2024 07:22
Forum: Bug Reports
Topic: Background jobb status indicator not updating
Replies: 9
Views: 565

Re: Background jobb status indicator not updating

I've been noticing lately my statusbar BJ indicator sometimes getting stuck on the blue white barber shop icon (non animated) after all jobs are completed, it must be since this change, things like right clicking the icon or clicking the btn change it to the green tick so its not a big issue, just l...
by jupe
10 Apr 2024 02:48
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 186

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: 103

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: 138

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: 138

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: 352

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($...