Hi,
How can I make this textfield entry, permanent so I can click on either the spot with radar or the textfield entry.
to answer that, it would be necessary to see the whole example
e.g.
it depends on the flags used in the
loadpano() call, and if the textfield plugin has set -
keep="true - if the textfield will be kept permanently when loading other panos,
maybe try the following:
- use the MERGE flag in the loadpano() call - e.g.
loadpano(pano.xml, null, MERGE, BLEND(1));
- add - keep="true" - to the textfield plugin definition - e.g.
<plugin ... keep="true" ... />
best regards,
Klaus