arctic-alpaca
arctic-alpaca
~~Do you mean inside the `update` methods in `impl State for MainViewState {...`? Could you please give me an example how I could access the `focused` field from there is...
I'm quite happy with how this works at the moment, but I encountered some weird behavior. I added [two examples to the code](https://github.com/arctic-alpaca/orbtk/tree/canvas_interactivity), the first [`canvas_working.rs`](https://github.com/arctic-alpaca/orbtk/blob/canvas_interactivity/examples/canvas_working.rs) seems to work as...
I tested fixed row sizes and apparently the position of the `TextBox`, `TextBlock` and the `Canvas` in code is the relevant factor. In my testing, the problem only occured when...
Thank you very much! I'll work on an example and test the interactivity implementation a bit more and then create a PR.
The mouse down event still doesn't work. I'm not sure why, especially since click events work and replacing the https://github.com/redox-os/orbtk/blob/5bf1e2b6497b59469bdf604ff1ff826f066b75fb/crates/api/src/systems/event_state_system.rs#L221 part with the same part from the click handling doesn't...
Thank you for the head up. I most likely won't be able to work on this for this month as I have to focus on University.
Sorry for the long delay. I rebased the code to be up to date with the develop branch. I looked a bit more into this, but I couldn't find the...
When commenting out `.child(text_behavior)` in text_box.rs, the mouse_down event works as expected. Seems like the problem is related to that. https://github.com/redox-os/orbtk/blob/085f04a87b7dd793a13fc22e2a0dffd2c010737d/crates/widgets/src/text_box.rs#L113
> @arctic-alpaca I have no trouble with this. Check it on Linux, macOS and Windows I'm not sure why this happens on my end, I tried it with alpha3 and...
I tried the miniraq backend and the keyboard layout works as expected. This might be related to the OrbClient. When trying to test the glupath backend, I ran into compile...