✅ CalcBinding "object not set to value" error

I'm using CalcBinding to bind some properties with {CalcBinding:Binding 'SelectedValue == Defs:LogInModes.bouncer or SelectedValue == Defs:LogInModes.bouncerManual', ElementName=comboLogInMode, NotifyOnSourceUpdated=true}. But it's telling me some "object reference isn't set to an instance of an object." SelectedValue is from a ComboBox that's empty while in the designer. Am I doing something wrong?
5 Replies
Accord
Accord9mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Will Pittenger
Will Pittenger9mo ago
No one knows what's going on?
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Will Pittenger
Will Pittenger9mo ago
Still an issue--at least at times. Seems to be acting like the issue vanished and I don't know why. I'm assuming it's still there. At least I can run the program.
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ How to censor a bad word in capital letters without changing original letters case?I'm trying to loop through a list of bad words to filter them out, but when their case is different Delegate caching. Is it safe to use or some dirty hack to avoid? (code below)Here's some delegate caching into struct... ```cs using System; public class InstanceHandler<T> wh✅ Using SQLite with C#The next project of the C# Academy is creating a habit tracker. I'm a little confused on the SQLite ✅ public static async Task Main instead of public static void Main for dsharpplus setup?In tutorials I see that they use void, and they call an async method using GetAwaiter().GetResult().✅ ✅ C# Academy Calculator Project Challenge -- Counting Times UsedCalculator.mekasu0124/Program.cs - https://pastebin.com/Wvz9eHUM ClassLibrary/CalculatorLibrary.cs -✅ C# Academy Math Game Issues```cs public void StartDivGame(string username, DateTime date, int totalQuestions, string difficulty❔ Execute / Run local project `.csproj` NuGet packageI have a `package` installed from `NuGet` : https://github.com/killwort/dotnet-bump, and supposedly ✅ Blazor vs Razor PagesHello lovers of C#, I have a passion project that is basically a recipe manager. At the moment i'm✅ Reading Secret.jsonHi, I want to read my secrets.json file, I set it but it doesnt work my secrets.json: ``` { "Pla❔ Converting code to another LanguageSo for an engineering/ cs project, we’re making a satellite (lookup CanSat if you want more details)