Dev9i AS Icons Disappear At Runtime [message #451497] |
Thu, 15 April 2010 02:43 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
Hi, anyone can help me??
I develop a form using Devloper9i AS, oracle 9i, Winxp
The problem is: I used icon button at design view ".fmb" but at run time this icon disappears in the file ".fmx"
After reading some topics covered this problem in this forum; The following steps are executed:
1-In regedit I put UI_ICON = c:\icon --where my gif icon file is located
2-At command prompts i type: C:\>jar -cvf icons.jar c:\icons
Then "ICONS.JAR" file is created on D:\Dev9i\jdk\bin
3- I Copy the file "ICONS.JAR" and past into D:\Dev9i\forms90\java
4- I modify the "FORMSWEB.CFG" as follow:
archive_jini=icons.jar,f90all_jinit.jar;
imageBase=codeBase
4- In "Registry.dat" I added the flowing line:
default.icons.iconpath= c:\icons
5- I modify the "orion-web.xml" .as follow:
<virtual-directory virtual-path="/html"
real-path="D:\Dev9i/tools/web90/html" />
is modified to :
<virtual-directory virtual-path="/ICONS"
real-path="C:\ICONS" />
6- In the property palette for the icon item and in the Icon Filename I put just the icon name
called "w_prev" Without any extension , any path...
In the end the problem is not resolved; anyone tell me what I'm doing wrong please?
|
|
|
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #451680 is a reply to message #451636] |
Fri, 16 April 2010 02:00 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi Mr thank u again for your reply
i review the topic referenced by the link sent in your post.
in addition to the last executed steps, i follow them by these steps:
UI_ICON_EXTENSION=gif -- in regedit
FORMS_PATH= .......;C:\ICONS -- default.env
default.icons.iconextention= gif --registry
and i restart my computer but still the icon disapear now from the fmb and fmx file.
[Updated on: Fri, 16 April 2010 02:02] Report message to a moderator
|
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #452735 is a reply to message #451497] |
Fri, 23 April 2010 12:03 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi Mr thank u again, i appreciate a lot your interesting about my problem.
i tried to place the icons gif file in the directory that holds my forms.
in regedit i search for "FORMS90_PATH" and i added the following path:.....;D:\Dev9i\forms90\Meteo_Projet --where i put all my fmb file and gif icon files
In the property palette for the icon item specificaly in the Icon Filename: I put just the icon name called "w_prev" Without any extension , any path...
still the icon disappear from the fmb file and fmx file at runtime
anything else i must do???
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #453796 is a reply to message #451497] |
Sat, 01 May 2010 08:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi Mr
i re executed the information u have sent.
recall; the executed steps are :
1- In regedit I put:
UI_ICON = C:\icons --where my gif icon file is located
UI_ICON_EXTENSION=gif -- in regedit
2-At command prompts i type the jar command found in: D:\Dev9i\jdk\bin
C:\>jar -cvf icons.jar c:\icons --" Then "icons.jar" file is created in D:\Dev9i\jdk\bin.
3- I Copy the file "icons.jar" and past into D:\Dev9i\forms90\java
4- I modify the "FORMSWEB.CFG" as follow:
archive_jini=icons.jar,f90all_jinit.jar;
imageBase=codeBase
5- In "Registry.dat" I added the flowing lines:
default.icons.iconpath= icons/
default.icons.iconextention= gif
6- In the "orion-web.xml" where the following block is located.
<virtual-directory virtual-path="/java"
real-path="D:\Dev9i/forms90/java" />
<virtual-directory virtual-path="/jinitiator"
real-path="D:\Dev9i/jinit" />
<virtual-directory virtual-path="/html"
real-path="D:\Dev9i/tools/web90/html" />
I Added : the following row:
<virtual-directory virtual-path="/icons"
real-path="C:\icons" />
7- I modify the "default.env" .as follow:
FORMS90_PATH=D:\Dev9i/forms90;C:\icons
8 Edite the file "D:\Dev9i\forms90\server \forms90.conf" and added
# Virtual path for forms image path (used to display gifs)
AliasMatch ^/forms/icons/(..*) "C:\icons/$1"
9- In the property palette for the icon item and in the Icon Filename I put just the icon name
called "w_prev" for example; Without any extension , any path...
still the icon not displayed from the fmb and fmx file.
Note: somtime if i type a specific icon's name In the property palette like "delete" for example it is displayed in fmb file but disappear at run time from fmx file, since this icon is not found in my icon's directory, also when i search for this icon file(called:"delete") start--->search-->... ; i dont find it.
so i dont know from where Oracle Forms Builder read or take this icon file
[Updated on: Sat, 01 May 2010 08:59] Report message to a moderator
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #454284 is a reply to message #453953] |
Tue, 04 May 2010 23:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi Mr, sry about my repeated topic, i intended just to precise all the steps executed bcz my problem is not solved.
i placed the icons in my forms directory which tagged in the forms90_path "D:\Dev9i\forms90\Meteo_Projet" and i restart my computer still the icons not displayed in "fmb" file nor in "fmx" file
|
|
|
|
|
|
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #455789 is a reply to message #455064] |
Thu, 13 May 2010 00:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
yes Mr
still the icons are not displayed in fmb and fmx file.
and i modfiy the orion_web as follow
<virtual-directory virtual-path="/Meteo_Projet"
real-path="D:\Dev9i\forms90\Meteo_Projet" />
--where my gif icons are located (Meteo_Projet)
in addition i dodify the UI_ICON as follow
UI_ICON = D:\Dev9i\forms90\Meteo_Projet
[Updated on: Thu, 13 May 2010 01:15] Report message to a moderator
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #455804 is a reply to message #455797] |
Thu, 13 May 2010 01:57 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
i re modified the orion web as follow:
<virtual-directory virtual-path="Meteo_Projet"
real-path="D:\Dev9i\forms90\Meteo_Projet" />
i re modified the registery nas follow:
default.icons.iconpath= D:\Dev9i\forms90\Meteo_Projet
default.icons.iconextension=gif
is that what u intended Mr?
|
|
|
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #455859 is a reply to message #455828] |
Thu, 13 May 2010 03:54 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mahajneh
Messages: 16 Registered: May 2010
|
Junior Member |
|
|
hello meteo,
follow these steps, i tried them and it works surely
regards
1- In ORACLE-HOME\forms90\java\oracle\forms\registry
(Registry.dat) file must have the following configuration:
default.icons.iconpath=http://SERVER_NAME:8889/forms90/ICONS/
default.icons.iconextension=gif
2- In ORACLE-HOME\j2ee\DevSuite\application-deployments\forms\forms90web
(orion-web.xml) file must have the following configuration before the line where the session is exist :
<virtual-directory virtual-path="/ICONS" real-path="D:\ORACLE/AIMS/ICONS" />
3- In D:\HOME1\forms90\server
(formsweb.cfg) must have the following configuration:
[XXX]
IE=JInitiator
form=MMMMMM
width=100%
height=100%
separateFrame=True
splashscreen=no
archive_jini=f90all_jinit.jar
archive=f90all.jar
imageBase=CODEBASE
pageTitle=MMMMMMMMMMM
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: base HTML file for use with Microsoft Internet Explorer
# (when using the native JVM)
baseHTMLie=baseie.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
AliasMatch ^/forms90/icons/(..*) "D:\ORACLE/AIMS/ICONS/$1"
3- In Registry Oracle Home UI_ICON must have the following value:
D:\ORACLE\AIMS\ICONS
|
|
|
|
|
|
|
|
|
Re: Dev9i AS Icons Disappear At Runtime [message #458409 is a reply to message #457203] |
Sat, 29 May 2010 11:58 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
meteo
Messages: 89 Registered: April 2010 Location: beirut
|
Member |
|
|
hi Mr
My technical environment is
Winxp, dev9i AS vers9.0.2, Jinit vers1.3.1.9, OracleDB9i.
icon are not displayed in my "fmb" and "fmx" file!!
i made the following modification
UI_ICON = D:\Dev9i\forms90\Meteo_Projet
<virtual-directory virtual-path="/Meteo_Projet"
real-path="D:\Dev9i\forms90\Meteo_Projet" />
default.icons.iconpath= Meteo_Projet/
default.icons.iconextension=gif
still my problem is not solved!!! anything else i must do??
thank you.
|
|
|