3

I use a ini file to setup fonts and colors (instead of the registry). I have linked the ini file like this:

Properties->ProgressOpenEdge->Startup parameters->
"-basekey ini -ininame C:\somepath\ini\progress11.ini"

If I make a small run file (and press run) the ini file is correctly loaded:

run start.w

But if I press run on the start file the ini file is not loaded (getting font errors). How to setup eclipse to load the ini file correct?

Edit: Had to have 2 more reputation to show images.

LeoD3
  • 195
  • 10

1 Answers1

1

On the "run" button there's a "downarrow". Click on that, and then click on "run configurations" - that'll enable you to set the startup parameters for the run button.

enter image description here

Jensd
  • 7,886
  • 2
  • 28
  • 37
Tim Kuehn
  • 3,201
  • 1
  • 17
  • 23