Bugs item #1711440, was opened at 2007-05-02 12:01
Message generated for change (Comment added) made by pmarcu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1711440&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: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: rowland (rowlandsdms)
Assigned to: pmarcu (pmarcu)
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.


----------------------------------------------------------------------

>Comment By: pmarcu (pmarcu)
Date: 2007-10-18 20:28

Message:
Logged In: YES 
user_id=1612676
Originator: NO

Should be in the next build.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1711440&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to