Search found 19 matches

by griiker
Wed Aug 22, 2018 4:15 am
Forum: MegunoLink
Topic: Trouble with Installer built with Builder
Replies: 5
Views: 9659

Re: Trouble with Installer built with Builder

That solved it! Being a relative newbie, what is patently obvious to more experienced arduinozens is a lot less clear to a beginner like me. often these things are so simple!

thanks

griiker
by griiker
Tue Aug 21, 2018 7:46 pm
Forum: MegunoLink
Topic: Trouble with Installer built with Builder
Replies: 5
Views: 9659

Re: Trouble with Installer built with Builder

The issue seems to be related with the number of characters in the file path way. (perhaps too many subfolders.
by griiker
Mon Aug 20, 2018 6:26 pm
Forum: MegunoLink
Topic: can't tile get multiple visualizers
Replies: 2
Views: 5956

Re: can't tile get multiple visualizers

I actually did. It was a rather silly question, unlike other open tabs which can be sized without doing that. but I figured it out.

Thanks
by griiker
Mon Aug 20, 2018 2:26 am
Forum: MegunoLink
Topic: Trouble with Installer built with Builder
Replies: 5
Views: 9659

Trouble with Installer built with Builder

Hi: I've built an installer with the instaler builder, but when I try it, I get this message: "A portion of the folder path " is invalid. it is either empty or exceeds the length allowed by the system" I've tried the builder before, and made another installer and it works just fine. s...
by griiker
Tue Aug 14, 2018 3:40 pm
Forum: MegunoLink
Topic: can't tile get multiple visualizers
Replies: 2
Views: 5956

can't tile get multiple visualizers

I'm trying to get the console to be able to display multiple visualizers, just like the examples. however, I can't tile them as it is in the examples available. so how do you do it? I'm trying to see the interface and monitor panels at the same time.

Thanks
griiker
by griiker
Thu Jul 05, 2018 3:59 am
Forum: MegunoLink
Topic: Getting "unknown command" with button onclicksend
Replies: 8
Views: 12830

Re: Getting "unknown command" with button onclicksend

That's what did it! It was confusing at first to understand where I need to make the change, but finally figured it out in the OnTheClickSend command of tjhe button.

Thanks for the help!

griiker
by griiker
Wed Jul 04, 2018 10:47 pm
Forum: MegunoLink
Topic: Getting "unknown command" with button onclicksend
Replies: 8
Views: 12830

Re: Getting "unknown command" with button onclicksend

unfortunately, as I was expecting, fixing the unalike lines did nothing. The discrepancy is likely the result of me trying various combinations of verbiage trying to get the thing to work. I carefully matched the verbiage of the two lines, and still getting the same "unknown command" messa...
by griiker
Wed Jul 04, 2018 3:59 am
Forum: MegunoLink
Topic: Getting "unknown command" with button onclicksend
Replies: 8
Views: 12830

Re: Getting "unknown command" with button onclicksend

I see. I will try the fix, let you know how it goes.

Thanks

griiker
by griiker
Wed Jul 04, 2018 3:53 am
Forum: MegunoLink
Topic: Builder
Replies: 5
Views: 9396

Re: Builder

Okay, that is what I thought it was. can the interface visualizer be stand alone, without the rest of the stuff, much like a pop-window?
by griiker
Mon Jul 02, 2018 8:00 pm
Forum: MegunoLink
Topic: Getting "unknown command" with button onclicksend
Replies: 8
Views: 12830

Re: Getting "unknown command" with button onclicksend

This is the message I get in the Monitor: !Settime 1Unknown command !Settime 1Unknown command This is the command that is sent: !Settime [Time.Value]\r and the function: void Cmd_Settime(CommandParameter &Parameters) { testtime = Parameters.NextParameterAsInteger(); Serial.print("testing ti...