Search found 2727 matches
- 23 Feb 2023, 12:13
- Forum: General Discussion
- Replies: 1
- Views: 112
Re: Positioning element at screen coordinates
I think it will be easier to offset the Ellipse to its center, so you just need transform the screen coordinate to the WorkGrid element: <Grid x:Name="WorkGrid"> <Ellipse x:Name="DestinationMarker" Width="55" Height="55" Background="Transparent" Marg...
- 23 Feb 2023, 12:00
- Forum: General Discussion
- Replies: 4
- Views: 326
Re: AccessViolationException when clicking on user control
I guess this is related to your other post, could you please create a ticket in our bugtracker and share an example projet that reproduces the crash?
- 23 Feb 2023, 11:56
- Forum: General Discussion
- Replies: 5
- Views: 364
Re: Adding controls to canvas dynamically
You can upload the sample to the cloud and share the link here or in a ticket in our bugtracker.
- 23 Feb 2023, 11:54
- Forum: General Discussion
- Replies: 4
- Views: 217
Re: Control states persistency
The solution exposed in that article (using a MarkupExtension) looks quite good to me and can be easily implemented in Noesis. The lack of the PersistId doesn't seem blocking as WPF implemented it just as an auto-increment counter that you can handle in the markup extension itself. I recommend imple...
- 07 Feb 2023, 20:08
- Forum: General Discussion
- Replies: 3
- Views: 1404
Re: RiveControl listeners
Thanks, we've added support for Rive listeners for the next beta.
- 07 Feb 2023, 11:49
- Forum: General Discussion
- Replies: 3
- Views: 1404
- 07 Feb 2023, 11:41
- Forum: General Discussion
- Replies: 13
- Views: 2566
Re: ScrollViewer Custom Manipulation issues
Glad to know is working fine now! Marking this as solved.
- 02 Feb 2023, 19:05
- Forum: General Discussion
- Replies: 3
- Views: 210
Re: Capturing touch gesture during scrolling of a list does not work as on older version of Noesis
Great, marking this as solved then.
- 02 Feb 2023, 19:05
- Forum: General Discussion
- Replies: 13
- Views: 2566
Re: ScrollViewer Custom Manipulation issues
There are a few differences between 3.0.12 and 3.1 regarding touch manipulations. Since 3.1 we only call the OnManipulationStarted when touch starts moving a bit, but in 3.0.12 it was called inmediately after OnManipulationStarting and capture was internally done, so there was no need to override On...
- 02 Feb 2023, 18:28
- Forum: General Discussion
- Replies: 5
- Views: 1468
Re: NoesisApp.Behavior gets detached when manipulating UI from code
Thanks for the report.
As for the workaround, could you post it in the ticket? just curious how you implement it :)
As for the workaround, could you post it in the ticket? just curious how you implement it :)