How does startup-main and startup-warm work?
What calls them how do the execute, etc?
It looks like they are a script type of language but what processes them?
I see the the following type of commands in it
TIMER,,3,0
(What does this do and what is the calling syntax?)
URL,NOWAIT,NOWAIT,[URL to Display]
(What is the calling syntax?)
APP,NOWAIT,NOWAIT,[App to execute]
(What is the calling syntax?)
WAITTIMER,,,0
(What does this do and what is the calling syntax?)
URL
(It looks like this just wipes out whatever URL is displayed via above URL command)
APP,2,2,VolumeControl
(What is the calling syntax?, What does the 2,2 do?)
WAITTIMER,,,0
(What does this do and what is the calling syntax?)
APP,NOWAIT,FOREVER,setitime
(What does the "FOREVER" do?)
If this is a NEWBEE question I'm sorry and if you would direct me where I can learn this please do......