-
Currently when ```width``` and ```height``` properties of the ```Window``` are set, resizing is automatically disabled, this is expected behavior. what is not expected is the maximize button stays ena…
-
For certain types of UIs - like for example a compass - we need the ability to rotate an item and its children. https://github.com/slint-ui/slint/pull/1478 revives some old code to bring back this fea…
-
Lottie animations can be used to add a lot of life to a gui and can be rendered (relatively) efficiently.
There are several rust libraries out there to read and render lottie animation files: https:/…
-
Hello team,
TL;DR
At T-Display-S3 board while using C++ backend AboutSlint{} is falling into neverending for loop which is causing reset of the board (without any error).
I've started today my …
-
Hi,
When a window with a ScrollView is resized to be bigger, the dimensions of the layout inside the ScrollView are apparently not updated, and the scrollbar extends outside of the ScrollView. As f…
-
```css
Rectangle {
background: #fff9;
border-radius: 6px;
scroll-view := ScrollView {
protected function to-bottom() {
self.viewport…
-
I have a `ListView` that I want to scroll programmatically. I do this by setting its `viewport-y` property. However, this sometimes scrolls to the wrong position. See this video:
https://github.com…
-
Imagine this code:
```
component Foo {
// connecte in native code to something that remove item from the model
callback clicked(int);
in property model;
for string[idx] in…
-
like this:
```slint
import { ListView } from "std-widgets.slint";
export component Demo {
ListView {
viewport-width: 10000px;
private property names: [
…
-
On creating a record related to Museum für Naturkunde, Berlin, I was able to manually lookup and add a creator institution with automated link to their ROR records.
However, when creating the reco…