icons not visible in 10g DS [message #215285] |
Sat, 20 January 2007 09:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
msaleem
Messages: 44 Registered: November 2006 Location: Pakistan
|
Member |
![meelasam](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi Friends
I'm new to 10g developer suite, I designed an application in 6i. Now I compiled this application in 10g DS but there is an error of global variables and also icons are not visible. It displays in designer but not at runtime in browser. Please help, Thanks in advance
|
|
|
|
|
|
|
|
|
|
Re: icons not visible in 10g DS [message #257378 is a reply to message #215758] |
Wed, 08 August 2007 04:02 ![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) |
atulwagh
Messages: 18 Registered: June 2007 Location: Mumbai
|
Junior Member |
|
|
I have put icons in forms directory which is default documentbase
in button properties i have done following setting
iconic=yes
icon filename=wzclose (icon name it's a gif file)
By default icons r searched in forms directory or relative to that, but it is not working
plz provide any suggestion....
|
|
|
|
|
Re: icons not visible in 10g DS [message #257672 is a reply to message #257645] |
Thu, 09 August 2007 00:16 ![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) |
atulwagh
Messages: 18 Registered: June 2007 Location: Mumbai
|
Junior Member |
|
|
forms_path is by default set but i checked it.It is correct and my all forms r resided in that directory.
In forms directory i created icons directory and put all the icons in that.By default icons r searched from forms directory as it is documentbase
I think above settings that i have done r right????????????
but still not working any other setting i have to do...
|
|
|
|
Re: icons not visible in 10g DS [message #258113 is a reply to message #257697] |
Fri, 10 August 2007 05:14 ![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) |
atulwagh
Messages: 18 Registered: June 2007 Location: Mumbai
|
Junior Member |
|
|
documentbase and codebase settings r done in formsweb.cfg
documentbase=forms directory (by default)
codebase=forms/java(by default)
i tell u what i am doing?????????
I created one simple form with one single button
in button property i done following settings
iconic=yes
icon filename=game (without extension)
i compiled form and then copied fmx along with gif icon in forms
directory
then i called the form through explorer
I am calling this from my system(clint) itself not uploading on server
I think this is sufficient to work the form on client machine
but bot working even i tried UI_ICON setting in regedit
Any more settings i have to do so that it can run on client machine...
|
|
|
Re: icons not visible in 10g DS [message #258478 is a reply to message #215285] |
Sun, 12 August 2007 09:47 ![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) |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
ok.... this is a very good question. I have done this very very long time ago... so please excuse if the folder/file/link names are not exact.
If you are using Forms from 10g IDS... UI_ICON is NOT going to help. It does not function here.
These are the things you need to take care of...
1) ALL your ICONS should be in GIF (image) format. The image size does matter so if you have a button that is 18 x 18, the gif image should also be of 18x18 or less.
2) Unlike 6/6i, the name of the icon/image file in 10G IS case sensitive. so if you have given the name in the button property as "CLOSE" or "Close", change it to "close".
Now to the procedure...
1) Make a collection of all your gif icon files and zip it. If you are using WinRAR, keep the extension of the file as JAR. If you are using WINzip or Windows Compression, compress the file first and then change its extention to JAR.
2) Copy this file to the FORMS/JAVA folder of your IDS home.
3) Now we will have to make some changes in your IDS Forms Settings.
IF you have access to the Forms settings, go to the default settings. Add the icon.jar file to the "initial files"
This section you may have to do some trial and error testing.
The gist is this... you have to have a JAR file and you have set the Initial files variable to include this JAR file as well.
Hope this helps... when i get more precise info i will post it here.
Hemangi
|
|
|
Re: icons not visible in 10g DS [message #259586 is a reply to message #258478] |
Thu, 16 August 2007 00:59 ![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) |
atulwagh
Messages: 18 Registered: June 2007 Location: Mumbai
|
Junior Member |
|
|
Thank u very much.......poblem is solved
The problem was with gif images they were not in 89a format.
So can u tell me how to convert these icons to 89a.Bcoz i have to use these inons only..........
thnx again............
|
|
|
|
|
Re: icons not visible in 10g DS [message #303874 is a reply to message #215549] |
Mon, 03 March 2008 01: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) |
mksenthil
Messages: 15 Registered: February 2008 Location: chennai
|
Junior Member |
|
|
djmartin wrote on Tue, 23 January 2007 06:25 | The following instructions are part of my 9i DS implementation instructions. You will have to modify the names to suite your installation.
Quote: | 1) Find C:\oracle\ora9i\forms90\java\oracle\forms\registry\Registry.dat, make it read-write, then edit it.
Change line 89
default.icons.iconpath=
to
default.icons.iconpath=icons/
Save the file and back it up.
2) Find C:\oracle\ora9i\j2ee\Oracle9iDS\application-deployments\forms\forms90web\orion-web.xml and edit it.
Duplicate one of the 'virtual-directory virtual-path' lines and make it read as below:
<virtual-directory virtual-path="/icons" real-path="R:\Casetrack\application\icons\gif" />
Save the file and back it up.
|
Verify your placement of the '/' on the two references to 'icons'.
David
|
hi,
i have done all the things what u was mentioned in the above quote's.
I have stored all the icons in "D:\DevSuiteHome_1\reports\plugins\resource\icons" path so i gave this path in the second step what u have mentioned.
The icons are in .ico .gif formats.i used .ico format icon in the button it was displayed in the design stage but at runtime it not so.....
and if i am using .gif format both runtime and design time not displayed..
please help me...
thank u
senthil
|
|
|
|
Re: icons not visible in 10g DS [message #439023 is a reply to message #304041] |
Wed, 13 January 2010 11:42 ![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) |
gonzpard
Messages: 10 Registered: January 2010 Location: Lima
|
Junior Member |
|
|
I had tried many thing by reading many posts including those you recomend Martin, and I can´t make my icons appear in web. Look, what I have done:
--------------------------------------------------
Registry.dat:
default.icons.iconpath=icons/
default.icons.iconextension=gif
--------------------------------------------------
D:\DevSuiteHome_2\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml:
<virtual-directory virtual-path="/icons" real-path="C:\FORMS\WORKPLAN_1\PIC" />
--------------------------------------------------
default.env:
FORMS_PATH=C:\FORMS\WORKPLAN_1\LIB;C:\FORMS\WORKPLAN_1\FMX;C:\FORMS\WORKPLAN_1\PIC
--------------------------------------------------
formsweb.cfg:
imageBase=CodeBase (I have also tried with DocumentBase)
archive_jini=frmall_jinit.jar,PIC.jar
(PIC.jar have all the .gif images that are in the file C:\FORMS\WORKPLAN_1\PIC)
--------------------------------------------------
forms.conf:
AliasMatch ^/forms/icons/(..*) "C:\FORMS\WORKPLAN_1\PIC"
--------------------------------------------------
Run>regedit (Oracle Register)
FORMS_PATH=C:\FORMS\WORKPLAN_1\LIB;C:\FORMS\WORKPLAN_1\FMX;C:\FORMS\WORKPLAN_1\PIC
UI_ICON=C:\FORMS\WORKPLAN_1\PIC
Now i dont´t know what is missing, the icons don´t appear. I will appreciate a lot your help.
Thanks in advance, and I respect a lot your concern is this posts.
Augusto Gonzales
[Updated on: Wed, 13 January 2010 13:20] Report message to a moderator
|
|
|
|
|
|
Re: icons not visible in 10g DS [message #565210 is a reply to message #487466] |
Fri, 31 August 2012 10:37 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
ashora
Messages: 22 Registered: November 2010
|
Junior Member |
|
|
Hi,
After following above steps I have managed to show a icon at design stage and run time but only one icon is getting displayed, rest still are coming blank at both levels, if possible kindly help me out on same.
Win 7
Forms [32 Bit] Version 10.1.2.0.2 (Production).
Regards.
|
|
|