Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple screen savers? 1

Status
Not open for further replies.

daveinwearside

Programmer
Dec 12, 2003
819
GB
Morning!

I would like to put multiple screensavers on 96xx handsets across a multi tenant site. (so each tenant has their own screensaver)

I believe I need to set up groups to do this!

I have had no issues with setting up a single screensaver.

has anyone got an example of how I need to set up the text setting file for this.

thanks in advance

 
Edit your 46xxsettings.txt file
Add this on top:

IF $GROUP SEQ 1 GOTO TENANT1
IF $GROUP SEQ 2 GOTO TENANT2
IF $GROUP SEQ 3 GOTO TENANT3
IF $GROUP SEQ 4 GOTO TENANT4

Then edit the rest of the file

# TENANT1

SET SCREENSAVERON 5
SET SCREENSAVER Tenant1.jpg

# TENANT2

SET SCREENSAVERON 5
SET SCREENSAVER Tenant2,jpg

Etc etc




BAZINGA!

I'm not insane, my mother had me tested!
 
Thanks mate,
i've already done this but at the bottom of the file.

will try it at the top.

cheers
D

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top