Dyl_Pickle88
Dyl_Pickle88
CC#
Created by Dyl_Pickle88 on 12/11/2023 in #help
Using LiveCharts 2 in Avalonia
I think I originally made my project without mvvn or whatever so it wasnt using view models top begin with
8 replies
CC#
Created by Dyl_Pickle88 on 12/11/2023 in #help
Using LiveCharts 2 in Avalonia
That worked for me! Thank you
8 replies
CC#
Created by Dyl_Pickle88 on 12/11/2023 in #help
Using LiveCharts 2 in Avalonia
Just figured somebody'd say "Oh live charts is trash, use X instead, its way easier/better/whateevr"
8 replies
CC#
Created by Dyl_Pickle88 on 9/23/2023 in #help
❔ How to set progress bar in taskbar in winform?
I can use that function but there's no method regarding setting the progressbar. I believe this is the documentation reference for TaskbarManager: https://learn.microsoft.com/en-us/uwp/api/windows.ui.shell.taskbarmanager?view=winrt-22621
11 replies
CC#
Created by Dyl_Pickle88 on 9/23/2023 in #help
❔ How to set progress bar in taskbar in winform?
Any ideas?
11 replies
CC#
Created by Dyl_Pickle88 on 9/23/2023 in #help
❔ How to set progress bar in taskbar in winform?
Intellisense says "TaskbarManager does not contain a definition for 'instance'" on the first line
11 replies
CC#
Created by Dyl_Pickle88 on 9/23/2023 in #help
❔ How to set progress bar in taskbar in winform?
TaskbarManager taskbarManager = TaskbarManager.Instance;
taskbarManager.SetProgressState(TaskbarProgressBarState.Normal);
TaskbarManager taskbarManager = TaskbarManager.Instance;
taskbarManager.SetProgressState(TaskbarProgressBarState.Normal);
11 replies
CC#
Created by Dyl_Pickle88 on 9/23/2023 in #help
❔ How to set progress bar in taskbar in winform?
Ive also found https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-itaskbarlist3-setprogressvalue but it looks like a C++ interface? I'm not well versed in the interactivity of windows APIs...
11 replies
CC#
Created by Dyl_Pickle88 on 9/22/2023 in #help
✅ Whats the proper way to access Windows.Gaming.Input in a non-UWP C# project?
Not sure how to close this thread
6 replies
CC#
Created by Dyl_Pickle88 on 9/22/2023 in #help
✅ Whats the proper way to access Windows.Gaming.Input in a non-UWP C# project?
6 replies
CC#
Created by Dyl_Pickle88 on 9/22/2023 in #help
✅ Whats the proper way to access Windows.Gaming.Input in a non-UWP C# project?
Ah, I figured it out
6 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
The art of misdirection lol
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
Different person here from before who referenced the nyquist theorem. This is not a servo because we dont know the absolute position of the output shaft. The only accurate description is what is actually being used. A DC motor with a gear reduction and an encoder. We'll be using limit switches to determine when we have reached the start/end of the spool of parachute cable. This is I guess more akin to a stepper in which you never know the true position of the output shaft but know how many radians it has turned since you started moving it.
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
ok ill be back in like 5 i gotta drive home real quick. I have to switch accounts this in one setup on the computer not mine @FacePalmGamer is my actual account
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
also for an await is it not suspending that thread untill it gets an answer?
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
oh ok
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
ill look more into that host builder, i still dont know how you are passing data from service to service
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
yes
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
I dont know about the hardware of the Pi. So who knows if the sample rate is anywhere near the cpu clock
640 replies
CC#
Created by Dyl_Pickle88 on 4/21/2023 in #help
❔ Making an async function or event system to get steps on an encoder.
No it would be 0.37ms right?
640 replies