Skip to main content



      Home
Home » Eclipse Projects » Sirius » Getting usage information
Getting usage information [message #1765400] Fri, 09 June 2017 04:33 Go to next message
Eclipse UserFriend
Hi,

I would like to know how my users are using my tool (are they mostly using the palette, pop-up menu etc.).

Are there means to collect this kind of information (like a extension point that is triggered whenever a tool is executed)?

Greetings,
Wilbert.
Re: Getting usage information [message #1765416 is a reply to message #1765400] Fri, 09 June 2017 06:18 Go to previous message
Eclipse UserFriend
Hello Wilberts,

I am sorry to say that Sirius does not provide any native mechanism to do what you want.

Though a way to do that could be to do the following:
You define a service in your odesign taking as parameters two parameters.
Then For each tool defined in your odesign you set a let operation with an expression calling the service with tool information like (aql:myService('toolName','isPaletteTool'))
You do the same for pop-up menu operation.

Then in the called services you have information of what tool is called and from palette or not. So you can log this information wherever you want.

Regards,

Pierre
Previous Topic:Create viewpoint (specifications) programmatically
Next Topic:For-Loop: Getting the context of the outer element
Goto Forum:
  


Current Time: Sat Sep 27 03:49:01 EDT 2025

Powered by FUDForum. Page generated in 0.02805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top