Why is there no <aligny>bottom<aligny> ?
#16
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
Reply
#17
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
Reply
#18
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.. ?)
Reply
#19
(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
Reply

Logout Mark Read Team Forum Stats Members Help
Why is there no <aligny>bottom<aligny> ?0