art1ord
art1ord
CC#
Created by art1ord on 3/6/2025 in #help
when I minimize the popup menu window, how do I fix this?
can you give me some advice on how to fix this? @Pope
10 replies
CC#
Created by art1ord on 3/6/2025 in #help
when I minimize the popup menu window, how do I fix this?
@Pope
10 replies
CC#
Created by art1ord on 3/6/2025 in #help
when I minimize the popup menu window, how do I fix this?
What can be done?
10 replies
CC#
Created by art1ord on 3/6/2025 in #help
when I minimize the popup menu window, how do I fix this?
No description
10 replies
CC#
Created by art1ord on 3/6/2025 in #help
when I minimize the popup menu window, how do I fix this?
C#
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using ReCraft.ViewModels;
using ReCraft.ViewModels.CustomControls;
using ReCraft.ViewModels.Screens;

namespace ReCraft.Views.CustomControls
{
public partial class UserProfileMenu : UserControl
{
public UserProfileMenu()
{
InitializeComponent();
}

public UserProfileMenu(MainWindowViewModel mainViewModel, MainContentViewModel mainContentViewModel)
{
InitializeComponent();
DataContext = new UserProfileMenuViewModel(mainViewModel, mainContentViewModel);
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);
}
}
}
C#
using Avalonia.Controls;
using Avalonia.Markup.Xaml;
using ReCraft.ViewModels;
using ReCraft.ViewModels.CustomControls;
using ReCraft.ViewModels.Screens;

namespace ReCraft.Views.CustomControls
{
public partial class UserProfileMenu : UserControl
{
public UserProfileMenu()
{
InitializeComponent();
}

public UserProfileMenu(MainWindowViewModel mainViewModel, MainContentViewModel mainContentViewModel)
{
InitializeComponent();
DataContext = new UserProfileMenuViewModel(mainViewModel, mainContentViewModel);
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);
}
}
}
10 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
I have 3 windows showing with tasks, I just want to hide the rest and leave only ReCraft.exe
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
yes
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
somehow the window call goes on like this
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
No description
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
No description
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
there's a launch window with animation
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
wpf window
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
yes
17 replies
CC#
Created by art1ord on 10/31/2024 in #help
how to show wpf applications as a single process
how?
17 replies