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

Similar Messages

  • How to remove an object from Buffer Cache

    Hi,
    I have a simple question. How can I remove an object from the Buffer Cache in Oracle 10gR2 ?
    I am doing some tuning tasks in a shared development database, so I can't do "alter system flush shared_pool" because it will affect other people who are running their queries. So I want to remove from Buffer Cache only the objects that I know that I am the only reader. I can see the objects that I want to be removed by querying the V$BH view.
    By the way, I did some "alter system flush shared_pool" and my objects were not removed from the Buffer Cache, and they are not in the "Keep".
    Thanks In Advance,
    Christiano

    Further more, you can use CACHE | NOCACHE on table level to indicate how you want Oracle handle the data blocks of said table.
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2215507
    CACHE | NOCACHE | CACHE READS
    Use the CACHE clauses to indicate how Oracle Database should store blocks in the buffer cache. If you specify neither CACHE nor NOCACHE, then:
    In a CREATE TABLE statement, NOCACHE is the default
    In an ALTER TABLE statement, the existing value is not changed.
    CACHE For data that is accessed frequently, this clause indicates that the blocks retrieved for this table are placed at the most recently used end of the least recently used (LRU) list in the buffer cache when a full table scan is performed. This attribute is useful for small lookup tables.
    As a parameter in the LOB_storage_clause, CACHE specifies that the database places LOB data values in the buffer cache for faster access.
    Restriction on CACHE You cannot specify CACHE for an index-organized table. However, index-organized tables implicitly provide CACHE behavior.
    NOCACHE For data that is not accessed frequently, this clause indicates that the blocks retrieved for this table are placed at the least recently used end of the LRU list in the buffer cache when a full table scan is performed. NOCACHE is the default for LOB storage.
    As a parameter in the LOB_storage_clause, NOCACHE specifies that the LOB value either is not brought into the buffer cache or is brought into the buffer cache and placed at the least recently used end of the LRU list. The latter is the default behavior.
    Restriction on NOCACHE You cannot specify NOCACHE for an index-organized table.
    CACHE READS CACHE READS applies only to LOB storage. It specifies that LOB values are brought into the buffer cache only during read operations but not during write operations.

  • Want to rebuild mailbox from client cache...how?

    My System:
    Xserve G5, 5GB RAM, 2 x 2Ghz Dual core xeons, Mac Os x Server 10.5.1 (build 9B18).
    The Issue:
    One of my users reported that he can't log in, For no apparent reason, the directory administrator was denied access to change the password, SO I deleted the user, re-created the same user with the same secondary mail partition (i am using a separate drive for the mail store location, the mail db as well as a secondary partition) All mail is stored on the secondary partition (/Volumes/mail/secondarypartition).
    Now when the re-created user logged in, he couldn't see any of his previous mail. His mail store location was also wiped clean. He does have a cache on the lab machine. I have to reconstruct his old mailbox from his local cache on the lab machine... could any one guide me as to how I go about this?

    I have a crude but effective solution after poking around at the contents of the mail cache. First of all make a backup of the IMAP folder (~/Library/Mail/IMAP-user@domain).
    Then (with Mail off, although I don't think it makes any difference),copy the entire IMAP cache folder to the ~/Library/Mail/Mailboxes folder which is the local mailbox store.
    Then you need to rename all of the imapmbox folder to become plain old mbox folders. Pick your method as you see fit. I just did a:
    find . | grep imapmbox$ > fixnames.sh
    And then a couple of cleanup routines to produce the rename commands.
    Once you have that, you can start Mail up and you'll see a new local folder containing your old IMAP hierarchy. But we're not there yet. You now need to go folder by folder and choose Mailbox > Rebuild on each one.
    I did poke around in the Applescript dictionary but it would appear that's not a command exposed to the Applescript API (which is too bad since I have a lot of folders here...).
    The last step would be copying all of that back up to the IMAP server.
    Best of luck!

  • How to remove 'My Printer' from XP 'System Tray' ?

    Installed MG3100 series Printer, and 'My Printer' appeared in the System Tray.
    Still want to use the printer, it works fine, but would like to remove icon link from the tray (scrnshot below).
    Possible ?

    Hello akm.
    For assistance with this particular adjustment, please contact our support group using the "Contact Us" link below for additional assistance.
    This didn't answer your question or issue? Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • When CSS wholly remove connection from internal cache

    Hi,
    I use RPC over TCP between client and server through CSS 11500.
    I have a question about when CSS remove this RPC connection from internal cache/connection table ?
    and does CSS generate and send back RST if same connection come in CSS after removing ?
    I do not change flow-timeout-multiplier parameter, so RPC's timeout value (Inactivity Timeout) is 16 sec.
    I understand CSS marked the connection as idle after 16 sec elapsed in this case.
    And, however CSS does not delete it from internal cache/connection table.
    Does it mean that this idle connection went in a list of resource that can be reused when same connection
    come in ?
    That is, the connection which marked as idle does not need 3 way handshake again to get create connection/flow
    entry because connection information remains on CSS in spite of the state is idle.
    Is it correct ?
    So when idle connection is wholly removed from internal cache/connection table ?
    That is, after how much time CSS wholly remove it from internal cache/connection table ?
    And after CSS wholly remove it, does CSS generate and send back RST when same connection without
    3 way handshake come in CSS ?
    Your information would be greatly appreciated.
    Best Regards,

    Your understand is correct.
    Once a flow is marked idle, it is moved to a list of resources that can be reused.
    While sitting in this list, the flow information can still be used to switch traffic belonging to this session.
    The flow data will move inside the list and then will be deleted to be used for a new connection.
    Depending on the number of connection/sec that you get, the flow data will move quickly or not inside the list. It is impossible to predict when it will be deleted.
    Once deleted, if data comes in for the old session, the CSS has no information about the flow and it should send a RESET back to the source.
    Gilles.

  • In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone.

    In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone which are downloaded and not saved,but they remain in cache.
    Even in some apps i have data which i want to remove,but cant find a way to remove them and they are in my cache eating up my memory.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • How can I remove icons from the Finder sidebar?  Were transferred when I set up laptop from my desktop computer.  Tried dragging off but that didn't work.

    How can I remove icons from the Finder sidebar?  Transferred info from my Mac Pro desktop computer (using target mode) and there were folder icons on the Mac Pro Finder sidebar that are now on the MacBook Finder sidebar, even though these folders do not exist on the MacBook.  Tried to drag them off, which is the usual way to get rid of folders that the user adds to the sidebar (as opposed to those that can be added via the Customize Toolbar dropdown menu) but was unsuccessful.  I then unchecked all of the Customize Toolbar menu items and the folder icons still remained.  What else can I do?

    Did you hold the Command (Apple) key while dragging them off the sidebar? That usually makes them go *poof*.

  • I am getting an error while doing Remove From Client action in inactive dc'

    Hi,
    I am getting an error while i am unlocking the DC from my system.
    i selected option remove from client from context menu of DC in inactive dc's
    then a popup came asking delete contents or donot delete contents.
    i select donot delete contents.....
    now i ts throwing an error ...as shown below
    Some files have been edited/changed.
    Look over your open activities.
    com.sap.tc.devconf.SyncException: Cannot unsync component. There are files checked out.
         at com.sap.tc.devconf.impl.DCProxy.doUnsyncSources(DCProxy.java:4187)
         at com.sap.tc.devconf.impl.DCProxy.unsync(DCProxy.java:1322)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.unsync(DevelopmentConfiguration.java:4897)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.unsync(DevelopmentConfiguration.java:5045)
         at com.sap.ide.eclipse.component.provider.actions.dc.DCUnsyncAction$1.execute(DCUnsyncAction.java:127)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)
         at com.sap.ide.eclipse.component.provider.actions.dc.DCUnsyncAction.run(DCUnsyncAction.java:212)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Regards,
    Rajesh

    Hi Rajesh,
    er, what kind of answer do you expect here?
    "Some files have been edited/changed.
    Look over your open activities.
    com.sap.tc.devconf.SyncException: Cannot unsync component. There are files checked out."
    Do you have file checked out? If yes, you should probably check in your changes or revert them and remove the configuration afterwards.
    If you don't have files checked out maybe there are some files that were made writable without DTRs knowledge.
    Regards,
    Marc

  • I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock

    I can't remove icons from the dock, they don't move at all when I try to drag and drop them off the dock any help out there?

    Restart and see if that solves your issue.

  • How do i remove icons from iphone

    how do i remove icons from my iphone. i decided i do not want the app so i paused it. now i want to remove it.

    If you want to remove an app, press and hold on any app until they 'wiggle'. You will see a small 'x' by each one you can remove. Tap the 'x' and it will be removed. When done, press the home key.

  • How to remove the square from the icons when selecting them?

    How to remove the square from the icons when selecting them?

    hi jerry not quite sure what you mean, could you elaborate abit more please. lori

  • How to remove blocks from buffer cache for a specific object

    hi everybody,
    is it possible to remove blocks which belogns to a specific object (a table for ex) from buffer cache.
    as you know, there is
    alter system flush buffer_cache;command but it does it's job for all buffer cache. if you ask me why i want this, for tuning reasons. I want to test some plsql codes when they run as if they are running for the first time (reading from disk).
    ps: I use oracle 11g r2

    Hi mustafa,
    Your performance will not degrade if you run the query second time ( if i understood correctly, you worry about the performance if you execute the procedure second time). Executing/running the code/sql statements over and over again will have following two good benefits.
    1) This will avoid hard parsing (Hard parsing is resource intensive operation and this generally increase the overall processing time.
    2) This will avoid physical read IO (You gonna see the benefits if data blocks already cached and you dont have to spend time in reading blocks from disk. Reading from disk is much costlier and time consuming operation as compared to data in RAM)
    Having that said sometime bad written queries will acquire more blocks then required and consume most part of buffer cache, and this can some times effect the other important blocks and force to flush out from buffer cache.
    Oracle have built some intelligence for large full table scan operations for e.g will doing full table scan(I hope you already know what is fts) oracle will put its blocks at end of LRU chain. So these will be the buffers will would flush out first then any other.
    From oracle documentation:
    "When the user process is performing a full table scan, it reads the blocks of the table into buffers and puts them on the LRU end (instead of the MRU end) of the LRU list. This is because a fully scanned table usually is needed only briefly, so the blocks should be moved out quickly to leave more frequently used blocks in the cache.
    You can control this default behavior of blocks involved in table scans on a table-by-table basis. To specify that blocks of the table are to be placed at the MRU end of the list during a full table scan, use the CACHE clause when creating or altering a table or cluster. You can specify this behavior for small lookup tables or large static historical tables to avoid I/O on subsequent accesses of the table."
    Regards
    Edited by: 909592 on Feb 6, 2012 4:37 PM

  • Why did you remove the "small icons" button from settings?

    Why did you remove the "small icons" button from settings? Or were this function now?
    Screenshot: http://i56.fastpic.ru/big/2014/0430/a6/cf1e4813155375a451c236303cb29fa6.png
    I need this function.

    You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.
    *Classic Theme Restorer: https://addons.mozilla.org/firefox/addon/classicthemerestorer/
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox

  • Why can't I remove icons from desktop

    Why can't I remove or relocate icons on the desktop. When I attempt to do so a circle with a slash thru it appears and it snaps back to it's original position. I also can not remove icons from the trash to the desktop for the same reason.

    This may fix it. Open Terminal in Utilities and Copy/Paste -- don't attempt to type this in. This will set the correct Permissions on your Home Folder. (Disk Utility Permissions Repair won't touch these.)
    sudo chown -R `id -un`:`id -gn` ~
    Then hit return.
    If you've never used the sudo command before, you will get a warning and then be prompted to enter your admin password, which you won't see on the screen as you type it in.
    Wait until you get a new $ sign prompt and then close the window.

  • Remove icons from right end of menu bar

    On the Apple site I saw this procedure to remove icons from the right end of the menu bar : To rearrange the menu bar icons on the right end of the menu bar, hold down the Command key while dragging the icons. To remove them, hold down the Command key and drag them out of the menu bar.
    It does not work with 10.6.8. As soon as I approach an icon it opens a menu wether I use the right or left hand side of the mouse. I cannot simply drag, as suggested.
    Any other suggestion?
    Thank you in advance

    Some can't be moved or removed.
    Check their respective System Preference, perhaps there is a option there to remove it from the menu bar.

Maybe you are looking for

  • Client certificate not being presented by Sun JDK

    I have a requirement to connect to an external service provider (SP) using an https get. The SP has a server certificate that I have imported to my trust store. The SP issued a private key and an intermediate certificate that I have included in my ke

  • Std Work flow for Invoice Parking & posting

    I am working om std SAP workflow for invoice document parking : I have done the following activities : 1. Activate Work flow Template for Document Completion Here i activated the event "Complete the Parked Log. IV Document"--> Incoming Invoice Docume

  • Is there a free way to send/receive faxes with a Mac?

    efax is not a reasonble option anymore as it does not allow for Mac viewing software, so is there another way to send and receive faxes on a Mac (preferably for free).

  • CS4 Batch processing only processes half the files!

    I scan 6x6 negs on an Epson scanner and when they are done they need to be rotated 90 degrees and flipped horizontaly. I set up an action to do this (Rotate, Flip, Save and Close) and everything was going swimmingly - then recently I've started havin

  • LSO Rapid Publishing Content

    Hi All, Iam trying to Publish Course Content using Training Administrator role. i have  browsed for the source file and when i click on the folder it is throwing the below error. SOAP:1.007 SRT: Unsupported xstream found: ("HTTP Code 404 : Not Found"