Kbase P25488: Dynamics Web UI: Grey boxes are displayed on menu items inst
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2003 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 2.0A
SYMPTOM(s):
Grey boxes are displayed in Web menu instead of buttons
CAUSE:
The files for the images are not located in the correct place or the configuration of the session is not correct.
FIX:
If you want just have a few own defined buttons and would like to use the same images on GUI and WEB then you should put them in the ry\img directory. But if you want to have a completely different look-and-feel on web and would like to have all different images in the WEB environment then you could do the following:
You can set a session property for the specific session type (in the ICF config file) called image_path and in the values you can specify the image_path replacements. e.g.
<image_path>'ry/img/,../img/'</image_path>
This will replace any ry/img path with ../img/