[Chameleon-dev] [Bug 451] Some shared resources are cached from template initialized with chameleon. Subsequent templates do not have their shared resources loaded (ie..separate languages) .

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Sun Nov 7 15:16:43 EST 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=451

cthorne at dmsolutions.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From cthorne at dmsolutions.ca  2004-11-07 15:16 -------
ok, the popupstyleresource is being used on a per template basis. However, If
you follow the test sample in comment #4

to baiscally change the default initialized template from english to french:
 
from: $oApp->CWCInitialize( dirname(__FILE__).'/sample_bilingual_en.html',
$szMapFile  );

to: $oApp->CWCInitialize( dirname(__FILE__).'/sample_bilingual_fr.html',
$szMapFile  );

The popups language on the buttons is always english. But when the default
initialized template is set to english, the french template popups buttons get
the french text.

If this is an issue created out of this fix and it is a minor fix than this
should be fixed for beta 3. If it is a much bigger issue a new bug should be
created to address this issue.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list