CUBA Help menu

Hello,
When I launch the application and go to Help -> About, it shows me # of sessions, etc… Is it possible to change this text?
Thanks.

You can easily replace the standard About window, but according to the current licensing, you have to place the special frame with the information about CUBA license somewhere.
I’ve attached a demo project that contains a customized About window. To reproduce it in your project, do the following:

  • Create a new screen and give it the “aboutWindow” ID. Then it will replace the one provided with the platform.
  • Define the window layout, and place the “licenseFrame” frame somewhere on it:
<frame id="license" height="100%" screen="licenseFrame"/>

about-demo.zip (14.0K)