Page 1 of 1

Comments and Strings

Posted: Sun Aug 28, 2011 3:07 pm
by dbasnett
Would it be possible to 'comment' out an icon? As it is now I have to delete the icon(calculation, io, if) to test what if's. In other languages commenting is a common feature.

Strings - As a newbie I am finding that working with strings can be painful when the received data(RS232) contain bytes with a value of 0.

Re: Comments and Strings

Posted: Sun Aug 28, 2011 3:38 pm
by JohnCrow
Hi

Its not possible to comment out an icon in FC, though that is a good idea :D
I can suggest two ways of getting round this, apart from deleting it.

1. You could use the jump to / connection point either side of the icon or part of flowchart you wish to remove.

2. If your flowchart finishes with a loop icon, you could always drag the icon you want to ignore to between the last loop icon and the end icon.

Both are "messy" but if only used when developing a program, shouldn't be too much of a problem.

Re: Comments and Strings

Posted: Sun Aug 28, 2011 7:32 pm
by dbasnett
I hadn't thought of the connection icon, the go around method. I'll remember that if the Matrix folks don't add a 'Comment' feature. BTW - I like your compass.

Re: Comments and Strings

Posted: Tue Aug 30, 2011 12:28 pm
by DavidA
A "comment out" feature might work well, sort of disables that icon, will mention it!

Re: Comments and Strings

Posted: Wed Aug 31, 2011 9:43 am
by JonnyW
Hi there. We have been toying with a couple of possibilities since this was suggested and it works quite well! I doubt you will need to use a goto icon in FC5. Thanks for the suggestion.

Jonny

Re: Comments and Strings

Posted: Thu Sep 01, 2011 12:57 am
by Spanish_dude
I don't know how you did it, but you could do it for multiple icons at once, like when you select an icon or a group of icons and then left clicking you'll see a disable icon(s) option ?

Re: Comments and Strings

Posted: Thu Sep 01, 2011 8:46 am
by JonnyW
Hi Nicolas. Yeah, thats the idea. The final version would hopefully work similar to the screenshot. This shows the menu item and some disabled icons too.
Disabled icons
Disabled icons
disabled.jpg (30.28 KiB) Viewed 11356 times
Jonny

Re: Comments and Strings

Posted: Thu Sep 15, 2011 12:27 pm
by dbasnett
That is exactly what I was thinking.