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.