Kodi Community Forum
Why is there no <aligny>bottom<aligny> ? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Why is there no <aligny>bottom<aligny> ? (/showthread.php?tid=63320)

Pages: 1 2


RE: Why is there no <aligny>bottom<aligny> ? - Rantanplan-1 - 2015-09-21

jer <bottom>"foo"</bottom> is a possible (Helix?) replacement for <posy>"foo"r</posy> and should have the same effect as <top>"foo"r</top>. Wiki

---

Thanks Phil

<aspectratio aligny="bottom">keep</aspectratio>

did work in the Imagecontrol.

(Seems this info is missing in the wiki)

never thuth about try it this way. what i did try was: <texture background="true"aligny="bottom">$INFO[Container(9101).ListItem.Icon]</texture> which didnt work.

-

Now the one which is left is how to align a label to the bottom (<wrapmultiline>true</wrapmultiline>)?

r there any ways?


Regards


RE: Why is there no <aligny>bottom<aligny> ? - Hitcher - 2015-09-21

I faked it it for Copacetic using a right-aligned, vertical grouplist + auto height textbox.

PHP Code:
<control type="grouplist">
    <
top>50</top>
    <
height>210</height>
    <
align>right</align>
    <
orientation>vertical</orientation>
    <
control type="textbox">
        <
height max="210">auto</height>
        <
font>Light60Spaced</font>
        <
label>$VAR[InfoTitle]</label>
    </
control>
</
control



RE: Why is there no <aligny>bottom<aligny> ? - Rantanplan-1 - 2015-09-21

Thanks Hitcher

will give it a Try.


But would be nice to not have to do such a workaround, and simply work with <aliny>bottom</alingy>
Would be much more intuitive. (maby a dev. decide to reopen the Ticket.. ?)


RE: Why is there no <aligny>bottom<aligny> ? - piloks - 2021-02-18

(2009-12-05, 01:10)Hitcher Wrote: From the wiki -
Quote:aligny Can be top or center. Aligns the text within its given label <height>. Defaults to top

Any reason why we can't have <aligny>bottom<aligny>?

I'd specifically like to use it for a wrapmultiline control.

Thanks.

Hi i'd like to know if this feature,  aligny bottom,  will be available for textbox will be very helpful if it does. Thanks in advance