Button icons does not appear when running forms in development machine
I developed a form and ran it in my PC using the OC4J. Problem is that the buttons in the toolbar comes without the icons. I then tried to do the following.
- Created small GIF from the ICO file, since for web you need GIF (not ICO)
- Put all icons in a seperate directory
- Put the directory name in the registry parameter UI_ICON
- Put the UI_ICON var in the default.env file in the %ORACLE_HOME%/forms90/server directory
Then ran the form. But the icons (i.e. images) does not appear.
Why is this? What else should we do to achive this?