SmartGwt Dialog - 禁止 Dialog 解释对话框消息中的 ${loadingImage}

问题描述

我目前有一个自定义对话框

type
  TExampleEnum= (en_Planes= 1,en_Trains,en_Automobiles,en_Boats);
  ExampleGoodRange= en_Trains..en_Automobiles;
  ExampleEnumSetNeeded= en_Boats,en_Automobiles; //in this order


const
  TExampleEnumStrings: array [1 .. ord(high(TExampleEnum))
    ] of string = ('Planes','Trains','Automobiles','Boats');

哪里

final Dialog dialog = new Dialog();

let said message = "这是消息内容 ${loadingImage}",${loadingImage} 将被解释,并且加载微调器将出现在文本中的该位置。

有没有办法禁用口译? 我的目标是在对话框中显示纯文本“这是消息内容 ${loadingImage}”。

任何帮助将不胜感激。谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)