YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Display settings Options · View
akchaitanya
#1 Posted : Wednesday, September 17, 2008 12:09:20 AM
Rank: Newbie
Groups: Member

Joined: 9/16/2008
Posts: 1
Location: India
I am new to this system and working on client system. How to change the default display setting to fullscreen mode on starting a process book.
Sponsor  
 

OSIsoft vCampus is a subscription-based, online offering that consists of providing everything people need to develop applications on the PI System.
We invite you to take a "tour" of the OSIsoft Virtual Campus - also feel free to consult the FAQ  or contact OSIsoft vCampus for more details.
RJK Solutions
#2 Posted : Wednesday, September 17, 2008 9:37:33 AM
Rank: Administration

Groups: Administration

Joined: 6/20/2008
Posts: 612
Location: Cheshire, United Kingdom.
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
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.