-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change Cursor at client side when hovering over a component #34
Comments
Those are good points - we need to likely open up the internal API some more. @merriemcgaw, let's prioritize this. This is good feedback! |
Hi @KlausLoeffelmann cc @merriemcgaw |
Hi @valiahmetovv - @KlausLoeffelmann is on a well earned vacation for the rest of this week. Reviewing the APIs that we need to expose and the issues here is definitely on his radar for his return mid-next week. |
Hi @merriemcgaw Are there any news regarding ETA of new SDK version? Thanks |
I'm afraid we don't at this time. We're catching up on some high priority items that have to get in to .NET 9 early (relating to BinaryFormatter removal, the top priority). I wouldn't expect a new SDK corresponding with 17.11, but there is a good chance for 17.12. We're working out what we can do there. |
Hello @KlausLoeffelmann
I have design surface implemented for a report component, one of its features is to move report components such as textboxes/pictures/labels etc.
In net462 environment i was able to change the cursor when hovering over a component, with new SDK its not clear how to do this.
I could not find any API to change the cursor at client while processing mouse events at server, so I tried sending a notification with a cursor type to be displayed when mouse is over a component, using the notification API and receiving the notification at RootDesignerProxy.
At RootDesignerProxy i have tried appliying cursor type to both DesignerView and InputShield classes using reflection, but with no success.
![Cursor](https://private-user-images.githubusercontent.com/141699579/324437614-5cf2dd71-0cf6-4671-8a7d-8f7af88b672d.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODg4MjIsIm5iZiI6MTczOTE4ODUyMiwicGF0aCI6Ii8xNDE2OTk1NzkvMzI0NDM3NjE0LTVjZjJkZDcxLTBjZjYtNDY3MS04YTdkLThmN2FmODhiNjcyZC5naWY_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMTU1MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04YTFlNjU2MTdhMjExOTIzNjhhMmFmOWY1YmE3ODU1NjBjMDMyNGU0NTU4OTNkZDE4MmFmYjA0ZGM3Mzc1ZjlkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.DA74lQ1CcU_kAdclQDuXagHtCJPcw5saSZXrM85W3Ck)
Could you please clarify how to change/update Cursor type displayed for InputShield?
Thanks
cc @merriemcgaw
The text was updated successfully, but these errors were encountered: