Search found 95 matches
- 08 Aug 2019, 18:33
- Forum: General Discussion
- Replies: 3
- Views: 363
- 08 Aug 2019, 01:04
- Forum: General Discussion
- Replies: 4
- Views: 606
Re: Trouble porting a custom Button from WPF to Noesis
That fixed it, thanks. You mention the XamlPlayer... is there a standard way to integrate Noesis Xaml parsing output into a build? My current setup provides no debug output on Xaml parsing which makes it very difficult to debug Xaml issues. I can drag & drop a xaml into the XamlPlayer, but it would ...
- 07 Aug 2019, 20:53
- Forum: General Discussion
- Replies: 4
- Views: 637
Re: Any way to attach a command to the PreviewMouseDown event of a ListViewItem?
Understood, thank you. I have a dozen places in the code where this would be very helpful.
- 07 Aug 2019, 15:50
- Forum: General Discussion
- Replies: 4
- Views: 637
Re: Any way to attach a command to the PreviewMouseDown event of a ListViewItem?
That is fantastic!... but, it looks like Noesis.GUI.Extensions requires some blend DLLs which are full .NET only right now? Looks like Microsoft open sourced those libraries here: https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/ And this unmerged pull request adds .NET cor...
- 05 Aug 2019, 21:42
- Forum: General Discussion
- Replies: 4
- Views: 637
Any way to attach a command to the PreviewMouseDown event of a ListViewItem?
I have a <ListView> which I can attach a command to the PreviewMouseDown event, and that works well. But, because it doesn't provide the EventArgs, I can't see which ListViewItem was clicked. Is there a way to attach this same event but to the ListViewItem itself? I've tried putting it into the Cont...
- 05 Aug 2019, 15:51
- Forum: General Discussion
- Replies: 3
- Views: 363
What's the best way to implement the concept of a long touch press?
In WPF, we implemented a class which consumed the TouchDown, TouchMove and TouchUp events and had a bunch of logic to determine if a specific TouchDown was still valid after a set duration we considered to be a "long press". Is there a better way to do this? It would really nice to have this functio...
- 03 Aug 2019, 20:39
- Forum: General Discussion
- Replies: 4
- Views: 606
Re: Trouble porting a custom Button from WPF to Noesis
Looks like I'm not able to attach files - not sure what the issue is. I tried all three browsers and via drag and drop and the "Add files" button.
- 03 Aug 2019, 20:31
- Forum: General Discussion
- Replies: 4
- Views: 606
Trouble porting a custom Button from WPF to Noesis
I have a custom Button defined in "StandardToggleButton.xaml" (abbreviated): <Button x:Class="ButtonTest.StandardToggleButton" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ButtonTest" xmlns:mc="htt...
- 01 Aug 2019, 18:40
- Forum: General Discussion
- Replies: 5
- Views: 1502
Re: Adding to C# API Demo -- DataTemplateSelector not working
*sigh*... I uncommented my DataTemplateSelector and now it's working. I'm not sure what I was doing wrong... checked it multiple times. Probably had the resource key misspelled or something.
- 31 Jul 2019, 22:02
- Forum: General Discussion
- Replies: 5
- Views: 1502
Re: Adding to C# API Demo -- DataTemplateSelector not working
Has this been implemented yet? I just tried it and it doesn't seem to be working for me. I'll add a feature request in the bugtracker if it's not...