Skip to content
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

Open
valiahmetovv opened this issue Apr 22, 2024 · 5 comments
Open

Comments

@valiahmetovv
Copy link

valiahmetovv commented Apr 22, 2024

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

Could you please clarify how to change/update Cursor type displayed for InputShield?

Thanks

cc @merriemcgaw

@KlausLoeffelmann
Copy link
Member

Those are good points - we need to likely open up the internal API some more.
Let me finish what I am working on right now, and how we can get you an updated API ASAP - I'll start on that next week, and keep you posted.

@merriemcgaw, let's prioritize this. This is good feedback!

@valiahmetovv
Copy link
Author

valiahmetovv commented May 13, 2024

Hi @KlausLoeffelmann
Could you please provide me with an update on this issue?
I’d also appreciate you could provide some comments on other issues, just a few lines when you have a moment.

cc @merriemcgaw
Thanks,

@merriemcgaw
Copy link
Member

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.

@valiahmetovv
Copy link
Author

Hi @merriemcgaw

Are there any news regarding ETA of new SDK version?

Thanks
cc @KlausLoeffelmann

@merriemcgaw
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants