04-12-2006 10:45 AM - edited 04-12-2006 10:45 AM
Message Edited by Roberto Bozzolo on 04-12-2006 05:52 PM
04-12-2006 02:54 PM
04-12-2006 04:54 PM
04-13-2006 02:47 AM
Another question: can different UIR files be associated with one only LWL file? That is: may I merge two different LWL file (which are plain text files) and load panels from different UIR files using this merged LWL?
LoadLocalizedPanel (0, "file1.UIR", PANEL1, "english.lwl", &panel1H);
LoadLocalizedPanel (0, "file2.UIR", PANEL2, "english.lwl", &panel2H);
04-13-2006 05:46 AM
04-13-2006 02:47 PM
04-13-2006 02:54 PM
04-13-2006 02:55 PM
04-14-2006 01:54 AM
Luis, thanks for your help: I modified the decoration and the localizer is working now. I guess I should have detected it by myself: I remember I red something about decorations giving problems with the localizer but I forgot it when facing with the actual problem...
Regarding merging the lwl files, remember that originally I had one UIR only, and I splitted it into 3 files only to detect which were the faulty panel: there were no panels with duplicated names and this is probably the reason why merging has worked: I produced a file as if the UIR were the original single one (infact, my intention is to come back againg to one UIR only).
One last question: in case I need to modify some control on the panels or I want to change some translated text, there is a way to reload the uir AND the original LWL file and change only the modified control? Or should I create an UIR with only the modified panel, translate it and manually merge the modified labels into the big LWL file?
04-14-2006 12:16 PM