Search found 2772 matches

by jupe
18 Apr 2024 10:32
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 209

Re: Custom Toolbar Buttons no longer accepting <drop>

In the popup tool tip that pops up when you drag a item and hover between btns there is a icon and a path, when that path next to the icon is truncated due to length.
by jupe
18 Apr 2024 00:53
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 209

Re: Custom Toolbar Buttons no longer accepting <drop>

Ok, everything with CTBs seems to be back to normal in .0329, thanks. :cup: I've been rolling back till now, so I'm just now starting to test BTBs properly, and have noticed that the BTB drop popup tooltip box that pops up when between btns, displays the ? icon when the path is truncated. Also a sug...
by jupe
17 Apr 2024 07:07
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 209

Re: Custom Toolbar Buttons no longer accepting <drop>

Upgraded to .0316, seems better, but now some buttons can be undroppable with certain scripts, eg

if (<drop> || 1==1) { e <drop>; }

I can modify the scripts to become workable if need be.
by jupe
15 Apr 2024 23:53
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 209

Re: Custom Toolbar Buttons no longer accepting <drop>

Well anything like this:

if (<drop>) { e <drop>; } // WILL ALWAYS BE TRUE

it used to return blank if pressing not dropping.
by jupe
15 Apr 2024 20:47
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 11
Views: 209

Re: Custom Toolbar Buttons no longer accepting <drop>

In .0314 there is still an issue, when you press the button, it returns unresolved.
by jupe
15 Apr 2024 20:33
Forum: Tips & Tricks, Questions & Answers
Topic: Setttings will not hold
Replies: 1
Views: 45

Re: Setttings will not hold

When you open XY config dialog on that PC, does the path in the titlebar start with a write protected location, ie Program Files, if it does then move it to another location, then reload it from there.
by jupe
15 Apr 2024 20:21
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 169

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

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

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

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

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

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

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

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

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