Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help! create scoll text in powerbuilder 7

Status
Not open for further replies.

jhed

Programmer
Apr 21, 2014
33
PH
anyone who can help me on creating scrolling text using powerbuilder 7...i'm exploring the features of this powerbuilder thanks in advance...
 
As far as I know, there are no out-of-the box options for this. I've played around with this using a string stored as an instance variable which is set to the full text you want to scroll, a timer event, and then using the Mid( ) function to display a substring of the instance variable. It worked, but I never had a practical application for it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top