Geoff deRosenroll

Results 8 comments of Geoff deRosenroll

Found the issue with lack of ability to click after horizontal scrolling by the way. It was of course a stupid mistake on my end. Wheel scrolling was causing capture...

Do you have an idea of how we should emulate `Revery.Hooks.mouseCapture`, as used [here](https://github.com/revery-ui/revery/blob/master/src/UI_Components/Slider.re#L76): ```reason let%hook (captureMouse, captureState) = Hooks.mouseCapture( ~onMouseMove= (origin, evt: NodeEvents.mouseMoveEventParams) => { sliderUpdate( availableWidth, origin, origin...

Figured out a solution based on `Revery_UI.Hooks.mouseCapture` (using `Revery_UI.Mouse`). Now the sliders aren't so painful to use!

I should add, from my understanding of the Revery model anyway, since `Revery_Lwt.startEventLoop ()` registers a `Tick` interval with a frequency of zero, it essentially calls `Lwt_engine.iter` any time the...

As an additional note, in experimenting with getting injections (with `schedule_event` as a side-effect of a models `apply_action` function) to be reflected when(-ish) they complete, rather than just the next...

Having experimented a bit more I can narrow it down a bit, it *seems* to only occur when all flexGrows in the box are 0, while the one with a...

Having started to write F# in emacs recently, I have to say the auto-indentation experience is incredibly frustrating (as mentioned here and in the linked bug issue)! :+1: to this...

I have been working on other things, but I can give it a shot when I'm at the point that I am itching to experiment with what I mentioned before...