Windows > Third Party Plug-ins, Programs, and Skins
ZELDA v1.0 released (Expression Language editor)
zybex:
Is Font valign supported in MC? It's not on the documentation:
https://wiki.jriver.com/index.php/Expression_Language#HTML_Font_Properties
Zelda already supports the Font Alpha attribute for opacity. I haven't tested much though, not sure if it renders the same way as within MC.
There's a valign on the img tag, though the HTML rendering in Zelda doesn't match 100% with MC - close enough until someone complains ;)
lepa:
Alpha doesn't do anything for me in Zelda i.e. cannot make text invicible in the renderer window. Font valign is implemented. I requested it maybe year ago and got a hit.
I have noticed that image rendering doesn't match but haven't complained about it ;D Would be a time saver if it would be closer but not complaining...
zybex:
Alpha works for me and the renderer output matches what I see on MC. Alpha=0 makes the text invisible.
Can you paste some expression using Alpha, and screenshots of how it looks for you in MC and Zelda?
I'll test and add Font valign, thanks for letting me know.
Regarding image valign... even in MC it doesn't work very well, specially when mixing text and images on the same line.
lepa:
--- Quote from: zybex on May 12, 2021, 02:13:12 pm ---I'll test and add Font valign, thanks for letting me know.
Regarding image valign... even in MC it doesn't work very well, specially when mixing text and images on the same line.
--- End quote ---
there are definitely bugs in MC renderer. font align helps a little there. There is a bug in MC also when Theaterview is rendering text which is not default size. The first and the last row have much more vertical space between the lines
Alpha example. See in picture that alpha="0" marked text is displayed. (using those to be able to align horizontally) in MC alphas are invisible. So it should show only 6,8/10 not 6,8/100
And on lower row "6,8/10" should be invisible
--- Code: ---<img src="tooltip:CriticRating//imdb-square_top" width="40" valign="bottom">/
/ <font face="Hack" size="90" valign="bottom" alpha="80"><b>FormatNumber([IMDB Rating],1)<//b><//font>/
<font face="Hack" size="70" alpha="50" valign="bottom">//10<//font>/
<font face="Hack" size="70" alpha="0">[v_IMDbVotes]Repeat(/ ,Math(6-Length([v_IMDbVotes])))<//font>/
--- End code ---
zybex:
Hmm, I can't reproduce, it works fine for me. What do you get with this?
--- Code: ---<font size="200" alpha="100">sample text<//font>
<font size="200" alpha="60">sample text<//font>
<font size="200" alpha="30">sample text<//font>
<font size="200" alpha="0">sample text<//font>
<font size="200" alpha="40">sample text<//font>
<font size="200" alpha="70">sample text<//font>
<font size="200" alpha="100">sample text<//font>
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version