Bugs item #1664906, was opened at 2007-02-21 07:47 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=1664906&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: candle Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: appel (appel__) Assigned to: Nobody/Anonymous (nobody) Summary: WixVariables not allowed in Control size and location attrib Initial Comment: I've tried to make it possible to change the dimensions of the sidebar bitmap in WixUIExtension by using WixVariables for the Control/@Width, Control/@Height, Control/@X and Control/@Y attributes to allow them to be changed. This does not currently work, candle errors out. Using localization instead does work. [candle] src\ext\uiextension\wixlib\FatalError.wxs(24) : error CNDL0008 : The Control/@X attribute's value, '!(wix.WixUIDialogBitmapWidth)', is not a legal integer value. Legal integer values are from -2,147,483,648 to 2,147,483,647. [candle] src\ext\uiextension\wixlib\FatalError.wxs(24) : error CNDL0008 : The Control/@Width attribute's value, '!(wix.WixUIDialogTextWidth)', is not a legal integer value. Legal integer values are from -2,147,483,648 to 2,147,483,647. [candle] src\ext\uiextension\wixlib\FatalError.wxs(24) : error CNDL0010 : The Control/@Width attribute was not found; it is required. [candle] src\ext\uiextension\wixlib\FatalError.wxs(24) : error CNDL0010 : The Control/@X attribute was not found; it is required. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1664906&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
