************************
* Boxscroller *
* parameter listing *
************************
Ok hence writing documentations for applets
are about as funny as picking the nose with a flagpole.
I just write down the parameters available for this applet
parameter name - Delay, Scrolling speed, lower value faster scroll..
parameter name - Numbmsg, number of messages.
parameter name - Fontface, Font to use.
parameter name - Fontsize, The size of the Font.
parameter name - Bold, Makes the font Bold if you set this to TRUE
parameter name - Italic, Makes the font Italic if you set this to TRUE
parameter name - Bgcolor, Background color in R,G,B values.
parameter name - Fgcolor, Font and boxcolor in R,G,B values.
parameter name - Msg0, set up your first message.
your first message always begins with 0 not 1.
So if you set up 3 msgs in the Numbmsg parameter
your parameters for the msg's would be as follow
The value for the parameters Bold & Italic are set to False as default
So if you just wanna have a plain text you dont have to include
theese parameters.
Thats it!!