Bugs item #1711454, was opened at 2007-05-02 15:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1711454&group_id=105970
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: light Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: rowland (rowlandsdms) Assigned to: Nobody/Anonymous (nobody) Summary: localization variables cannot have . (dot) in the name Initial Comment: Having a localization variable with a dot(.) in the name like so: <String Id="FUI_LicenseFileFinder.InfoIcon.ToolTip">Information</String> yields a compile error of the form error LGHT0204 : ICE17: Icon: '!(loc.FUI_LicenseFileFinder.InfoIcon)' for Control: 'Icon' of Dialog: 'FUI_LicenseFilesNotFoundDialog' not found in Binary table Removing the dots from the name (and references) gets rid of the compile error. <String Id="FUI_LicenseFileFinderInfoIconToolTip">Information</String> It would be nice to either support names with dots, or give a better error message. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1711454&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
