Consultor Eletrônico



Kbase P42744: It is impossible to create in AppBuilder a SMALL-TITLE windo
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/09/2003
Status: Unverified

SYMPTOM(s):

It is impossible to create in AppBuilder a SMALL-TITLE window that has got the close button.

As soon as you check the SMALL-TITLE attribute in AppBuilder, the CONTROL-BOX attribute is unchecked.

CAUSE:

The exact cause is unknown at the time of this writing.

FIX:

There is a workaround for this:

0) Define your window as SMALL-TITLE in AppBuilder and save the file.
1) Open .w file generated by AppBuilder with a text editor.
2) Look for the create-window section. You will find CONTROL-BOX = NO
3) Change it in CONTROL-BOX = YES
4) AppBuilder seems to handle the modified files without any problem. Also the property sheet of the window reports correctly the attributes of the window (CONTROL-BOX, SMALL-TITLE = yes)