Francois Normandin
Francois Normandin
Issue labeled for SMO editor. The Editor is not an open source project _and lives in a different repository_. For documentation purposes, I keep all the editor issues submitted here,...
Hi Imre, thanks for the feedback. The only way to get a reference to the class library is through this invoke node. The Editor is loaded in a separate context...
Thanks @luferau for the report. I confirm I have reproduced the error. It seems the list of "This Level" is not correct. I get a microscope class instead of a...
Hey @Tom-McQuillan There are no repositories for the JKI SMO editor tool and as far as I know, the editor code has never been open sourced. If JKI is willing...
- Should we support Asynchronous messaging as part of the base SMO class? - If so, which mechanism is (are) to be implemented? Request-Reply, Request-Response, etc.
**Request-Reply** The public method sends a message to the process and does not wait for a response. The reply comes as a message which the caller receives through a notification...
Let me rephrase to see if I get your point correctly. A depends on B and D, B depends on C. A requests info from B, and B redirects the...
OK, that's what I understood from your comment. SMOs rely generally on public events for this type of (local) replies, where A subscribes to B and C's public events through...
I'll check this out. We have an extension to the SMO base that abstracts transport layers but it is of the pub-sub / req-response variety. You get me thinking ;-)
@wkuang76 Can you look into your build error logs and see which VI is "bad"? I'd like to see if this is happening after a fresh install on my own...