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 detect IToolBoxService selected toolbox item at server side? #32

Open
valiahmetovv opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@valiahmetovv
Copy link

valiahmetovv commented Apr 16, 2024

Hi @KlausLoeffelmann ,

As demonstrated in existing sample of out-of-proccess RootDesigner, ToolBox is handled exclusively on the client-side.

Previously(net472) IToolBoxService could be accessed anywhere , and when drag n dropping/dragging toolbox items on to the RootDesigner surface we could hook into various Mouse events such as MouseDown MouseOver etc and check which toolbox item is currently selected to initialize corresponding components and customize cursor behavior.

Right now Mouse events are handled on server side but toolbox lives on the client and it's not clear how to get information regarding currently selected ToolBoxItem.

Could you please provide a few tips on how to get currently selected toolbox item at Server side?

Thanks

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

1 participant