Maic Siemering
Maic Siemering
Could somebody check if this issue still exists on Windows 11?
Agree, we can reopen it, if it reappears.
Any update on this topic?
Hi, there is an issue with the UI. UILabel often gets its real width during the layout phase, which means it has no initial width given. Still setting align=center will...
Update: I will remove the multiline overwrites when align set !=left in all arcade.text areas. While align might not have an effect without multiline, the given multiline value should not...
Wow, ok, that are many modified files :/ There are also changes in non camera code files.
Hi, I would like to revive this discussion and come to a fix. From my point of view, from the UI I need to be able to have align="center" and...
We changed the arcade.text code for 3.X. #2000 removes the mixed behaviour to: > align does not interfere with multiline (which was the case before)
I will have a deeper look into this, one thing that jumps into my mind: UISliders are interactive components and should make use of UIInteractiveWidget. Maybe it is possible to...
Hi, I had a deeper look into the changes now (took me way to long). I validated the idea of extracting a `_SliderParent` but the current implementation does not make...