Kingdawanage
Kingdawanage
CC#
Created by Kingdawanage on 3/15/2024 in #help
Updating element position in Blazor
All the collision detection was done on the ball as well. This is the physics of the ball on the winforms version "https://paste.mod.gg/byuszoemxgyn/0"
2 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
Hmm, i see what you mean tbh, the only other is to use javascript like you mentioned
15 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
What do you mean
15 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
Yah actually, it will have to redraw the page everytime. Now that i think about it, this project might not be feasible
15 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
i alreeady have the game logic and everything done
15 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
I thought i'd just makde some razor components for the objects and style them with like tailwindcss
15 replies
CC#
Created by Kingdawanage on 3/13/2024 in #help
✅ Creating interactive objects in Blazor
You think so?
15 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
Been having this problem for a while now and because of you i have a better understanding of mvvm
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
Thanks man
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
Oh ya, lol
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
[RelayCommand]
public async Task SearchButtonPressed()
{

await UpdateCurrentData();
await HomeVM.UpdateWeeklyData(SearchBoxText);
}
[RelayCommand]
public async Task SearchButtonPressed()
{

await UpdateCurrentData();
await HomeVM.UpdateWeeklyData(SearchBoxText);
}
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
basically this
public MainViewModel()
{
HomeVM = new HomeViewModel();
CurrentView = HomeVM;
UpdateCommand = new AsyncRelayCommand(SearchButtonPressed);
}
public MainViewModel()
{
HomeVM = new HomeViewModel();
CurrentView = HomeVM;
UpdateCommand = new AsyncRelayCommand(SearchButtonPressed);
}
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
That's all i needed to do
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
basically made new async relay command and passed into it a method that contained my dataupdate methods
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
No description
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
LETS FUCKING GOOOO"
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
@nohopestage IT ACTUALLY WORKED
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
Currently looking into it
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
First I've heard of, can you elaborate
56 replies
CC#
Created by Kingdawanage on 2/25/2024 in #help
✅ Need help understanding parent and child views
did i have to make a new instance of homeVM in the HomeViewModel before passing it as a reference here
56 replies