Gif images for iconic button?anybody met success

I have done everything what is specified in the doc i.e added the lineof code for app.iconpath and referred the same in the HTML FOR cartridge in serverApp param
and also in the cartridge parameters but the result no the buttons just stare balank at me.
Instead i tried to replace the buttons with the 1k,2k size gif images oops! Oracle Developer server can't even take a byte of
image files and the application hangs searching for the file.
Why can anyone who has met with success please tell me how?
Mahesh

I tryed almost everuthing (I'm using WebDB
listener not OAS)
The only sollution worked for me is
in Registry.dat (NOT WINDOWS REGISTRY)
which located in
ORACLE_HOME\FORMS60\JAVA\ORACLE\FORMS\REGISTRY
FOLLOWING SETTINGS
default.icons.iconpath=/dev60temp/
default.icons.iconextension=gif
where /dev60temp/ is virtual directory made
for WebDB listener.
Please let me know if your immage looks Ok.
Mine is shifted to the upper right corner.
Good luck!

Similar Messages

  • Transparency gif image for icon

    Hi all,
    I am trying to do some art work with Microsoft paint. I am trying to draw an icon(a gif image).
    Microsoft paint? Is there any other tool that I can use?
    I have problem with the transparancy color. It keep showing up even I set the color to be RGB(153,153,153) Any idea guys?
    Thanks

    In my experience, if there is a GIF image that already contains transparent pixels, you can show it using "ImageIcon.class" directly without the need to set any RGB color yourself.

  • NO image on iconic button in Forms Builder

    Hello,
    I'm using Oracle Forms [32 Bit] Version 9.0.4.0.19.
    When I open any .fmb file I dont see any image on iconic buttons.
    All my .gif files are in .jar
    Is there any way to fix that?

    The Builder cannot read jar files. Also, only gif, jpg, and ico files are supported for the 9.0.4 and newer Builder. In order to have the Builder find them, you need to set the following environment variables (usually in the Registry):
    UI_ICON=<some path to the images>
    UI_ICON_EXTENSION=<the file format extension - like gif>
    Note that this only applies to seeing the images in the Builder Layout Editor and has nothing to do with a running form.
    Ref.
    Note 251767.1

  • How to make a Colorful Gif Image for Holi

    How to make a colorful Gif Image for Happy Holi 2014

    Okay, I know this doesn't answer your question, but don't get me wrong. A logo is meant to be the way it was designed - upright, no flipping/ swiveling animation. Why exactly do you want to let your logo turn around?
    If its to grab attention, why dont you consider animating the area on which your logo sits (header)? Or maybe add nice transitive slideshows on your main content area to add more interactivity?

  • Deploying Images and Iconic buttons in forms 6i

    Deploying Images and Iconic buttons in forms 6I.
    This feature I am trying to use in Oracle Applications 11i.
    My environment is on HP Unix both database and web server.

    Hellow, i too have problems , to show icons in push buttons, in the browser, maybe you know how to migrate the toolbar to web.
    thanks you
    null

  • Providing image for Standard Buttons on Application Forms

    I've seen some postings on changing the standard buttons used in forms. Does anyone know if this has changed at all in Release 2? I want to put my own image for a button instead of the standard gray button and before doing the workarounds recommended, I want to know if this has been addressed in the new release.
    Thanks.

    I am afraid, the new release does not include changes where you can replace buttons with images.

  • Safari downloads gif images for no reason

    When I visit this site
    www.jsonline.com
    some gif images are automatically downloaded (called p-01-OVlaSjnOLG.gif). Every click results in a download. How do I stop this?
    Safari version 4.0.4, running on OS X 10.5.8. Lots of space on hard drive.

    HI and Welcome to Apple Discussions...
    If you right or control click an image a pop up menu will appear but just clicking on an image shouldn't result in the file automatically downloading.
    Try resetting Safari and emptying the cache.
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem.
    http://support.apple.com/kb/TS1594
    Make sure Safari is not running in Rosetta. Right or control click the Safari icon in your Applications folder then click Get Info. In the Get Info window click the black disclosure triangle so it faces down. Where you see Open using Rosetta... make sure that is NOT selected.
    Carolyn

  • Layout Editor crashes when loading icon for iconic button (11gR2 patch 1)

    Using Forms 11gR2 Patch 1, 64 bit on Solaris 10, the Layout Editor crashes when reading the .GIF file to display an iconic button. (The workaround is not to set UI_ICON and UI_ICON_EXTENSION in the frmbld.sh script. In that case, the Layout Editor displays an empty iconic button, but at least it does not crash.)
    The truss output from frmbld says,
    5078/1:          open("/usr/local/Oracle/Middleware/Oracle_FRHome1/ohs/icons/bomb.gif", O_RDONLY) = 24
    5078/1:          lseek(24, 0, SEEK_END)                    = 308
    5078/1:          lseek(24, 0, SEEK_CUR)                    = 308
    5078/1:          lseek(24, 0, SEEK_SET)                    = 0
    5078/1:          lseek(24, 161, SEEK_SET)               = 161
    5078/1:          fstat(24, 0xFFFFFD7FFFDF9440)               = 0
    5078/1:          fstat(24, 0xFFFFFD7FFFDF9390)               = 0
    5078/1:          ioctl(24, TCGETA, 0xFFFFFD7FFFDF9400)          Err#25 ENOTTY
    5078/1:          read(24, "048F 0C9 IA7B8 X $C0BBDF".., 8192)     = 147
    5078/1:          Incurred fault #6, FLTBOUNDS %pc = 0xFFFFFD7FFDF3FB42
    5078/1:          siginfo: SIGSEGV SEGV_MAPERR addr=0x0000004C
    5078/1:          Received signal #11, SIGSEGV [caught]
    5078/1:          siginfo: SIGSEGV SEGV_MAPERR addr=0x0000004C
    (These are consecutive lines from the truss output, so it would appear that read()'ing from the bomb.gif file -- or any other .GIF file for that matter -- causes the FLTBOUNDS fault.)
    The hs_err_pid*.log file in the Forms home directory says,
    # Problematic frame:
    # C [libuimotif.so.0+0x13fb42] uiimkxu_Support+0x4f42
    (If it matters, Solaris is running in a VMware virtual machine on Windows 7.)
    Did I find a bug?

    Stebalien wrote:Segmentation faults are ALWAYS bugs.
    https://bbs.archlinux.org/viewtopic.php?pid=1381173
    https://bugs.launchpad.net/ubuntu/+sour … ug/1279412
    so, the problem is in fgrlx, but in opensuse it worked fine, mb this happens because I use latest beta driver

  • Associating two Icons (2 gif files) for Icon Source

    Hi,
    Kindly note that I have a requirement where we need to display two Icons from to be displayed side by side on the UI for the tree UI element (TreeNodeType).
    But at present I am able to associate only one .gif file with Icon source. Please let me know if I can associate two .gif files with the same Icon Source Property of the Tree UI (NodeType) UI element.
    Awaiting your kind responses.
    Regards,
    Mahesh

    Hi,
    Bind the Icon source with the String type value attribute.
    And you can change the image at runtime.You can show the one image at one time
    Kind Regards
    Mukesh.

  • Using Images for each button

    I am trying to create a spry menu that has 5 buttons and each button will have 3 different images for each state (something like this http://jjcstudios.com/woof_wallet/ ) I was going to use the insert > navigation bar but I read that this method creates a lot of extra javascript and they recommended using Spry instead. Can anyone point me in a direction to create a clean method of doing java rollovers or modifying the spry menu so it will work as a rollover. thanks john

    John,
    To place the javascript in an external file, grab the code that is producedon the page
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    and place it in a file called menu.js or similar.
    In your page place the following in between the <head></head> tags
    <script src="menu.js" type="text/javascript"></script>
    to link the Javascript.
    If you want to put menu.js in a different folder, make sure you adjust the link accordingly, like "js/menu.js"
    Ben

  • Help Choosing specific image for a button - slider not precise enough!

    I am using an image from my movie as a menu button. The slider is not giving me enough precision to seleect the image I want. It seems to move a few frames at a time. Is there anyway to make the slider more precise as it scrolls through the movie?
    Power Mac G4   Mac OS X (10.3.9)   Dual 867MHz 1.25 GB DDR SDRAM

    I've tried the arrow keys but that moves the cursor either to the very beginning of the movie, to the middle or to the end. I also tried arrow keys with option. control and command keys pressed down.
    There must be a more precise way of locating the still image for the menu button. Perhaps I could go back to final cut, creat a still image and import that as the menu button...but it seems like there must be a simpler solution within iDVD. Help.

  • Shortcut keys for iconic buttons

    Hi.
    I am using iconic buttons in my forms, but it is not accessed through keyboard shortcut keys,
    Plz tell me any suggestion regarding this problem.
    Regards!
    Edited by: user10428735 on Nov 28, 2008 10:14 PM

    How are you setting the Access key to the buttons, are you using "&" in the label or using the Access Key property??
    I have tested in 10g and it works when you set the "Access Key" and not working when using "&" in the label, which I find it logical.
    For the workaround, yes you can set the hidden buttons with Height and Width = to 0 ,. X, Y coordinates to 0 as well and Mouse/Keyboard Navigable property to False.
    Tony

  • Getting images for toolbar buttons

    I am having problem with getting images for my JToolBar buttons. Please where and how can I get the images?

    sun has these:
    http://developer.java.sun.com/developer/techDocs/hi/repository/

  • Using a background image for the buttons in spry menu

    Hi All,
    Going nuts here.
    I'm using the vertical spry menu widget w DW CS3 and trying
    to alter the css style sheet, so that I can use a li class for each
    of the 14 links on this page, with an upstate and a hover state
    only. (the focus, and hover while down will be the same as the
    others, to keep it simple and not too distracting)
    The page is here that I will be replacing the entire
    background image in sidebar1 and sidebar2 with a custom spry menu
    with the 14 li classes for 2 seperate menus:
    http://audibleimagesav.com/blank_doc.html
    Has anyone used a background image in place of just using
    bkgrd colors and borders for the spry menu ?
    I am aware of the attributes that the help docs suggest that
    need to be altered as listed here :
    http://livedocs.adobe.com/en_US/Spry/1.4/help.html?content=WS0BB04E11-1BE3-4a67-BC94-BE7DA 93A0159.html
    I have been working on just an experimental page, that is now
    hacked up, however if you want to see that it is here with only the
    first list item coded:
    http://audibleimagesav.com/site%20theme%20ideas/sprymenu_exp.html
    The spry css menu widget for that page is here:
    http://audibleimagesav.com/SpryAssets/SpryMenuBarVertical.css
    So in short, has anyone done a bkgrd image for the main menu
    (not submenu) in a spry widget?
    Thanks in advance.
    Art
    Art Hansen
    Web Design & Marketing
    http://www.innova-techsolutions.com
    321.750.3852 - Cocoa Beach, Florida, USA

    http://meyerweb.com/eric/css/edge/popups/demo2.html
    Maybe

  • How do I display Canvas Graphic image (Not Iconic button) from jar file

    Hi all,
    I am currently using Forms 10g.
    I have gone through the tutorials on how to add Button Icons into Jar files for web enables forms .....so far so good
    This however does not explain what I actually want to do... since "graphic images are by nature embeded in the for rather than referenced ......so here goes ..
    I have a forms 10g application where all the individual form modules/canvases display a big banner (covering top 20% of the screen). This was done by importing the image straight unto the content canvases. As you know this now becomes a "graphic Image" now embeded(& not referenced by file name) on the canvas. Also bear in mind that this is actually different from an "Image Item" which is a block object.
    I dont know if this is possible, but what steps do i follow to make the image part of a jar file as opposed to my current situation. Please let me know if possible or not so I stop waisting development time looking for answers :)
    Another question is how do i make this jar file a library object so that we can vary the image as we wish
    NB: one other trick which i can think of is to create a giant push button across the screen to display the image and then stick it in a jar file !
    Cheers
    css_jay99

    I don't know about embedded images imported in from the builder, but there is a way to use READ_IMAGE_FILE into a BLOCK.IMAGE_ITEM where the images are all in a jar file stored on the OAS.
    Metalink Note:137397.1 explains it in details.
    Tony

Maybe you are looking for

  • IMac to Apple TV 2nd gen music distortion with screen saver on.

    I have an ATV2, mid 2010 iMac dual core i3, Airport Extreme 3rd generation router. After Wednesday's update to Apple TV to implement the new user interface, I get distorted playback when initiating music playback from iTunes on the iMac as soon as th

  • JDBC to IDOC scenario and database update the idoc number

    Hi SDNers, I am willing to pull data from a database table to generate IDOC in SAP and want to update the  DATABASE with IDOC number in a single scenario. Kindly suggest ? REGARDS!! SSR

  • Application stuck transferring to child primary distribution point

    I have a single application (not a package) which is refusing to distribute to one of the child primary site servers.  Bit of background: The server was built a few days ago and all packages were prestaged and loaded onto the server successfully exce

  • Any BADI with IDOC(Vendor mst) control parameters????

    Hi All, I wish to know if there is any BADi called during IDOC processing(OILCRE04-Vendor Master) and has the IDOC control parameters in its methods. [b<u>]Scenario</u></b> I use IDOC OILCRE04(vendor Msster). It has a Z-segment for updating a Z-table

  • Windows server 2003 R2 SPLWOW64.exe crashing

    Hi All, I Hope you can help, I am running windows 2003R2 at one of my client sites, They run with an Oracle 10g database, Application server and reports server. They also use a 3rd party software for label printing called Loftware or LPS, For some un