New topic: 

Scrolling Text in the modern day...

<http://forums.realsoftware.com/viewtopic.php?t=46728>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        Pickles42          Post subject: Scrolling Text in the modern 
day...Posted: Mon Jan 28, 2013 5:22 am                         
Joined: Mon Jan 28, 2013 5:08 am
Posts: 1                Ok, so I'm pretty new to RB, I have a pretty solid 
background though in VB and a variety of other languages so I'm not completely 
clueless and have some idea of what I'm doing. BUT I have run into a major 
brick-wall with RB: Scrolling some text. Ticker tape/marquee style. Now I have 
searched high and low for anything and I have had a little success. I have 
managed to use DrawString to paint my text on a canvas and then map the value 
of the string's location to the value of a progress bar. This really doesn't 
work well as, if I begin the string to the complete left, then I get a 
"staggered" scroll:

--------------------------
|String          |
--------------------------

becomes:

--------------------------
|S S S S S S S S S String |
--------------------------

I essentially want to replicate the WaveLetter example but as soon as the 
string finishes scrolling the application crashes. Plus I need the string to 
loop around, not just scroll once. So there's my problem, any help would be 
appreciated greatly. Thank you in advance!   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to