Re: Unable to see ICONS on WebForms
Date: Thu, 01 Mar 2001 03:16:32 +0000
Message-ID: <3A9DBF10.CF148C9B_at_transport.qld.gov.au>
In the file $ORACLE_HOME/forms60/java/oracle/forms/registry/Registry.dat you need the following lines:
default.icons.iconpath=/icons/
default.icons.iconextension=gif
also, in your web server, you need to define an virtual directory for /icons/
e.g.:
/icons/ /usr/local/icons
try also setting the following environment variables when you start the forms server. (these are set by the form60_server script so you might need to check this file to make sure that they are pointing to the right location)
TK60_ICON=$ORACLE_HOME/tools/devdem60/bin/icon
UI_ICON=$TK60_ICON
FORMS60_MAPPING=http://your.url/icons/
santosh wrote:
> I give up.
> I have tried hard over the days to find a clue about what was going
> wrong.
>
> I am developing forms using Forms6i on Unix server.
> I have WebEnabled them using Oracle Application Server, JInitiator and
> Forms Server.
> I have successfully configured the virual directories to physical
> locations abd
> have been able to call the forms from a url. So far so good.
>
> I have stored my Icon files as .GIF files in my base directory, HTML and
> FORMS
> directory where I store all the respectively all the html and fmx files.
>
> But I am unable to view the same on my ToolBar buttons on the web form.
> I have tried hardcoding the path and using extensions in button
> property.
> I have also set up the UI_ICON path in F60CTL file which is used to
> start and stop
> the forms listener but in vain.
>
> Could anybody over there give me any idea about whats happening?
>
> Thanks in advance and regards,
> Santosh.
Received on Thu Mar 01 2001 - 04:16:32 CET
