Icons in 9iDS

I've tried just about everything I've read but still cannot get the runtime to display the images for my iconic buttons. Can someone please give me ALL of the EXACT required changes to the various config files ? I would prefer to use the standalone gif files rather than the jar method in my development environment (but I've tried and failed with the jar method so far also).
Calendar90 from the demo uses a gif for an iconic button and it works properly in the runtime on this same machine, but of course the demo configuration differs from the default.
my iDS Home is E:\Ora9iDS_Home
my FMB's and FMX's are in E:\myforms
my ICO's and GIF's are in E:\myforms\images

Thanks. (btw, jar.exe is located in jdk\bin, not in jdk. Also, that should be f90all_jinit.jar, not f90all_jini.jar). I've tried this approach before, and tried it again today without success, until I finally came to the realization that both CASE and file extensions for the gif files are critical. This is no doubt obvious to someone experienced in the environment, but is not at all intuitive otherwise.
Forms Builder of course does not care about case. However, before "jar"ring the gif files, the case of the filename of the actual gif files apparently must match exactly to what was specified in Forms Builder. And if in Form Builder you left off the file extension (which is the preferred approach, because Builder cannot display the GIF files but will find and display an ICO file with the same primary name), make sure that the files that you are "jar"ring end with .gif, not .GIF, otherwise the iconic images will not be displayed at runtime.
In trying to migrate an existing app, the original icon files happened to have uppercase names. I converted them to gif's that also happened to have all uppercase names. However in Form Builder they were specified with lowercase names. I can't begin to tell you how much grief this caused me.
I would suggest that this topic be documented more thoroughly so that others can avoid this trap. Hopefully it will be covered in the forthcoming white paper.

Similar Messages

  • How to put icon in buttons in 9ids

    pl let me know how i can make a button with icon in 9ids. i mean a push button with icon on it. thanks.

    pl let me know how i can make a button with icon in 9ids. i mean a push button with icon on it. thanks.

  • 9iDS forms 9i gif icons won't display

    I have been on metalink and have yet to get a ggod answer on how to make my gif icons appear on my forms in 9iDS Forms 9i. I am on adevelopment machine and have modified my %ORACLE_HOME%\forms90\j2ee\orion-web.xml by addidng the folling lines:
    <virtual-directory virtual-path="/webicons"
    real-path="d:\webicons" />
    Then I modified %ORACLE_HOME%\forms90\java\forms\registry\registry.dat file to read:
    default.icons.iconpath=/webicons/
    default.icons.iconextension=gif
    and I've tried
    default.icons.iconpath=/webicons
    default.icons.iconextension=gif
    and I've tried
    default.icons.iconpath=webicons/
    default.icons.iconextension=gif
    My %ORACLE_HOME%\forms90\server\formsweb.cfg reads:
    imageBase=DocumentBase
    I was told to remove imageBase=DocumentBase from %ORACLE_HOME%\forms90\server\basejini.htm but I only found:
    <PARAM NAME="imageBase" VALUE="%imageBase%">
    imageBase="%imageBase%"
    in that file. But, even commenting on or the other or both did not yield positive results.
    After each modification to the above files I made sure that I closed the browser and stopped and re-started the OC4J Instance before opening the browser.
    Once again, I am doing this on a development computer with all files on that computer and I am NOT deploying any of this to 9iAS.
    What is wrong?
    TIA,
    Ed.

    Ed,
    You're right, there's no reason that you must use the jar file method. For testing, it makes sense to use your images "as is".
    I think I see the problem with your config. You should always do this test to to verify that you can see your icons before running your Form: look at your icon in a browser.
    You said that you modified %ORACLE_HOME%\forms90\j2ee\orion-web.xml and created the following virtual path:
      <virtual-directory virtual-path="/webicons" real-path="d:\webicons" />Restart your OC4J listener, and see if you can see the icon in your browser:
      http://host:port/[color=red]forms90[color]/webicons/someicon.gif
    I bet you can. That's because you edited the orion-web.xml for Forms, which affects everything under the /forms90/ path. That is, host:port/forms90/ is the document root to that orion-web.xml. This is perfectly ok, but in your registry.dat, you need to put in the full thing:
      default.icons.iconpath=/[color=red]forms90[/color]/webiconsIf you want to do it the "normal" way, modify the following:
    %ORACLE_HOME%\j2ee\Oracle9iDS\application-deployments\default\defaultWebApp\orion-web.xml
    This is the xml file for the base web listener. Now you can see the icon in your browser:
      http://host:port/webicons/someicon.gif
    which will let you use the following in your Registry.dat file:
      default.icons.iconpath=/webiconsSee, I told you that you were close!
    Regards,
    Robin Zimmermann
    Forms Product Management

  • 9iDS-icon file problem

    Hi All,
    Customization problem!!! But really interesting...
    Recently we have upgraded/migrated our whole application from des-1.3.2 to des-9i and currently working on the forms hosted through 9iAS.
    The problem is : icons do not show themselves up in the toolbar of the application. I have tried to convert them to tiff, tif, gif, gpeg ...., but failed!
    Has anybody faced this problem ever. If yes, please get back with the tricky solution. What I could gather till now is it must be a setup problem with the configuration setting for OC4J.
    Thanks in advance
    Suprabhat.

    As I said, the Deployment Guide in the Forms area on OTN has all of the instructions. If you've got more than a few icons, then you probably want to use the JAR method to hold all of your icons.
    The default.icons.iconpath variable should hold a URL to the icons (either relative or absolute). It sounds like you are specifying a physical directory which is not what you should do.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Can i use 2 methods to deploy icon files in Oracle IDS?

    Dear all,
    I'm using Oracle 9IDS(Forms) and i'm trying to use 2 methods to deploy icon file:
    -In development phase, i use defaul.icon.path and defaul.icon.extension in registry.dat file and imagebase=documentbase. My icon are well deploy when i run application from form builder.
    -In deployment phase, on the same plateform, i use jar file following these steps:
    1- I store jar file in same directory with all runtime files(fmx, mmx, etc.)
    2- i create a virtual path(/forms90/Tel/) to map with this directory
    3- in formsweb.cfg, i put the following line:
    [myapp]
    imagebase=codebase
    archive_jini=f90all_jinit.jar,/forms90/Tel/images.jar
    When i call my application directly (http://localhost:8889/forms90/f90servlet?config=myapp),
    icons don't appear.
    I would like to know, what's wrong?It's possible to use theses both methods for deploy icons on the same plateform?
    Thank u for your help

    Hi Franck,
    I thank that red correctly the document(how deploy icon on web).But that isn't the matter.I update my formsweb.cfg as you advise me
    [myapp]
    archive_jini=...,/forms90/images.jar
    imagebase=codebase
    Icon don't appear at runtine while other gif files(splashscreen,logo) appear.Notice these others gif files are compressed in the same jar file. Notice also, that when i use default.icon.path parameter in registry.dat file, icons are well deployed.
    It's incomprehensible.
    Thanks you for your help!

  • Removing icons/gifs from client cache

    I created icons for my web forms 9i in gif format. They are showing up nicely. However, when i changed the gif files with newer version of the icons, the old ones are still showing up. I have no copies of the old gifs anywhere on the app server, and have tried viewing the application on multiple clients and have erased temp. internet files and deleted all cookies. However, the old icons are STILL showing up. Any ideas?
    Thanks!
    Steve

    hi steve,
    sorry i m not here to give u solution but i need help from u.
    i think u are able to display the icons at runtime using forms 9ids,
    actually from few days i m trying to dislpay icons at run time but with out any success.
    i had made a simple push button and in its properties i had made the following changes
    iconic=yes
    icon filename=c:\temp\save
    the file save.GIF is saved under c:\temp directory.
    i had tried all the changes in registry.dat,orion file
    through the doc 203846.1 from metalink.
    can u give me sample code step to step for showing a
    pushbutton with icon during run time.
    i want step by step procedure and not the suggested changes.
    it would be nice if u can help on this
    my id is : [email protected]
    thanks,
    Kumar

  • Icons in 9iforms running on web

    Hi,
    I am able to run 9iform in 9IDS with java implementation that is with mod_jserv. I am trying to have a iconic button, here the problem is icon is not coming on button ? where is the place/dir the forms runtime is searching for gifs specified to be shown on buttons of forms. How can we come to know that by default ,where does the forms looks for gif files. It will appreciated if any body can help me in this regard.
    Thanxs
    Jagadeeswar R.R

    hi duncan,
    thanxs for the reply. the registry file u are specifying is ok. well I believe we have to takeQ is what value should i have to give the the entry for
    default.icons.iconpath = vir path eg /web_icons/
    default.icons.iconextension=gif (format of files as icons)
    Q is if i give /web_icons/ as vir dir for iconpath.. where should i declare /web_icons/ vir path is it in form90.conf or some where else.
    I believe in cgi implementation i used to specify iconpath-/web_icons/ and the this vir dir i used to declare in 6iserver.conf. if the deployment of form is on 9ias
    i will be great full it any solution to this problem given.
    thanxs
    Jagadeeswar Reddy

  • Form90 service getting stuck .......in 9iDS

    Hello,
    I installed 9iDS, 9iAS and 9i Database on my laptop.
    I have a forms application in a directory c:\diag.
    I have somefile.fmx file in there. I started oc4j to get HTTP listener and then typed the following in a browser:
    http://mypc.ayushnet.com:8888/forms90/f90servlet?form=C:\diag\somefile.fmx
    It shows "applet started" and "loading..." text on a window in the browser. Then a small window comes with message "9i forms services" which gets stuck. Nothing happens after that. In the 0c4j window I get the message :
    "FormsServlet init():
    configFileName: c:\sanhita\oracle9i_tools/forms90/server/formsweb.cfg
    testMode: false
    ListenerServlet init()
    RunformProcess.connect(): failed !
    Forms session <1> aborted: unable to communicate with runtime process. "
    CAN SOMEONE SUGGEST WHAT IS WRONG ? THERE IS ENOUGH AVAILABLE MEMORY.
    In the forms90 developer window when I click on green light icon for forms to run, same sequence of things happened.
    It seems in 9iDS, .fmx execution will always go through form 9i service.
    SO PLEASE HELP. WHAT SHOULD I DO.
    [email protected]

    Can you check if the Microsoft.EnterpriseManagement.HealthService.Modules.WorkflowFoundation.dll
    is found on your management server (folder where service manager is installed)?
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • How to run form in 9iDS.

    Hi
    I have installed 9iDS R2 on windows 2000. I have build a new form f1.fmb. How can i run this form as web page.
    Please tell me in detail.
    Thanks to all.

    Just press the Run button in the Builder.
    Tariq is right that you should have started OC4J first. You will have an icon for it in the Start Menu.
    You should read the Deployment Guide, it's in the documentation section in the Forms area on OTN:
    http://www.oracle.com/technology/products/forms/index.html
    Regards,
    Robin Zimmermann

  • PSE icons instead of the photo. I need to view photos at a glance. Please help me????

    Please help, this is driving me crazy.  I have downloaded my free PSE #9, it came with my Leica Camera.  I cannot view at a glance any of my photos.  There is only an icon that reads, PSE.  To view any of my photos, I must click select and then preview.  This gets old, and I am doing 4 times the work. I am having to use the dates to guess where my photos might be.  I hate this!  My old Photo Shop #5 didn't do this.  When you went to my pictures, you could see every photo.
    I have tried the right click and open as any program.  What ever program I choose, that is the icon that appears.  No photo. Still no good.
    Please help.
    Thanking anyone in advance,
    Leica

    Hi,
    Are you using Windows Explorer to view the files?
    If so, load Explorer, go to the Tools menu and select Folder Options.
    Click on the View tab and make sure the first option (Always show icons, never thumbnails) is not checked.
    Click on OK and see if that is any better.
    Brian

  • Unable to capture the adf table column sort icons using open script tool

    Hi All,
    I am new to OATS and I am trying to create script for testing ADF application using open script tool. I face issues in recording two events.
    1. I am unable to record the event of clicking adf table column sort icons that exist on the column header. I tried to use the capture tool, but that couldn't help me.
    2. The second issue is I am unable to capture the panel header text. The component can be identified but I was not able to identify the supporting attribute for the header text.

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of it.

    When I login, all of my desktop items are gone, the "Finder" icon is bouncing and a message asking to restore windows is blinking but unresponsive. I can't exit out of it. What do I do? I've tried force quitting, and it doesn't get rid of this message. When I login to my husband's account, this message does not appear.

    Hey sunnyday7!
    Here is an article that can help you address this issue:
    OS X: How to quit an unresponsive application using Force Quit
    http://support.apple.com/kb/ht3411
    Additional Information
    OS X automatically relaunches the Finder when it is quit. If the Finder is unresponsive, use Force Quit to relaunch it. Select Finder in the Force Quit Window or Dock, then click Relaunch.
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I am trying to open Firefox. I have changed from Beta to 3.6, neither came up on my Icon. got to registration which last night was told that it was authenticated now can't get any help. Please no more lists I need person to help me. Can't get Chats

    Firefox will not open. If I click the icon I get a less than oe second flash of Firefox on the bar and then its quickly changes to Finder.
    I have tried many different User names/Passwords that I no longer know which one is used. Please I have spent hours just trying to get connected to Firefox and cannot do it. I need to open Firefox for some documents for my job or I will lose the job. I wrote
    all of this to you last night and was told than I was connected. Today I connected the old proxy and think that I have cleared that up. Should I drop the old Icon in trash, throw it away and start with either 3.6 or beta. I really need some help and will
    of necessity being going out shortly. What shall I do? Help

    Nobody can help you without proper system and version information or other technical details. if the update is botched, then run the cleaner tool and reinstall from scratch.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Mylenium

  • I'm on ff 3.5.5 for Mac. I've been prompted twice to download latest version. Each time I have dragged the ff icon from applications folder to the dock and all seems ok. But next time I start ff it says I'm on 3.5.5 and should update to latest version!

    There was no "update failed" message
    I wonder whether I'm doing the right thing when I drag to the dock. There's only one ff icon in the applications folder. The first time I was prompted to update it showed that days date next to the icon as if the update was successful. The second time was a few days later but I think it was still the same date next to the icon (25/8/10) I've only just noticed that (on 10/9/10) so can't be sure but I'm sure the second time was around 2nd or 3rd of Sept.
    Also, I am running two versions of ff- one is english, the other is the Italian version. They can't be opened at the same time but they seem to talk to eachother in the background, so to speak, because when I open one after a long gap, it opens with all the history and settings of the other one, right up to the last website I went to. I think I closed both when updating because it prompts you to close all programmes and restart (I think/ remember) so I just clicked ok to that prompt.
    By the way, I got the prompt to update twice for ''BOTH'' the Italian and the English version- so 4 times altogether so it would seem that ff does recognise them as separate but still has problems concluding the update for each separate one respectively.
    Thank you very much if you can help.
    Trapperjohn

    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Any way to see ICONS in Open and Close Dialog boxes?

    Is there any way to see ICONS in Open and Close Dialog boxes, instead of just lists of items names?
    I know you can preview one at a time, but I'd love to see all my artwork as picture icons, just as you can in a finder window.
    Windows does this, but not OSX that I know of. Is there a third party app that enables you to see icon view in the Open and Close Dialogs?

    Thank you Steve Jobs. I guess that feature has been added in Leopard. Now there really is nothing that I'll miss from Windoze.

Maybe you are looking for

  • Unable to access java web application index page on Weblogic server 10.3.6

    Hi, I have deployed a Web application on Weblogic server. My war file is very basic with just a index page. I am able to deploy & access its index page properly in OC4J ( applicaton server on soa suite 10g ) and apache tomcat. But when i deployed sam

  • Transferring photos in Photoshop 11

    Have just transferred photos from old to new computer. Photos transferred OK but folder names did not. It would save a lot of work if folder names could be transferred as well. Running Photoshop 11 and Windows 8.1 Any help would be appreciated

  • Wrong home user after log in

    g5 mac pro, 10.5.8. After a failed backup and i login in to my home user, I am in another user space which was deleted in the past. So the password I use to log in with the correct name takes me to an old user with it's preferences such as desktop, i

  • Weird message on Photo syncing

    I've been trying to put photos into my Nano. I always stop because whenever I click the "Sync Photos" box, a message pops up saying something to the effect that if I sync pics from a folder, then those pictures will replace ALL the photos and ALBUMS

  • Two users, two seperate arguments - both receive same jnlp

    Hello, we have an app that users download a jnlp package but pass specific arguments within the jnlp request: <application-desc main-class="com.cbi.tellertools.digitalcapture.DigitalCapture"> <argument><%= codebaseBuffer.toString() %>/SaveDigitalImag