Hi fellows!.
I wanted to know if someone has some single sample to use the Scrolldisplay command.
The help mentions that it has 2 arguments but it`s no t very clear so please help me in this stuff.
Thank you and have a nice week!,
Kilo
Using of Scrolldisplay command
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Using of Scrolldisplay command
If you use this format s,p (except you use just numbers)
Then s= shift direction: 1 is shift right, 0 is Shift left.
p = places
so if you have a string "Hello" that will start at 0,0
Note[ = left edge of display
then if enter in scroll box 1,3 then instead of [Hello it will display [ Hello
or if you enter 0,3 in box then instead of [Hello it will display [lo since shift 3 places to left.
Hope I have made it clear enough. If not I will post a screen shot.
BTW I thought scroll display was in V4 only?
Then s= shift direction: 1 is shift right, 0 is Shift left.
p = places
so if you have a string "Hello" that will start at 0,0
Note[ = left edge of display
then if enter in scroll box 1,3 then instead of [Hello it will display [ Hello
or if you enter 0,3 in box then instead of [Hello it will display [lo since shift 3 places to left.
Hope I have made it clear enough. If not I will post a screen shot.
BTW I thought scroll display was in V4 only?
Martin
-
- Posts: 11
- Joined: Tue Feb 13, 2007 10:06 pm
Re: Using of Scrolldisplay command
Dear buddy,yes you were right, the scrolldisplay command was in FLOWCODE 4 but sorry I didn`t understand very well your explanation.
Please give some real single sample because I didn`t see no sample about this command.
Thank you and sorry for inconviniences!
Kilo
Please give some real single sample because I didn`t see no sample about this command.
Thank you and sorry for inconviniences!
Kilo
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Using of Scrolldisplay command
Here is an example. To understand better, watch direction variable and at the same watch LCD.
Then change places variable form 1 to 2 and watch display.
You should notice there are two variables required in the LCD scroll component.
1st variable is to scroll left or right : 0=scroll left 1=scroll right.
2nd variable is number of places to scroll. 1 = one place , 2 = two places, 3 = three places etc.
Then change places variable form 1 to 2 and watch display.
You should notice there are two variables required in the LCD scroll component.
1st variable is to scroll left or right : 0=scroll left 1=scroll right.
2nd variable is number of places to scroll. 1 = one place , 2 = two places, 3 = three places etc.
- Attachments
-
- Scroll.fcf
- (6 KiB) Downloaded 551 times
Martin