Nicolas Levy

Results 3 comments of Nicolas Levy

Buttons can be grayed out by not assigning them an `on_press` message. When creating your button you could do something like ```rust let mut button = Button::new(/*... */) ; if...

I am using Iced for the GUI components of [ENSnano](https://github.com/thenlevy/ensnano) a software for editing 3D DNA nanostructures. Here is a screenshot of the software ![ensnano_rocket_mini](https://user-images.githubusercontent.com/17043790/122266405-0e1e6f00-ceda-11eb-8835-1384b486d5b9.png) And here is an Atomic...

It is a `set_scissor_rect error` probably due to a mismatch between the `Viewport`'s and the `frame`'s dimensions. Here is a backtrace ``` [2021-12-09T13:21:42Z ERROR wgpu::backend::direct] Handling wgpu errors as fatal...