You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trying to get Uno.Telerik.UI-For-UWP wasm head to run you get the following stack (just cut the top) when adding a RadNumericBox to MainPage.xaml
System.NotImplementedException: The member RoutedEvent UIElement.PointerPressedEvent is not implemented in Uno. mono.js:1:34591 at Windows.UI.Xaml.UIElement.get_PointerPressedEvent () <0x26a0048 + 0x0000c> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.AttachThumbsEvents () <0x269f680 + 0x000ac> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.OnTemplateApplied () <0x268c5a8 + 0x00108> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.RadControl.OnApplyTemplate () <0x26190c0 + 0x0005c> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.set_TemplatedRoot (Windows.UI.Xaml.UIElement value) <0x251bd38 + 0x00098> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.UpdateTemplate () <0x24bfb88 + 0x0007e> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.SetUpdateControlTemplate (System.Boolean forceUpdate) <0x24bf968 + 0x00038> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.OnTemplateChanged (Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf6c8 + 0x00018> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control+<>c.<.cctor>b__260_0 (Windows.UI.Xaml.DependencyObject s, Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf5f0 + 0x00024> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.DependencyPropertyChangedEventArgs)
To progress the ability to use third party controls it would be good to have this supported. Sure there's other things but this is the first to be hit.
The text was updated successfully, but these errors were encountered:
In trying to get Uno.Telerik.UI-For-UWP wasm head to run you get the following stack (just cut the top) when adding a RadNumericBox to MainPage.xaml
System.NotImplementedException: The member RoutedEvent UIElement.PointerPressedEvent is not implemented in Uno. mono.js:1:34591 at Windows.UI.Xaml.UIElement.get_PointerPressedEvent () <0x26a0048 + 0x0000c> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.AttachThumbsEvents () <0x269f680 + 0x000ac> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.Primitives.RangeSliderPrimitive.OnTemplateApplied () <0x268c5a8 + 0x00108> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Telerik.UI.Xaml.Controls.RadControl.OnApplyTemplate () <0x26190c0 + 0x0005c> in <c9e2f560fb634f99b4531d43f82ceaa1>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.set_TemplatedRoot (Windows.UI.Xaml.UIElement value) <0x251bd38 + 0x00098> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.UpdateTemplate () <0x24bfb88 + 0x0007e> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.SetUpdateControlTemplate (System.Boolean forceUpdate) <0x24bf968 + 0x00038> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control.OnTemplateChanged (Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf6c8 + 0x00018> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at Windows.UI.Xaml.Controls.Control+<>c.<.cctor>b__260_0 (Windows.UI.Xaml.DependencyObject s, Windows.UI.Xaml.DependencyPropertyChangedEventArgs e) <0x24bf5f0 + 0x00024> in <c75c2ae42fd444998608a8c96dfdbd78>:0 mono.js:1:34591 at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(Windows.UI.Xaml.DependencyObject,Windows.UI.Xaml.DependencyPropertyChangedEventArgs)
To progress the ability to use third party controls it would be good to have this supported. Sure there's other things but this is the first to be hit.
The text was updated successfully, but these errors were encountered: