Trend self-resetting the scale

Good morning,

when i use the ZOOM button to see a small part of the trend with the processa analyst, after few seconds the view get back at the beginning view loaded from the PAV file.

This issue happen when i use the function ProcessAnalystPopup().

Do you have any idea of why this happen and how can i fix?

Thank you

Parents
  • Hi,
    yesterday after investigated i found that this happen only when i use the function ProcessAnalystPopup("PAGE","PAV","AN","Mode).
    I think is like a bug in the function. The issue happen without any command or mouse movement.
    For fix i've replace the single function with:

    FUNCTION LoadPavPopup (STRING PAVFile)

    ProcessAnalystPopup("","")
    ProcessAnalystLoadFile("PAVFile","","","AN19")

    END

    With this small function that i have created everything work fine.

    Ciao
Reply
  • Hi,
    yesterday after investigated i found that this happen only when i use the function ProcessAnalystPopup("PAGE","PAV","AN","Mode).
    I think is like a bug in the function. The issue happen without any command or mouse movement.
    For fix i've replace the single function with:

    FUNCTION LoadPavPopup (STRING PAVFile)

    ProcessAnalystPopup("","")
    ProcessAnalystLoadFile("PAVFile","","","AN19")

    END

    With this small function that i have created everything work fine.

    Ciao
Children
No Data