Search found 3586 matches
- 12 Dec 2022, 12:45
- Forum: General Discussion
- Replies: 4
- Views: 142
Re: issue with InputActionTrigger
Great, marking this as solved.
- 12 Dec 2022, 12:45
- Forum: General Discussion
- Replies: 5
- Views: 135
Re: backspace bug with Swiftkey
Thanks for confirming. Could you please open a ticket about this?
- 07 Dec 2022, 01:44
- Forum: General Discussion
- Replies: 4
- Views: 142
Re: issue with InputActionTrigger
Is your Blend project using our NuGet extensions?
- 07 Dec 2022, 01:42
- Forum: General Discussion
- Replies: 9
- Views: 254
Re: ScrollViewer Custom Manipulation issues
Just a quick question, to clarify, are you able to solve this in WPF and not in Noesis or this is a common question for both.
- 07 Dec 2022, 01:40
- Forum: General Discussion
- Replies: 5
- Views: 135
Re: backspace bug with Swiftkey
Please, confirm if this is using the C++ SDK and let us know how to reproduce using one of our examples (if possible). Thanks!
- 07 Dec 2022, 01:38
- Forum: General Discussion
- Replies: 1
- Views: 217
Re: Camera Stacking and Noesis Blur Question
Yes, you need to render the camera into a texture and then use that texture in XAML to apply the blur.
If the render output has transparency, you need to premultiply the alpha. We know this is inconvenient and must be fixed in the future,
If the render output has transparency, you need to premultiply the alpha. We know this is inconvenient and must be fixed in the future,
- 30 Nov 2022, 11:13
- Forum: Showcase Gallery
- Replies: 1
- Views: 216
Re: Noesis mpv media player for linux and windows
Cool! I have added this to the list of Unofficial Integrations.
- 28 Nov 2022, 17:59
- Forum: General Discussion
- Replies: 1
- Views: 142
Re: Possible to have Unity include the .xaml files in the csproj? Any way to enable Intellisense in the unity project in
You need a separate WPF/Blend project. There is a helper menu in "Tool=>NoesisGUI=>Open Blend Project" that will create one for you as a starting point. This project must be manually maintained adding and removing XAMLs to it. By the way, we are working on an official VsCode extension .
- 28 Nov 2022, 17:56
- Forum: General Discussion
- Replies: 2
- Views: 164
Re: JetBrains Rider (linux)
For now, and until we create an extension for Rider I think you need to go with a WPF project for proper syntax highlighting.
By the way, we are working in our VsCode extension and at some point this work could be ported to Rider.
By the way, we are working in our VsCode extension and at some point this work could be ported to Rider.
- 23 Nov 2022, 10:57
- Forum: General Discussion
- Replies: 5
- Views: 224
Re: Linux (x64/arm64) MediaPlayer
Here is a preview of the work in progress (the recording is very laggy but you get the point): http://files.mydedibox.fr/files/temp/noesis_mpv.webm Thanks for sharing your progress. This looks definitely good! We don't recommend using "GEMediaPlayer", it is an internal implementation that...