FusedQyou
FusedQyou
CC#
Created by nathanAjacobs on 2/21/2025 in #help
Would this AsyncQueue have issues with multiple producers and a single consumer?
Judging from this pull request channels support .NET Standard 2.1, which in turn Unity supports. Any particular reason why you can't just implement Channels?
17 replies
CC#
Created by Axivex on 2/20/2025 in #help
Trying to enable/disable sprite of a different object
I highly doubt there are no errors if your code compiles and runs
59 replies
CC#
Created by Axivex on 2/20/2025 in #help
Trying to enable/disable sprite of a different object
I suggest you validate code is executed, check how it's executed. Validate there are absolutely no errors
59 replies
CC#
Created by Axivex on 2/20/2025 in #help
Trying to enable/disable sprite of a different object
It's very hard to discuss this issue with you
59 replies
CC#
Created by Axivex on 2/20/2025 in #help
Trying to enable/disable sprite of a different object
Idk what to tell you
59 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Yup
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Succes met je project 😛
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Lol, I got a Displate of something similar
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Also the reason why I just put everything in C:\Projects just to be sure
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Best thing you can do here is to just use shorter folder paths. Documents.Howest graduaat programmeren.Programming .Basics by itself is nuts 😄
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
It's unable to build if the path exceeds a certain limit. I believe this is by itself not fixable unless this was (finally) fixed at a later point
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
Even if you disable this max path limitation I believe VS has its own hard limit
70 replies
CC#
Created by Qualy on 2/21/2025 in #help
error on new WPF project
btw
70 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
So there's likely two things that have to be changed - The selector in your case has to have /template/ Rectangle#BackgroundRectangle appended to point to the correct control, as specified in my previous message. You have to set a rectangle in the grid row that explicitly specifies the background color. - Instead of setting the background, it appears you have to set the fill. The reason for this change is because you are not setting the color of a rectangle, and not a border which would have a background instead.
8 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
8 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
8 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
One thig I like to do is find the control as it is deifned by the theme. In your case the fluent theme.
8 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
One thing with styling is that you might have to point to an inner control inside of the control instead of being able to pass the style property directly. Your foreground works, but the background is not able to be modified directly because the properly is not delegated to the actual control that sets the background.
8 replies
CC#
Created by Dyda on 2/21/2025 in #help
✅ Change dataGridRow:selected row
This is Avalonia, right?
8 replies
CC#
Created by Askeladd on 2/20/2025 in #help
EF Concurrency
Again, unrelated and perhaps not even as applicable here, but I notice you pass the provider into your jobs, and instead you might want to look into instantiating a job class for each job, and pass the referenced through the constructor if you want to support a varying number of parameters.
6 replies