VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

Known Issues

  • If the option to Minimize Dialog on Run is selected and the dialog takes a long while to appear, so that it is not created until after the IDE has minimized, the dialog is also created minimized. Do not use this option if this occurs.
  • When a TABLE dialog element is placed on a TAB element, it may not behave correctly. This is due to issues with the Windows common control that is used. A solution is to place the TABLE dialog element on top of a LINE dialog element of exactly the same size. This LINE dialog element will be invisible, since it is hidden by the TABLE. To remove the TABLE when switching tabs, remove the LINE element instead. Because the LINE element acts as a container, the TABLE element is automatically removed at the same time.