sk-0520 / Pe

Windows 10 以上で動作するデスクトップユーティリティです
Do What The F*ck You Want To Public License
0 stars 1 forks source link

起動時のノート全部前面表示はどうにも良くない #829

Open sk-0520 opened 1 year ago

sk-0520 commented 1 year ago

ウィンドウのアクティブ状態で前面表示が維持されるのはよくない。


Software: Pe
Version: 0.99.179-7a87c16c6d4b7ed20877ab355e92faa1b6288e46
BuildType: Release
Process: 64
Platform: 64
OS: Microsoft Windows NT 10.0.19045.0
CLR: .NET 6.0.11
sk-0520 commented 1 year ago
                        Dispatcher.BeginInvoke(new Action(() => {
                            Logger.LogInformation("つかえるよ! 所要時間: {0}", stopwatch.Elapsed);

                            これ
                            ApplicationManager.MoveZOrderAllNotes(false);

                            var notifyIcon = (Hardcodet.Wpf.TaskbarNotification.TaskbarIcon)FindResource("root");
                            notifyIcon.DataContext = viewModel;

                            ApplicationManager.StartupEnd();
                        }), System.Windows.Threading.DispatcherPriority.SystemIdle);

出来るにはできるけどどうなんだこれ。

sk-0520 commented 1 year ago

良くなくもない・・・

sk-0520 commented 1 year ago

起動時はいいけどセッション開始時(ロック解除・スリープ復帰)に考慮すべきかなぁ。