Fabio Sgamma

Results 36 comments of Fabio Sgamma

Hi, today I started looking for the bug that causes the widget stretching problem and I focused on the Stack widget. After some debugging it came out that the StackLayout...

Hi, i'm working on this idea and i would like to ask if there is a way to register on DECS something like "on_change" on specific value of an entity....

Hi, i have given a look to how DCES works (i was sure it was called DECS, sorry) and is a bit complex for me. From what i have understood,...

Hi, I'm still working on this idea and i think that is possible, but without an "on_change" implementation, the NetworkWidget would send a lot of data since the every mouse...

> Your suggestion is to implement a `on_change` callback on DCES e.g. > > ```rust > .on_changed(|entity| println!("Entity {} changed", entity)) > ``` > > right? I think this would...

> @uniformbuffer I'm finished with my updates. There is also a on_changes callback on each widget `on_changed(|states, entity, key| ...)`. It will emitted each time you do `ctx.widget().set(.....)` on a...

Hi, sorry for the late reply, i was a bit busy these days. I can't wait to try out the filter functionality, i think that is a great addition. It...

Hi, just a question: for the NetworkWidget i made an external thread that manage new connections and data coming from the internet. There is a way to have this thread...

Hi, i have finished to write the first prototype of the NetworkWidget. For the test i'm using a NumericBox on 2 different application runs and when one change, the other...

Don't worry, i will try to figure out what is happening. Have fun on vacation :smiley: