Mohammed Alyousef

Results 125 comments of Mohammed Alyousef

Thank you for your kind words :)

I have added Tile::size_range_by_index and Tile::size_range_by_child in the current master branch.

Thank you for testing. I’ve pushed a fix in the latest commit. Can you test it again?

I have also rename Tile::size_range_by_widget to Tile::size_range_by_child

Hi Thank you. I'll have to investigate this further. You could probably force the position of the window by getting the screen's xywh coordinates or work area: ```rust use fltk::{prelude::*,...

FLTK should be releasing version 1.4.0 soon, at that point I'm thinking of making the change.

Hi I built your program on my local machine and it runs without issue. I'm wondering if it's a raspberry pi issue. Searching online I found several similar reports. Can...

Hello @H-M-H Thanks for the report. Regarding the `Dropped 'moved' at 5!`, I think Rust treats it as a partial move: ```rust { let droppable2 = droppable2.clone(); but.set_callback(move |_| {...