Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Horizontal Scrolling Text.
Message
From
19/08/1999 08:44:36
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00254917
Message ID:
00255223
Views:
17
>>Any easy way to do that at the bottom of the screen?.
>
>On the status bar? Here's a quickie basic idea:

Which reminded me of similar tricks of 15 years ago, in some ZX Basic, but then it rolled the text...

* cmessage = 'Hi There!'
cmessage=padr("Hi there!", 40)
for n = 1 to 50
* cmessage = ' ' + cmessage
cmessage = right(cmessage,1)+ left(cmessage,39)
wait window '' time .2
set message to cmessage
endfor

This is actually rolling, not scrolling... but it was nice to remember.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform