Resizing the Monitor window?


Recommended Posts

Is there a way to resize the port monitor window??

I'm using this:

Device.MyDevice.Monitor()

It's way too big and bulky! just in the way...

if not, is there another way to show the output of the monitor in a smaller text box or something? what would be the code for it?

Thanks!

Link to comment
Share on other sites

From runtime? Not really. Not if you are using a built in protocol. If you are doing your own protocol, then you can put the traffic into a string variable (or channel) and display it in a table. The showhidden() function can be helpful for this.

In general, the monitor available as a docking window can be resized and undocked. It is accessible from View-Comm monitor, but not visible from runtime nor triggerable from script.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.