Search found 5 matches

by tabear
Sun Jan 24, 2021 2:03 pm
Forum: MegunoLink
Topic: RequestAMatrix Example Modifications
Replies: 5
Views: 16264

Re: RequestAMatrix Example Modifications

Thanks philr for the very timely response. It worked perfectly when I rearranged per your RequestAMatrixString.zip file. Now I need to compare my original with my modified to figure out what I was doing wrong. Thanks again !

TABEAR
by tabear
Sat Jan 23, 2021 9:47 pm
Forum: MegunoLink
Topic: RequestAMatrix Example Modifications
Replies: 5
Views: 16264

Re: RequestAMatrix Example Modifications

Hi philr Thanks for your previous replys. I've spent the last 2 weeks reading up on Pstrings, structs, characters and Strings, but I still haven't been able to get the text from the matrix UI textbox to print out correctly. I'm able to request the text and it shows up in the monitor correctly, but I...
by tabear
Wed Jan 06, 2021 2:34 pm
Forum: MegunoLink
Topic: RequestAMatrix Example Modifications
Replies: 5
Views: 16264

RequestAMatrix Example Modifications

I am trying to modify the example sketch and interface panel "RequestAMatrix" to be able to read char text values in one of the five textboxes and int’s in the other four textboxes. I have changed p1 to: CurConfig [CurRow - 1].p1 = Parameters. NextParameter (CurConfig [CurRow - 1].p1); But...
by tabear
Sat Jan 02, 2021 8:54 pm
Forum: General Discussion
Topic: RadioButton Group
Replies: 2
Views: 13129

Re: RadioButton Group

Thanks Phil that did the trick.
by tabear
Fri Jan 01, 2021 3:17 pm
Forum: General Discussion
Topic: RadioButton Group
Replies: 2
Views: 13129

RadioButton Group

Is there away to group radiobuttons on an interface panel so that more than one button can be checked at a time ? For example, I have a AM button and a PM button in one group, of which only one can be checked at the same time and a High button and Low button in another group of which only one can be...