Hi,
Is it possible to modify the default appearance of an overlay button in Smart Client? For example color of the button, size of text, and even better, set a bitmap replacing the existing rectangle shape?
Thank you
Hi,
Is it possible to modify the default appearance of an overlay button in Smart Client? For example color of the button, size of text, and even better, set a bitmap replacing the existing rectangle shape?
Thank you
No, you cannot modify the appearance of Smart Client overlay buttons from a MIP plugin.
-
In MIP SDK 2018 R2 and Smart Client 2018R2 Milestone will introduce something new which might fit instead of using Smart Client overlay buttons. Milestone will introduce ActiveElementsOverlay and this will enable development of another kind of buttons or similar.
Sneak peak of the introduction text:
ImageViewerAddOn now exposes three new methods (all starting with ‘ActiveElementsOverlay’) allowing for adding, updating and removing objects of classes that derive from the WPF class UIElement. Examples of such classes are Button, TextBlock and UserControls. This enables plug-ins to add interactive elements on top of the video.
MIP SDK 2018 R2 is planned to release June 7 and will include a sample showing this new functionality.