gvf, gvfset -> same icon displayed?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
highend
Posts: 13309
Joined: 06 Feb 2011 00:33

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
gvsicons.png (1.03 KiB) Viewed 305 times
While the icons for the toolbar show a different icon:
toolbar.png
toolbar.png (18.48 KiB) Viewed 305 times
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60531
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @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: 13309
Joined: 06 Feb 2011 00:33

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