T O P I C R E V I E W |
catweazle |
Posted - 14 May 2013 : 16:59:55 I use two instaces of clsMultiLngSupport in one program. When I assign the first instance to a German language file, it returns German words. Afterwards I assign the second instance to an English language file, and this returns English words. But from this moment on, also the first instance returns English This applies to V. 3.2. I will test it this evening with V.4. Is there a work-around besides reloading with .Start whenever calling .GSS ? (I wanted to generate reports in languages different from the program interface.) Thanks for any suggestion! |
3 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 17 May 2013 : 10:20:31 The class is now multi-instance (v. 4 of the library) |
s.dav |
Posted - 17 May 2013 : 09:41:07 Yes, I supposed to use this class as a SingleTon, it actually doesn't support multiple instances Sorry I didn't reported it in the documentation.
In the next days I'll change the class so you'll be able to use multiple instances of it. |
catweazle |
Posted - 15 May 2013 : 09:21:53 Amendment: Test with V. 4 results in same problem. |