[micro-manager-general] Steps to get a functional plugin, lesson n+1
Status: Beta
Brought to you by:
nicost
|
From: Carlos G M. <tr...@ac...> - 2020-04-06 20:16:19
|
I'm modifying the example plugin, and as I need to get hold of a display
(to determine a ROI set) I decided to try:
@Subscribe
public void onNewDisplay(NewDisplayEvent event) {
title.setText("We have an image to work with!");
}
after making "title" a class variable much like the example's
exposureTimeLabel_.
As far as I understand the documentation, I should be getting an event
(and title should change) when a display window is created by, e.g., a
new snap.
But it does not work.
Nico ? Anybody ?
--
Carlos G Mendioroz <tr...@ac...>
|