Wataru Maeda

Results 2 issues of Wataru Maeda

例えば `RibbonWindow` を使っている場合や、独自のウインドウクラスに対して VSライクな光る枠だけを適用する方法はあるでしょうか? 以下の方法を試してみたのですが、ビジュアルツリー状は何やら枠らしきウインドウが4つ増えているのですが、透明で、光っているような見栄えになりませんでした。 WPFプロジェクトを新規に作成し、`MainWindow.xaml` に以下を追加。 ```xaml ``` ショーケースを参考に、`App.xaml.cs` に以下を追加。 ```cs public partial class Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); this.ShutdownMode = ShutdownMode.OnMainWindowClose; ThemeService.Current.Register(this, Theme.Windows, Accent.Windows);...

Suppose you write `sort_link` as follows. ```erb ``` At this time, `sort_link` is not looking at the search criteria in `@search_form`, but is looking at the `params` in the controller...