Search found 10 matches
- 25 Mar 2019, 11:21
- Forum: General Discussion
- Replies: 5
- Views: 3704
Custom cursor
Hi,
what is the best way to create custom mouse cursor in Noesis. I saw the viewtopic.php?f=3&t=256&p=1296&hilit=cursor#p1296 disscusion. Have something changed since then?
what is the best way to create custom mouse cursor in Noesis. I saw the viewtopic.php?f=3&t=256&p=1296&hilit=cursor#p1296 disscusion. Have something changed since then?
- 11 Mar 2019, 11:02
- Forum: General Discussion
- Replies: 9
- Views: 1903
Re: Floating tooltips
I finally manage to solve my problem. Tnak you for your help.
- 07 Mar 2019, 09:27
- Forum: General Discussion
- Replies: 9
- Views: 1903
Re: Floating tooltips
Ok, I've done some research and I'm still confused... I've got two problem when I'm using above solution: - the tooltip follows the mouse movement but when it encounters the bottom screen edge, the bottom edge of the screen hides all or part of the tooltip - I wanted tolltip to be shown on the edge ...
- 05 Mar 2019, 10:10
- Forum: General Discussion
- Replies: 9
- Views: 1903
Re: Floating tooltips
Problem solved. Sorry for bothering.
- 04 Mar 2019, 11:09
- Forum: General Discussion
- Replies: 9
- Views: 1903
Re: Floating tooltips
One more question... Is it a smart way to resctrict the tooltip display to the size of the view?
- 01 Mar 2019, 15:17
- Forum: General Discussion
- Replies: 9
- Views: 1903
Re: Floating tooltips
It helped. Thank you very much!
- 26 Feb 2019, 12:27
- Forum: General Discussion
- Replies: 9
- Views: 1903
Floating tooltips
Hi, In my project I've made tooltips for buttons with popup control. What is the best way to make the tooltip float depending on the position of the mouse cursor over the button. I've used popup->SetPlacementTarget(btn); and popup->SetHorizontalOffset(btnWidth); to put the tooltip in a right place o...
- 24 Jan 2019, 14:33
- Forum: General Discussion
- Replies: 4
- Views: 1655
Re: Storyboards in ControlTemplate
Thank you, the approach with VisualStateManager worked great.
- 24 Jan 2019, 08:03
- Forum: General Discussion
- Replies: 4
- Views: 1655
Re: Storyboards in ControlTemplate
Hi,
these are accualy different instances of the same control type (custom control for a game hud graphically showing states of some item). I'm new in Noesis, so maybe I should choose another approach to this problem.
Thank you for roseponding.
these are accualy different instances of the same control type (custom control for a game hud graphically showing states of some item). I'm new in Noesis, so maybe I should choose another approach to this problem.
Thank you for roseponding.
- 23 Jan 2019, 12:31
- Forum: General Discussion
- Replies: 4
- Views: 1655
Storyboards in ControlTemplate
Hi, I've got a bunch of controls that I want to share the same behavior (some storyboards). My approach was to create ControlTemplate with mentioned storyboards and bind it to controls through DynamicResource like that: <Control x:Name="CTRL" VerticalAlignment="Top" Width="8...