Search found 110 matches
- 28 Oct 2020, 04:34
- Forum: General Discussion
- Replies: 2
- Views: 610
Re: Is it possible to create readonly dependency properties?
Ah yes, that works. Thanks.
- 27 Oct 2020, 00:57
- Forum: General Discussion
- Replies: 2
- Views: 625
How to check if a scrollviewer's scrollbar is pressed or not?
I figured I'd try to see if the scrollbar is currently focused, but if this isn't how you'd do that I would need to try something else. It seems I can't get the scrollbar from the scrollviewer in Noesis. I found this topic for WPF, but none of the solutions worked for me, they all couldn't find the ...
- 26 Oct 2020, 23:05
- Forum: General Discussion
- Replies: 2
- Views: 610
Is it possible to create readonly dependency properties?
It seems DependencyPropertyKey is not in Noesis which is how I typically create readonly properties in WPF. Is there another way to do this in Noesis or is this feature not in yet?
- 26 Oct 2020, 22:18
- Forum: General Discussion
- Replies: 7
- Views: 1333
NineSlice control does not immediately work correctly.
I created a nine slice control, but it has odd behavior. When you first start the application, either through Unity's editor or a standalone, the control will not have any brushes applied. However, if you exit out of Unity's play mode and go back in (or load another nine slice control) it will then ...
- 13 Oct 2020, 23:21
- Forum: General Discussion
- Replies: 1
- Views: 111
Commentary on Noesis & crashes.
The last three noesis patch versions have each introduced additional bugs for me, usually in the form of a crash. I create an issue and each time they are fixed, but because your patch versions contains feature changes as well as bug fixes, it's like I can't escape. I can't upgrade because it adds a...
- 10 Aug 2020, 18:27
- Forum: General Discussion
- Replies: 1
- Views: 117
How do I not allow a tooltip to close after clicking?
I have a tooltip on a button and I'd like it to stay open after clicking on the button. Is there a way to do this? Right now, clicking on the button will disappear the tooltip on mouse down and reappear, if this mouse is still over the button, on mouse up.
- 24 Jul 2020, 17:24
- Forum: General Discussion
- Replies: 5
- Views: 756
Re: Changing a property in a custom control changes all elements of that type.
No problem! Thank you so much for helping me. And just to make sure I understand, this and my other thread both stems from the same problem that is explained in that bug report?
- 24 Jul 2020, 12:26
- Forum: General Discussion
- Replies: 5
- Views: 756
Re: Changing a property in a custom control changes all elements of that type.
But doesn't this work in WPF? And the same with the other problem? I have multiple NineSlice controls with different borders and none are changing when I change an individual ImageSource. Please correct me if I'm wrong, but there doesn't seem to be any problem with this. Sorry for being so WPF centr...
- 23 Jul 2020, 19:43
- Forum: General Discussion
- Replies: 5
- Views: 756
Changing a property in a custom control changes all elements of that type.
Like the title says, when I change a property of a control it inconsistently changes all controls of that type as well. I attached a project that recreates this. In Assets/Views/Root.xaml, if you set the last NineSlice control's ImageSource property to "{StaticResource AltBorder}" it will change all...
- 22 Jul 2020, 11:32
- Forum: General Discussion
- Replies: 2
- Views: 364
Re: Inexplicit "Unknown member UserControl.DesignWidth" on certain UserControls.
Oh, I see! It seems XAML Styler decided to start forcing the design width/height before ignornable which is why this problem came out of nowhere for me. I set the order in which they appear and now it's fixed. Thanks for the help!