Hi akchaitanya,
There is no option on startup to enable FullScreen mode via Procbook.ini so this will need to be a coding enhancement to achieve this, a simple enhancement.
In a display that you want to display in FullScreen mode, add the following to the "Display_Open" routine:
Code:Private Sub Display_Open()
Application.FullScreen = True
End Sub
If you have a framework for your displays or a master display you can capture the Display_Open event for any PI-ProcessBook display that is opened and enable FullScreen mode.
Principal Consultant
Real-Time Data Management @ Wipro Technologies