Ultraxime
Ultraxime
Ok, That comes from the fact, I didn't know what ctrl+backspace did. I'll need to check inside the iced code to see what they do 😅 Thanks for pointing this...
The issue would be that if you throw a message when you just have a `-` most user would alter their software state triggering a new layout and then replacing...
I have an idea to solve this problem. I'll try to implement it tonight. Rn I'm at work and they won't be happy if I work on something else 😅
No we cannot, that's why I created this option on the submit message for the typed input Because when you trigger a message it triggers a redraw. I need to...
Hello, I think it comes from several mistakes in your code: The from str trait should deserialise a float an then multiply it by 10 to obtain the i16, because...
> > Hello, > > I think it comes from several mistakes in your code: The from str trait should deserialise a float an then multiply it by 10 to...
For the point 2 can you explain more in detail the issue For point 3, it's a good point I'll look into it
Hi Can you give a minimalist example of the bug ?
How do you catch your "fake" message ? If you do it in an event method or something like that, did you propagate to the shell the invalidation of the...
So it's a real event you just do nothing. I now that for what you are doing instead of using a button, I used a badge and I don't get...