Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: JScript Panel (Read 401524 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: JScript Panel

Reply #1775
Hey marc2k3,
I'm using a few main menu items (File > JScript Panel 3 > 1-10) - I wonder if there is a way the user could set the name of these? Just because when they are added to a standard toolbar, the tooltip label shows 1-10, whereas a command name would be nicer. (I guess if not set in the script, could maybe be an Advanced Preferences option, if that would be easier to implement?)

Cheers

Re: JScript Panel

Reply #1776
3.7.4

https://github.com/jscript-panel/release/releases/tag/latest

In version 3.7.4 thumbs presents in the Bottom option a border that surrounds the image. I would like it to have a more muted color. Although the correct thing would be that in the context menu there was an option to enable or disable it. Or at least an item in the properties to enable or disable it.


Re: JScript Panel

Reply #1778
So being the complete idiot I am, I forgot to include the updated .js files in the component release for 3.7.5 which prevents non-images being downloaded from last.fm.

I've not bumped the version but 3.7.5 now contains the updated files.

https://github.com/jscript-panel/release/releases/tag/latest



Re: JScript Panel

Reply #1781
With the sample “last.fm Bio”, I get a script error and cannot set the API key.
Once  set the API key with the sample “last.fm Bio + Image”,  and change  “last.fm Bio”.

Re: JScript Panel

Reply #1782
hi marc2k3 i just installed 3.7.7 was using 3.7.1 no problems  :)





Re: JScript Panel

Reply #1787
Hello

I switched my old laptop to Linux Mint 21.3 Cinnamon.

There I installed Foobar 2.1.5 under WINE. Everything works well so far. And I was also able to install almost all of the plugins I needed for my configuration. However, installing JScript3 destroys the entire installation for me.

I get the following error message when I restart (see appendix).

I have tested several Jscript3 versions. Always the same error message. A new installation is only possible if I completely delete the two foobar directories in WINE.

What could that be about?

Re: JScript Panel

Reply #1788
This component is for windows only. You can browse the user-components folder inside your fb2k profile to remove the foo_jscript_panel3 folder and fb2k will work again.

Re: JScript Panel

Reply #1789
ah, too bad.

OK, but that's how it is. THX for the answer.

Re: JScript Panel

Reply #1790
Hi Marc2k3.

I use the 'Text Display'. Since a view releases ago I noticed that long texts (for instance in %comments%) are not displayed properly anymore. Depending on how long the text is the top is "chopped off" and it is impossible to scroll to the top of the text. Scrolling down works fine until the end of the text, but, as said, the top lines don't show.

In older releases (3 or 4 releases ago?) this worked just fine. I use the %comment% tag to show album info/reviews in Foobar. Those texts can get rather long.

Re: JScript Panel

Reply #1791
If you set the vertical alignment to top, it should be ok. I see bugs in centre/bottom mode but I'm pretty sure that would have buggy since the very beginning and not a recent thing??

Re: JScript Panel

Reply #1792
Hi Mark2k3,

That solved my problem! Until now I had the vertical alignment to 'centre'.
If everything could be so easy  :D

Thanks for the quick response!

Re: JScript Panel

Reply #1793
3.8.0 fixes a whole bunch of Text Display / vertical alignment bugs when there is enough text to require scrolling. Scenarios like the post above where centre/bottom alignment is selected should now display properly without having to force top alignment.

https://github.com/jscript-panel/release/releases/tag/latest

https://jscript-panel.github.io/docs/changes/

As you might guess, existing users need to update Text Display scripts in panels. (rating and button/seekbar variants too)

Although this is a fairly minor release, I wanted to bump the version and leave 3.7.x behind as it was a bug riddled mess.  I'm sure this comment will come back and bite me soon enough. :))

Re: JScript Panel

Reply #1794
The version 3.4.32 for Windows 7+ from https://github.com/jscript-panel/release/releases/tag/legacy:
Quote
Failed to load DLL: foo_jscript_panel3.dll
Reason: The specified procedure was not found
windows 7 sp1 x64, foobar2000 2.1.6 x64
----
have you any alternative legacy versions... like 3.3.x ?
QC, QA

Re: JScript Panel

Reply #1795
Urgh. That was a fun issue to track down.... not.

The SVG parser I use is actually another programming language (rust) and the compiler used to build it dropped windows 7 support some time ago without me realising it. This is because I use github to build it for me without ever installing rust myself so it completely passed me by and no one else reported it until now.

Since I have no idea what I'm doing with regard to any of that, I may to have to rip the SVG parser out completely.



Re: JScript Panel

Reply #1798
Quote
legacy version update: 3.4.34
it works. thanks.
QC, QA