|
routedcommand x:static
|
|||
---|---|---|---|
#18+
сорри за нубские вопросы, но чтото я упустил из виду =) <Window x:Class="MyApp.MainWindow" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml" xmlns:MyApp="clr-namespace:MyApp" Title="Тест окно" Height="350" Width="525"> <Window.CommandBindings> <CommandBinding Command="{x:Static MyApp:MainWindow.MyCommand1}" Executed="ExecutedCustomCommand" CanExecute="CanExecuteCustomCommand"/> </Window.CommandBindings> </Window> namespace MyApp { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; public partial class MainWindow : Window { public static RoutedCommand MyCommand1 = new RoutedCommand(); public MainWindow() { InitializeComponent(); } private void ExecutedCustomCommand(object sender, ExecutedRoutedEventArgs e) { MessageBox.Show("Custom Command Executed"); } private void CanExecuteCustomCommand(object sender, CanExecuteRoutedEventArgs e) { Control target = e.Source as Control; if (target != null) { e.CanExecute = true; } else { e.CanExecute = false; } } } } тут ругается Command="{x:Static Имя "MainWindow" не существует в пространстве имен "clr-namespace:MyApp" для спящего время бодрствования равносильно сну ... |
|||
:
Нравится:
Не нравится:
|
|||
20.02.2013, 22:33 |
|
routedcommand x:static
|
|||
---|---|---|---|
#18+
Алексей2003, может треба сборку указать. а? ... |
|||
:
Нравится:
Не нравится:
|
|||
20.02.2013, 22:35 |
|
|
start [/forum/topic.php?fid=21&fpage=32&tid=1441480]: |
0ms |
get settings: |
9ms |
get forum list: |
13ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
43ms |
get topic data: |
11ms |
get forum data: |
2ms |
get page messages: |
41ms |
get tp. blocked users: |
3ms |
others: | 309ms |
total: | 439ms |
0 / 0 |