Estal
Explore posts from servers❔ Transitional Timer
I'm Trying to create an animated Menu Expansion and to do so I opted for a winforms timer and have the following code:
If I have the menuBorder set to 150 when I begin debugging it has no problem closing, but has a problem opening. If I set it to 0 when I begin debugging then it has no problem opening, but has issues closing. Any ideas what I'm doing wrong here?
2 replies
❔ Centering in dockpanel
I'm using the WPF Fontawesome package and am looking to center some of the font awesome icons in dock panels. I've tried running HorizontalAlignment="Center" on the dock and on the fa source and it still goes to the right. Does anyone know how to do this with DockPanel.Dock="Right" Setup?
2 replies
❔ Replace multiple Lines
What I had before was
I now realize that I'm essentially opening the file every iteration. What I'm trying to figure out is how I can go through multiple lines and write them all at once time. If anyone knows it'd be appreciated. Gonna keep trying to figure it out for the time being.
12 replies
❔ Updating text on main thread from running application WPF C Sharp
Heyo All.
I have a wrapper I'm wrapping steamcmd in and the launcher is supposed to intercept the text output by steamcmd and put it into the launcher. The current code works
It works in the fact that it outputs and changes the textbox data on the main GUI. What I'm having issues with is it waits until the output is complete rather than a running line of information coming from the console. Does anyone by chance have any suggestions as to what I'm doing wrong?
6 replies