I have been asked to implement a scrolling message, you know, like the credits that appear after a movie ending? Is there some sort of library out there that would allow me to do this?
TIA
#Include "DSay.ch"
//
//
REDEFINE DYNAMIC SAY oSay;
PROMPT "Text... 1" + CRLF +;
"Text....2" + CRLF +;
"Text....3" ;
ID 4004;
OF acerca;
CENTERED;
COLOR CLR_BROWN;
VERTICAL;
SCROLL;
SPEED 45;
WRAP
Horizon wrote:
Can you please share the link other than from 4shared.com?
local cText := MemoRead( "c:\fwh\samples\maria01.prg" )
local oDlg, oMsg, oFont, oBold
DEFINE FONT oFont NAME "LUCIDA CONSOLE" SIZE 0,-14
DEFINE FONT oBold NAME "VERDANA" SIZE 0,-32
DEFINE DIALOG oDlg SIZE 800,500 PIXEL TRUEPIXEL
@ 100,100 SCROLLMSG "FiveWin Power : New Scroll Msg class" ;
SIZE 600,40 PIXEL OF oDlg ;
FONT oBold COLOR CLR_BLACK,CLR_HGREEN HORIZONTAL ;
SPEED 2
@ 200,100 SCROLLMSG oMsg TEXT cText SIZE 600,200 PIXEL OF oDlg ;
FONT oFont COLOR CLR_HRED, CLR_YELLOW SPEED 2
ACTIVATE DIALOG oDlg CENTERED
RELEASE FONT oFont, oBold
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 46 guests