This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Change the "About" Screen

General questions regarding the development with ProjX.

Change the "About" Screen

Postby reversedr » Mon Mar 25, 2019 1:39 pm

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
reversedr
 
Posts: 35
Joined: Tue Oct 23, 2018 11:03 am

Re: Change the "About" Screen

Postby Support@SIB » Wed Mar 27, 2019 5:47 pm

The docu now contains more details. You have to extend the Application class if not already done.
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm


Return to Development