Bugs item #1503141, was opened at 2006-06-08 13:34 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1503141&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 Submitted By: Derek (derekc) Assigned to: Derek (derekc) Summary: Remove the fake localizednumber column type Initial Comment: The localizednumber column type is an unreal wix concept for describing a localizable number column. However, the same effect can now be achieved with a number column and the localizable="yes" attribute. This would be the preferred solution given that it doesn't use a fake column type which may be confusing for some people. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-06-11 17:01 Message: Logged In: YES user_id=518766 Extension developers - please take note - due to this change you may need to change column types from "localizednumber" to "number" with the localizable="yes" attribute set in your table definitions. You'll know if you need to make this change because you're extension won't compile. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1503141&group_id=105970 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
