Search found 33 matches
- Sun Jan 29, 2023 8:04 pm
- Forum: Bugs
- Topic: MessageLibrary not working in 1.36.22351.1217?
- Replies: 1
- Views: 7397
Re: MessageLibrary not working in 1.36.22351.1217?
Sorry; that ones a bug. The message library was designed for fetching info from the Arduino end. This use-case should work, but unfortunately the message library works slightly differently to other controls. I've added to our bug list, in the meantime I suggest placing the message you want to send d...
- Wed Jan 26, 2022 7:57 pm
- Forum: Bugs
- Topic: Font size not persisting in Edit Plot Properties
- Replies: 1
- Views: 9179
Re: Font size not persisting in Edit Plot Properties
Thanks for letting us know. Much appreciated.
This should be fixed in the next release.
paul.
This should be fixed in the next release.
paul.
- Wed Dec 01, 2021 2:04 am
- Forum: MegunoLink
- Topic: new compiling errors
- Replies: 6
- Views: 4183
Re: new compiling errors
The new 'error' was definitely my fault as I added a new feature to our Arduino library (to include time values when sending data to our time-plot visualizer). Glad you were able to resolve the conflict with an update to the time library. Thanks for letting us know!
Have a great day
Paul.
Have a great day
Paul.
- Tue Nov 23, 2021 11:25 pm
- Forum: MegunoLink
- Topic: new compiling errors
- Replies: 6
- Views: 4183
Re: new compiling errors
Hi Goho, I noticed you also have a library called "Time-master" in the build output. My guess is that there is a conflict with that library and the built-in "time.h" library we are using. That could happen if the "Time-master" library has a file named "time.h"...
- Wed Sep 08, 2021 9:45 am
- Forum: Bugs
- Topic: Components in a FlowLayout panel disappear after re-opening/importing
- Replies: 1
- Views: 9141
Re: Components in a FlowLayout panel disappear after re-opening/importing
Hi Sheimend, Thanks for alerting us to this problem. It was a particularly nasty bug that affected containers inside the splitter. I've just published a new version of MegunoLink that fixes the problem. Exporting and importing that interface design should work correctly now. However, importing the f...
- Thu Aug 05, 2021 4:43 am
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 6321
Re: SerialCommandHandler prints "ovrflw"
Thanks Joe. I found an issue that causes the overflow message to be printed whenever the end-of-message (\r) character is received if the buffer had been overflowed before. It doesn't sound like this is the problem you are having though as it wouldn't cause the "Ovrflw" message to be print...
- Sun Aug 01, 2021 6:21 am
- Forum: MegunoLink
- Topic: SerialCommandHandler prints "ovrflw"
- Replies: 7
- Views: 6321
Re: SerialCommandHandler prints "ovrflw"
Hi Joe, Would you mind pasting in a copy of the text from a Monitor window (or send it to our support@megunolink.com email if you prefer to not share it here) please? I'm particularly interested in what's sent just before the first overflow message is printed. Also check that you have the latest ver...
- Mon Apr 19, 2021 8:43 am
- Forum: Bugs
- Topic: Interface Panel Time Plot forgetting 'Auto' time axis
- Replies: 5
- Views: 32685
Re: Interface Panel Time Plot forgetting 'Auto' time axis
Thanks for your questions and comments. Unfortunately most are bugs that have crept through our internal testing. I don't have solutions yet, but will get them resolved as soon as possible. Scripting comes up every so often, but we are quite worried that scripting would be too complex for people to ...
- Wed Apr 14, 2021 12:37 am
- Forum: Bugs
- Topic: Problem with Tab Controll Pages in combination with Trackbars
- Replies: 2
- Views: 22296
Re: Problem with Tab Controll Pages in combination with Trackbars
Hi Michael,
This is fixed now with the latest update! MegunoLink should update automatically next time you start it, or you can download the latest version from: https://www.megunolink.com/download/
Paul
This is fixed now with the latest update! MegunoLink should update automatically next time you start it, or you can download the latest version from: https://www.megunolink.com/download/
Paul
- Thu Feb 04, 2021 8:45 am
- Forum: MegunoLink
- Topic: Running exec file with parameters
- Replies: 1
- Views: 12758
Re: Running exec file with parameters
Hi Yuval, That's a pretty interesting use-case. Unfortunately it isn't completely supported right now. We are working on a new release so I'll try to get a better solution into that. In the mean-time, a couple of options: 1. Write the label info to a file using the message logger ( https://www.megun...