Home AMX User Forum NetLinx Studio

Dual starting page

Hi

I integrated intercom and Matrix modules in my prgm and in my TP project I point main page at start-up.

When I reboot my master, I got the main page few seconds after that, the Intercom demo page and Sources pop-up page appears in same time (two pages overlapped in my display). I have to rebboot the panel to get the good page but even intercom page appears after 3 or 4 seconds.

I looked in modles files but I don't found where the command are send to get those pages.

I want only Main page

Any cue?

Comments

  • There is an online event in the Intercom UI module (AMX_Intercom_UI.axs) that forces a page flip to the main intercom page.
    Look for

    CASE 'DEV_ONLINE-':

    and comment out the page flip

    SEND_COMMAND dvTP,'PAGE-Intercomm Demo'
Sign In or Register to comment.