Consultor Eletrônico



Kbase P122466: Frames wrong resized after changing pages on a smartfolder
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/5/2007
Status: Unverified

SYMPTOM(s):

Frames wrong resized after changing pages on a smartfolder

Frame-name processor used to associate with another frame than the default one created by application builder.

CAUSE:

This is a know issue.

FIX:

To fix the frame resizing do the follow steps:
1 - Create another directory named ADM2 and put in front gui directory in the PROPATH
2 - Move the file containr.p (from src/adm2) to this directory
3 - Edit the file and locate the internal procedure changePage
4 - locate the call for the procedure resizeWindow.
RUN resizeWindow IN TARGET-PROCEDURE NO-ERROR.
5 - Comment the statement so the resizeWindow call will no longer happens
6 - Compile the containr.p
7 - Restart your progress session and make sure the custom containr.p is the first found in the PROPATH.