Clem Cords

Results 57 comments of Clem Cords
trafficstars

Hi, thank you. Could you please run: ```julia using Mousetrap main() do app window = Window(app) revealer = Revealer() set_transition_type!(revealer, REVEALER_TRANSITION_TYPE_SLIDE_LEFT) button = Button() set_child!(button, Label("click me")) connect_signal_clicked!(button) do self...

Mousetrap is not supported on 32-bit Windows, as is stated [here](https://github.com/clemapfel/mousetrap.jl#supported-platforms). Only 64-bit system are supported. The reason for this is that I was unable to link against the 32-bit...

Duplicate of #52, See [here](https://github.com/Clemapfel/Mousetrap.jl/issues/25#issuecomment-1731349366) for how to disable the warning, you won't be able to use the `RenderArea` widget on that machine, currently there's no way to use `RenderArea`...

Hi, sorry for the late reply. `TreeView` was deprecated in GTK4, but mousetrap has `ColumnView` which works almost identically. ![image](https://github.com/Clemapfel/Mousetrap.jl/assets/19410339/17ae0075-7341-4cc6-ba56-75e0516a7826) To make any widget scrollable, you insert it into a...

`ColumnView` does not support nested rows, I removed that feature because it would've made filtering rows, which is a feature scheduled for a future version of mousetrap, impossible. You can...

My bad, I was using the development version of Mousetrap, simply remove the line 16 with `set_expand!` and it should work. It doesn't match your picture because `ColumnView` does not...

I already cleaned up the build scripts so they now work on everything without restriction, the [jll should be live in the next week](https://github.com/JuliaPackaging/Yggdrasil/pull/7461), after which I can immediately register...

This time it shouldn't be a mousetrap issue, this is with the GTK backend and something about your windowing system. I can still try to help you get it working,...

> fwiw: I'm getting the same error as ufechner7 on Ubuntu 23.04 with X. Is this new in mousetrap v0.2.0 or did you have the same issue in 0.1.0?

I don't have access to an nvidia graphics card and unlike with an OS I can't just spin up a VM to test it, so this might be hard for...