Code: Select all
Caption: Script|:propsThanks.
Code: Select all
Caption: Script|:propsCode: Select all
Blah|:minitree
BETA versions|C:\Beta\
MarsLanding|
Perfect!!! Thank you very much!admin wrote:I played with it a little and did something you can play with (in v9.60.0006):
These 3 caption formats will work now in UDC caption field:The 1st shows an internal (toolbar) icon.Code: Select all
Blah|:minitree BETA versions|C:\Beta\ MarsLanding|
The 2nd one shows the icon of the passed full path/file (or folder).
The 3rd one will show no icon.
Code: Select all
+ Script icons: Now relative (to app data path) and portable paths
are supported.
+ User Buttons: Now relative (to app data path) and portable paths
are supported.Code: Select all
E:\Programs\_xyplorer_PERM\Data\_RES\ICO\LOGO.icoDrop the initial slash:SkyFrontier wrote:...was about to post the same as TheQwerty.
Plus, testing combinations like
<xydata>\_RES\ICO\LOGO.ico (original)
|\_RES\ICO\LOGO.ico
TestName|<xydata>\_RES\ICO\LOGO.ico
TestName|\_RES\ICO\LOGO.ico
resulted in nothing (or set default CTB icon).
Using the full path is a temporary solution, TQ!Code: Select all
E:\Programs\_xyplorer_PERM\Data\_RES\ICO\LOGO.ico
Code: Select all
Drop the initial slash:
TestName|_RES\ICO\LOGO.ico
Yep (mistakenly), confirmed and fixed.TheQwerty wrote:Okay, Don, so I previously had CTBs with icons of:Code: Select all
+ Script icons: Now relative (to app data path) and portable paths are supported. + User Buttons: Now relative (to app data path) and portable paths are supported.
"<xypath>\..\Beyond Compare 3\BCompare.exe"
and
"<xyscripts>\Icons\ListOptions.ico"
Now they are blank, so I'm guessing you mistakenly removed XY-var support!
EDIT: I feel so incredibly lost now on my toolbar!
You're mixing up syntaxes...SkyFrontier wrote:Don:No go.
(guessing if we're talking on the same subject... I'm referring to what TheQwerty experienced, too)
CTB > Right Click on it > Edit... > Edit User Button:
NAME resets to Test_RES\ICO\LOGO.ico
ICON resets to Test.
And sanity is restored!TheQwerty wrote:Now they are blank, so I'm guessing you mistakenly removed XY-var support!
EDIT: I feel so incredibly lost now on my toolbar!
Yes they are relative to <xydata> now, so unless you have a copy of xyplorer.exe in <xydata> (or <xydata> equals <xypath>), the former won't work.SkyFrontier wrote:Little note in case someone stumbles upon this:
"XYsite|.\xyplorer.exe" was working fine (up to .0005).
Now you have to set stuff like that as: "XYsite|<xypath>\xyplorer.exe".