Pagina 1 di 1
How to make the text grow to the left?
Inviato: 15 ago 2019, 13:35
da afm
Hi, I have a little doubt. I am editing a theme for my miband 4. I want the number of steps (which is located in the right corner) when adding one more digit (for example from 999 to 1000) the numbers move to the left and not to the right , as it exits the screen. I thought that putting the alignment on the right would be solved, but it still looks bad.
Thanks and best regards.
Re: How to make the text grow to the left?
Inviato: 18 ago 2019, 03:00
da lazimk
I think, u need to first fix X2,Y2 (Bottom Right) coordinate and then BoxWidth or X,Y taking your expected 5 digit (for steps) bounding box (textbox) into account. Then use 'TopRight' or 'Right' alignment.
This will work!
Re: How to make the text grow to the left?
Inviato: 18 ago 2019, 18:15
da matrix
Пр! Я еще неготов позже спробую перейду ПК, на смартфоне не подерживается спасибо попробуем
Re: How to make the text grow to the left?
Inviato: 25 set 2019, 08:13
da mysiak
Have you solved this? I'm struggling with the same issue

Thanks!
Edit: "somehow" I managed to do it with modification of X1/2 Y1/2 parameters. Not sure that I fully understand how it works, but it seems to be fine now..

Re: How to make the text grow to the left?
Inviato: 25 set 2019, 10:38
da lumenvindex
Alignment to [Smth]Center and [Smth]Right works only if there is enough space between X1 and X2 (X2 must be larger than X1) for all the images that must be shown at the moment. Otherwise, images will be drawn from X1.
Same works with Y axis. Alignment to Center[Smth] or Bottom[Smth] works only if there is enough of space between Y1 and Y2. But it checks and aligns every image separately.