Bugs item #1449704, was opened at 2006-03-14 17:18 Message generated for change (Settings changed) made by nicove You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1449704&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Applet Group: None >Status: Open Resolution: None Priority: 5 Submitted By: Einar Coutin (einarc) Assigned to: Nicolas (nicove) Summary: Language missmatch when loading applet Initial Comment: Its a language related bug here is what the java console outputs... The sytem default language is spanish. WrappedAppletLoader.run(org.jmol.applet.Jmol) loadImage:jmol75x29x8.gif urlImage=jar:http://jmol.sourceforge.net/jmol/JmolAppl et0.jar!/jmol75x29x8.gif successfully loaded jmol75x29x8.gif [EMAIL PROTECTED] Instantiating gettext wrapper... Translations do not seem to have been installed! Can't find bundle for base name org.jmol.translation.Jmol.Messages, locale es_ES This happens when trying to load the examples located in the jmol homepage. BTW if I load the JMOL application using jar this problem doesnt happen. ---------------------------------------------------------------------- Comment By: Nicolas (nicove) Date: 2006-03-16 18:32 Message: Logged In: YES user_id=1096197 Do you still have a problem ? Do you have a problem when you set your computer to English ? The applet can take time to load if you have a slow connection (it's about 700K). ---------------------------------------------------------------------- Comment By: Nicolas (nicove) Date: 2006-03-15 06:38 Message: Logged In: YES user_id=1096197 As I said, this message IS normal. I set up my computer to Spanish and I tried two pages: - http://www.jmol.org/ - http://jmol.sourceforge.net/demo/atoms/ and they both worked correctly with the applet in Spanish. So, with which page do you have a problem ? What is your configuration ? Here's the log from my computer: loadImage:jmol75x29x8.gif urlImage=jar:http://jmol.sourceforge.net/jmol/JmolApplet0.jar!/jmol75x29x8.gif successfully loaded jmol75x29x8.gif [EMAIL PROTECTED] WrappedAppletLoader.run(org.jmol.applet.Jmol) Instantiating gettext wrapper... Translations do not seem to have been installed! Can't find bundle for base name org.jmol.translation.Jmol.Messages, locale es_ES AppletRegistry.checkIn(jmolApplet0) (C) 2006 Jmol Development Jmol Version 10.00.47 2006/01/28 16:17 java.vendor:Sun Microsystems Inc. java.version:1.5.0_06 os.name:Windows XP appletDocumentBase=http://jmol.sourceforge.net/ setting color scheme to:jmol org.jmol.applet.Jmol load time = 9 seconds FileManager.openFile(model/jmol.mol.gz) SmarterJmolAdapter:The Resolver thinks:Mol AtomSetCollection.freeze called openFile(model/jmol.mol.gz) 422 ms ---------------------------------------------------------------------- Comment By: Einar Coutin (einarc) Date: 2006-03-15 05:24 Message: Logged In: YES user_id=1475990 This is the problem: Can't find bundle for base name org.jmol.translation.Jmol.Messages, locale es_ES then the applet just keeps loading and nothin else happens. AS you see its a problem with the spanish language. ---------------------------------------------------------------------- Comment By: Nicolas (nicove) Date: 2006-03-14 22:13 Message: Logged In: YES user_id=1096197 What is the problem ? Is it only the message "Translations ... locale es_ES" ? This message is normal: gettext wrapper is common to the application and the applet and reads 2 bundles (one specific to the application which is absent in the applet hence the message, one common to both) Eventually, we could add a test so that no message would be displayed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1449704&group_id=23629 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
