Schultz’s PowerBuilder Notes

PFC Window Save Process

June 16, 2008 Posted by rick130 | 3. PFC, Window Services | , , , , | No Comments Yet

PFC Preference Service

The preference service provides the ability to save and restore window state information using
an INI file or the Windows registry. It includes the following features:

  • Choose which settings to save and restore including:
  • Menu items
  • Toolbar information including title, item order, space, visible
  • Window properties, including position and size

June 16, 2008 Posted by rick130 | 3. PFC, Window Services | , , , , , | No Comments Yet

PFC Sheet Management (n_cst_winsrv_sheetmanager)

The sheet management service provides support for management of multiple sheets.
It includes the following features:

Read more »

June 16, 2008 Posted by rick130 | 3. PFC, Window Services | , , , , | No Comments Yet

PFC Window Resize Service

The resize service provides support for resizing controls when the window or tab control
is resized. It includes the following features:

– Determine the four extreme points of all controls within a window
– Choose which controls are eligible for automatic moving and/or resizing
– Move or resize controls
– Choose the minimum window size where automatic resizing should stop

Read more »

June 12, 2008 Posted by rick130 | 3. PFC, Window Services | , , , , , , , , , , , , | 2 Comments

PFC Window Basic Service

How do I center a window into the center of the screen?

This should be done for most response and pop up windows:

of_SetBase(true)
This.inv_base.of_Center()

June 12, 2008 Posted by rick130 | 3. PFC, Window Services | , , , | No Comments Yet