Search found 2769 matches

by jupe
15 Apr 2024 23:53
Forum: Bug Reports
Topic: Custom Toolbar Buttons no longer accepting <drop>
Replies: 5
Views: 104

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: 5
Views: 104

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

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

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

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: 5
Views: 104

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

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

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

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

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

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

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: 6
Views: 498

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

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

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