Bent Tranberg

Results 35 comments of Bent Tranberg

I've done work on this in my business project, but I don't know yet if it's ok or needs fixing. Will study the links above. My initial work can be...

I'm struggling with JS interop right now, which is why I googled my way to this issue. I am trying to use Bulma Extensions, which unlike Bulma itself contains some...

Have a look in my [ExploreBolero](https://github.com/BentTranberg/ExploreBolero) repo, more specifically the [BlazorDates](https://github.com/BentTranberg/ExploreBolero/tree/master/ExploreBolero.Client/BlazorDates) page. I am not sure I've done it correctly, but it's been working well for a long time. Would...

It's been a while since I reported this, and I've finally been able to test deployment code. It looks like there is no initial sluggishness in deployment. I'm very happy...

It would be nice to know which tool did the reformatting. An issue report may then possibly be given to the developers responsible for the reformatting tool.

I think you missed some, and most notably ListBox, though it's sort of covered through its descendant ListView. - ItemsControl - TreeView - Selector - ComboBox - TabControl - Ribbon...

Wading through the DevExpress documentation on the lookout for components with selection is rather frustrating, but eventually I found these. I won't be surprised if there are more - or...

My next to last revision in that repo contains a version that works better, in a way. It doesn't crash. But the binding to the model ("Marker") in XAML doesn't...

Thanks for looking into this, and for the guidance. I have created a new repo that is more suitable for this kind of research. https://github.com/BentTranberg/ElmiDemos The repo contains a VS...

Just now found a stupid mistake that snuck into the source at some point. It wasn't there in my original research, so I'm slightly baffled at how the heck this...