Console Viewer - how to JUMP LINES ?

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
ssttrragmail
Posts: 29
http://meble-kuchenne.info.pl
Joined: Sat Nov 21, 2020 10:38 pm
Has thanked: 18 times
Been thanked: 2 times

Console Viewer - how to JUMP LINES ?

Post by ssttrragmail »

Hi FC9 users. Trying to do a PANEL showing several alphanumeric results simultaneously.
The original "Console Viewer" component seems to do this task with minimal of three columns and three lines.
But after RUN it, even trying with the 5 available component´s macros I got three columns, but just ONE LINE :cry: .
How could I JUMP to the NEXT LINE ? Witch macro or extra command do I use to do this ?
Thanks for any tip ;) !
Attachments
Console Viewer original.jpg
Console Viewer original.jpg (52.13 KiB) Viewed 912 times
Console Viewer after RUN.jpg
Console Viewer after RUN.jpg (34.31 KiB) Viewed 912 times

BenR
Matrix Staff
Posts: 1760
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 447 times
Been thanked: 607 times

Re: Console Viewer - how to JUMP LINES ?

Post by BenR »

Hello,

I would guess that Append text with the following should give you a new line.

AppendText ( "\r\n" )

ssttrragmail
Posts: 29
Joined: Sat Nov 21, 2020 10:38 pm
Has thanked: 18 times
Been thanked: 2 times

Re: Console Viewer - how to JUMP LINES ?

Post by ssttrragmail »

I´ll try it, and give a feedback soon. Thank you !

ssttrragmail
Posts: 29
Joined: Sat Nov 21, 2020 10:38 pm
Has thanked: 18 times
Been thanked: 2 times

Re: Console Viewer - how to JUMP LINES ?

Post by ssttrragmail »

Hi. Still trying to create a 2 lines X 3 colunms matrix to display 6 dynamic values and theirs units (6 measurements, for example).
All 6 values are recalculated in time.
But even including the "\r\n" commands inside "AppendText" macro at various experimental points (the toggled off one´s)
I never got 2 lines, just 1 line all the times. :?
I can´t show the 6 measurements instantly formated like a panel.
I´ve included the code. Thanks.
Attachments
Just one line.PNG
Just one line.PNG (95.96 KiB) Viewed 841 times
Just One Line.fcfx
(21.41 KiB) Downloaded 39 times

Post Reply