Changing title of procedure editor

Wouter

New Member
Hi all

i have the following problem, i hope someone can help me :-)

i want to change the title bar of my procedure editor.
I would like to indicate whether i work in a local environment, whether i work in the server environment.

When you start the procedure editor , you will see at the moment:

"Procedure editor - Untitled" .
Can anybody tell me how i can get for instance:
"Procedure editor - Unitled - Local"?

I've read a another posting, over there someone says that you'll need to put your code into the program : _adeevnt.p in the adecomm directory...
Can you someone tells me which code it has to be?


Tnkx

and best regards
 
Hi Wouter,

Maybe you can try to change _pwgetun.p this procedure is used to generate the name for an untitled procedure editor. e.g Untitled 1, Unititled 2 etc.
You can extract it from DLC/src/adecomm.pl
This will only work if you work with different propaths for local and server development).


Casper.
 
You can also use the Posse-Source to search for the Title in the Files.

I have installed the KSV-Editor from bilklodd.
This is a override for the original editor-files of progress.
(also written in progress)
In this Editor are some features also a setting in an INI File for the Title of the Procedure-editor.

Have Fun.. :biggrin:

WolfStone
 
Hi Wouter,

Maybe you can try to change _pwgetun.p this procedure is used to generate the name for an untitled procedure editor. e.g Untitled 1, Unititled 2 etc.
You can extract it from DLC/src/adecomm.pl
This will only work if you work with different propaths for local and server development).


Casper.

Sorry to bring this old post up but what do you mean by different propaths for local and server development ?

I have put my src path where i inflated the adecomm sources in the propath beginning and have also modified the _pwgetun.p program but i cant see the modifications in the title .
What can be my mistake(s) ?
 
Back
Top