QAction – How to use the include attribute

Hi Jens, As far as I know this was something that was used with jscript QActions in the past (at least I only encountered it on these). Using the ‘include’ …

Visio : SRM Virtual function resource.

You can use the [resource:…] placeholder to get the resource name. In case you have the Resource GUID, that can be easily retrieve from the following: [resource:<ResourceGUID>,Name] As a tip, …

Number of QActions vs size of QActions

With the protocol as solution, it can still make sense to have multiple QActions to organize your features and group your triggers. This way you can at a glance know …

Visio : SRM Virtual function resource.

The Resource Name info tag only displays the resource name when the shape is used in a service instance (see RN14611). A shape that is linked to an element by its …

When to use a queued QAction

As you can see in the help (link) the QAction is executed in a separate thread and placed running in the background. It could be useful in scenarios where you …