Windows > Third Party Plug-ins, Programs, and Skins
ZELDA v1.0 released (Expression Language editor)
zybex:
Published Zelda v1.2.5: [source code changes]:
- Fix PNG in "tooltip:" folder (remove extension)
- Add support for JPG/BMP/GIF/TIF images
- Add ListMix2()
To upgrade, you can just start Zelda and click on the "new version available" label on the status bar. Alternatively, get it here.
mvandyke:
Thanks for the update. Will install and report back.
mvandyke:
Some good headway but still a couple of challenges:
If the image files is in Tooltip directory, I can't get Zelda to display the image through Rendered Output with or without the .png
If the image file is in another directory "F:\JRiver Data" then it does display with the .png extension, but does not without the extension.
Here is the test that I did:
<img src="tooltip:1024x3.png">
<img src="F:\jriver data\images\av\1024x3.png">
<img src="tooltip:1024x3">
<img src="F:\jriver data\images\av\1024x3">
the image us just a grey line but you can see in the attached file that it only displays on 2nd one.
Thanks for all of your help. Let me know if you need more information.
zybex:
This works fine for me, using the same filename for the png:
<img src="tooltip:1024x3">
Do you have the file in some subfolder of the .\Data\Tooltip folder? If you, you need to add that to the path like so:
<img src="tooltip:sub1\sub2\1024x3">
If it still doesn't work, perhaps Zelda is misdetecting your Tooltip folder location. Try using the "browse" icon on the "Insert Image" dialog to see what path it's resolving to. You can also override the Tooltip path in Settings. Perhaps you entered something there already? Just leave the option unchecked to use the default Tooltip path (and see what it is).
mvandyke:
--- Quote from: zybex on December 22, 2020, 10:59:32 am ---This works fine for me, using the same filename for the png:
<img src="tooltip:1024x3">
Do you have the file in some subfolder of the .\Data\Tooltip folder? If you, you need to add that to the path like so:
<img src="tooltip:sub1\sub2\1024x3">
If it still doesn't work, perhaps Zelda is misdetecting your Tooltip folder location. Try using the "browse" icon on the "Insert Image" dialog to see what path it's resolving to. You can also override the Tooltip path in Settings. Perhaps you entered something there already? Just leave the option unchecked to use the default Tooltip path (and see what it is).
--- End quote ---
It was the configuration in Zelda. I specified another directory as some point and when I removed the checkbox - all worked OK for the tooltip- file without the extension (.png). It will only display files that have the .png extension if they are outside of the tooltip directory path. I can easily work with that as I understand the rules now.
Thanks so much for all of the hard work!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version