Posted by member 1783 on 2003-06-30 09:15:24 link

ok, and another discovery: i tried to change the loading order of the boxes:
*Script bang !Initialize
*Script exec !varSet Initialized "false"
*Script exec !varSave Initialized
*Script exec !ifEval ("%{ClockVisible}" = "true") !Toggle_Clock
*Script exec !ifEval ("%{VWMVisible}" = "true") !Toggle_VWM
*Script exec !ifEval ("%{AmpVisible}" = "true") !Toggle_Amp
*Script exec !ifEval ("%{TextVisible}" = "true") !Toggle_Text
*Script exec !ifEval ("%{TasksVisible}" = "true") !Toggle_Tasks
*Script exec !varSet Initialized "true"
*Script exec !varSave Initialized
*Script ~bang

the result was that the box which was loaded first created the error. the others worked fine.

now this is getting a little boring, cause i'm the only one who's helping me :D so please, any ideas how to fix this?