I need help making screens

svanheulen

New member
I'm just trying to modify the date-time-uptime screen that come with CC2 but I don't know where to find what the ids in the screen file point to. Is there any documentation or tutorials on making screens?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 

daks001

New member
svanheulen said:
I'm just trying to modify the date-time-uptime screen that come with CC2 but I don't know where to find what the ids in the screen file point to. Is there any documentation or tutorials on making screens?
\Program Files\CrystalControl2\cc2-service\plugin_info

Directory you will see a bunch of sample ini files... the specific one that tells you what id's for the screen you are wanting to edit is the cc2_timedate.ini file, you can open it with any text editor...

Those id#'s are some of the "hard coded id's" so you can just substitute them for the old ones in your screen files.

The cc2 script language is pretty easy once you get used to it, so if you have any more questions feel free to ask in the forums.
 
Top