Hi,
are the buttons (especially the fullscreen button) defined again in the new pano xml?
and how will the new xml be loaded? (what flags in the loadpano() call)
why I ask:
if the new pano was loaded without KEEPALL or without MERGE and without keep="true" for the buttons,
then the current buttons and their state were removed and the new buttons are loaded, and the startup
state for the fullscreen button is the wrong one,
as solution:
add - keep="true" - to all buttons/elements that should stay the same when loading a new pano,
(e.g. <plugin .... keep="true" ...>)
and use the MERGE flag in the loadpano() call, (e.g. loadpano(pano2.xml, null, MERGE, BLEND(1)); )
best regards,
Klaus