Custom cursor
Hi,
In WPF, we can load and use a custom cursor like this:
Is there any way to do the same thing using NoesisGUI ?
# Our application uses a lot of custom cursors (more than 30).
In WPF, we can load and use a custom cursor like this:
Code: Select all
<Window x:Class="WpfApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WpfApp"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Window.Resources>
<ResourceDictionary>
<Cursor x:Key="CursorMagnify">C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\atlmfc\include\res\magnify.cur</Cursor>
</ResourceDictionary>
</Window.Resources>
<Grid Cursor="{StaticResource CursorMagnify}">
<TextBlock>test</TextBlock>
</Grid>
</Window>
# Our application uses a lot of custom cursors (more than 30).
-
-
sfernandez
Site Admin
- Posts: 2021
- Joined:
Re: Custom cursor
This is not supported in NoesisGUI yet.
Please file a ticket in our bugtracker so we can discuss the better way to achieve what you need.
Thanks.
Please file a ticket in our bugtracker so we can discuss the better way to achieve what you need.
Thanks.
Re: Custom cursor
I filed an issue here: https://bugs.noesisengine.com/view.php?id=1109
I also wrote a comment to describe my requirements (so that you don't need to implement full blown feature at once).
Thanks.
I also wrote a comment to describe my requirements (so that you don't need to implement full blown feature at once).
Thanks.
Who is online
Users browsing this forum: No registered users and 2 guests