简体   繁体   中英

Wix UI - UIText Table Missing

I'm new to Wix and Installer Files so forgive me if this is a simple fix

I'm creating my own custom UI just for getting use to the software and trying out new things.

I've currently created a new Dialog which will have the Feature Tree, however for the item size and location I seem to be getting the error message !!UIText Table Missing!!

This is the same as the Disk Usage dialog, screenshots below;

错误信息

磁盘使用情况

Any idea's as to what I have done wrong?

I can update this question with code if needed

Thanks

Turns out the reason for this is that I was missing a UIRef ID

I inputted the following;

  <UIRef Id ="WixUI_Common"/> 

And that solved the problem!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM