Custom Toolbar Buttons no longer accepting <drop>

Things you’d like to miss in the future...
Post Reply
jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

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.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

Fixed in next beta. :cup:

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

In .0314 there is still an issue, when you press the button, it returns unresolved.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

What's the button script?

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

Well anything like this:

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

it used to return blank if pressing not dropping.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

OK, next beta.

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

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.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

Indeed. Works better in next beta.

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

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 suggestion, it might be nice to be able to change the icon via rename, same as when renaming a tab, and maybe that would then enable icon only btb via setting no caption eg renaming to just a pipe or |icon.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

jupe wrote: 18 Apr 2024 00:53 ... when the path is truncated.
Why would the dragged path be truncated? Not sure what you mean.

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by jupe »

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.

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Custom Toolbar Buttons no longer accepting <drop>

Post by admin »

Yep, just got it by myself. :) Fix coming.

I won't add custom icons for now. Keep it simple for starters.

Post Reply