Page 1 of 1

Change the "About" Screen

PostPosted: Mon Mar 25, 2019 1:39 pm
by reversedr
Hi!

I need to change the "About" screen , the screen has the tabs " System", "Log" and "Connection" that i want to hide.

i found this info http://doc.sibvisions.com/applications/replace_about

but i cannot find out where to put the code below

Code: Select all
@Override
public void doAbout(UIActionEvent pEvent) throws Throwable
{
    openContent(this, null, true, "com.sibvisions.apps.demo.DemoAbout", this);
}

need more detailed info about how to do this.

Thank You

Re: Change the "About" Screen

PostPosted: Wed Mar 27, 2019 5:47 pm
by Support@SIB
The docu now contains more details. You have to extend the Application class if not already done.