gvf, gvfset -> same icon displayed?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

gvf, gvfset -> same icon displayed?

Post by highend »

v18.50.0301 (but it happens in older versions as well)

A test script:

Code: Select all

":gvf|:gvf" copytext Self(icon);
":gvfset|:gvfset" copytext Self(icon);
gvsicons.png
While the icons for the toolbar show a different icon:
toolbar.png
To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal

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

Re: gvf, gvfset -> same icon displayed?

Post by admin »

These are icons that change when the button is pushed. You have to use gvfoff/gvfon, and vfoff/vfon to refer to them:

Code: Select all

":gvf|:gvfoff" copytext Self(icon);
":gvfset|:gvfset" copytext Self(icon);
":visualfilter|:vfoff" copytext Self(icon);
":vfset|:vfset" copytext Self(icon);

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: gvf, gvfset -> same icon displayed?

Post by highend »

Thanks (and topic moved)!
One of my scripts helped you out? Please donate via Paypal

Post Reply