Page 1 of 1

Just Weird!

Posted: Mon Jan 07, 2019 3:57 pm
by hugh
I have open two Monitor visualisers. I am trying to send a command string ~dgs#
I can enter this in the textbox on the bottom of the visualiser but as soon as I hit Send, it changes to ~dgS# - i.e. the case of the s chis changed from lower to upper case. If I add an extra lower case 's', sending ~dgss# it works perfectly but as soon as I remove one of the lower case s and send it reverts to sending ~dgS#. This is a big problem for me as I have coded all my command strings to be case-sensitive! I get the same behaviour from both
monitor panels.

Any thoughts?

Regards, Hugh

Re: Just Weird!

Posted: Mon Jan 07, 2019 5:58 pm
by philr
Hi Hugh, this is an autocomplete problem. I think if you right click on the text bar it will let you remove previously entered commands.

Do you want to use both lower and upper case versions of the same command? If so I think we will need to change the way this works in a future update.

Cheers
Phil

Re: Just Weird!

Posted: Tue Jan 08, 2019 1:07 pm
by hugh
Hi Phil,

Thanks for the explanation.

Yes - I definitely want to use both cases - i.e. dss is a different command to dsS or dSs.
I have written all my software assuming this is so, so an update would be very welcome.

Regards, Hugh

Re: Just Weird!

Posted: Wed Jan 09, 2019 8:42 am
by philr
Sounds like case sensitive isn't possible for that control. Best we could do is disable autocomplete. Would that work for you?

Cheers
Phil