Folder Icons not displaying in a new folder

Hello All,
I created a new folder and moved icons into it. I used it for several days with no issues. Now, when I open the folder I can't see any icons. When I open the folder "Options" is listed at the bottom. When I click the menu button, my only option is "switch application." I expected to see the menu with "move, hide, show all" but its not there.
If I leave the new folder open, after about 60 seconds the folders do come into view and the normal menu is displayed when I press the menu button.
Why does it take so long for the folders to show up and does anyone know how to make it stop ? It didn't do this a few days ago.
THANKS

This happened to me and another user here before. When I clicked on the folder it said options on the bottom and when I hit the back key the icons appeared for a quick second and then it would go back to my homescreen. Try pulling the battery out with the phone on and leave it out for 30 seconds. Replace it and allow 1-3 minutes for the phone to reboot. Then check the folder again. This worked for me and the other user as well. Please let us know if it helps you too.
~Lorrie~ Master of All Things Blackberry!

Similar Messages

  • Wirless icon not displaying, but says I am connected to network

    I am a new Iphone user, so I apologize is this a rookie questions. I believe I am connected to my house wireless connected as the name of my network is checked off when I go to settings and Wifi.
    My question is, though, why is my icon not displaying on the top left corner? It displays when I am connected at work and everywhere else I was able to connect. Is there something in my settings that I may have checked?
    And, does that mean I am not really connected wirelessly?
    Thanks in advance for your help!

    Thanks, all. So, I just rebooted and there was no change.
    Then, as SteveCWatkings recommended, I went into my settings page. I went into the properties page, and there isn't anything listed beside IP address, Subnet Mask, Router, DNS, etc. They are all empty...
    *UPDATE*
    Okay, something just happened. AS I WAS RESPONDING, I was clicking on each of the fields (IP address, Subnet, etc to see if I could enter information since they were empty. And,when I got to DNS, it allowed me to type something in. Not knowing what to enter, I clicked back and it took me back to the Settings page. So, I clicked on my network again and when I tapped my network, all the fields were filled in, and the icon appeared.
    So, now it appears to be connected. I don't know if it will remain connected, or if I had to tap something (DNS?) or if it was glitch, but it appears to be working now.
    Thanks a ton!

  • IPhoto event icons not displaying in chronological order. How do I fix?

    iPhoto event icons not displaying in chronological order. How do I fix?

    Have you explored the options under the View -> Sort Events menu?
    Regards
    TD

  • Utility folder icon not displaying like App folder icon?

    Hi- noticed when I drag the system Utility Folder into the Finder Toolbar it does not display similar to the Applications folder - not the Sidebar, but the horizontal toolbar holding the view option buttons (as a favorite item). The Applications folder displays as the same "A"-type icon as in the Sidebar, but the Utilities folder displays as a folder, not the "X"-type icon it appears as in the sidebar. This seems nonstandard- I'd like to see what I can do about having it display in the Toolbar as it does in the Sidebar.
    I know, I know, "Why?". I just need to, ok? Otherwise I won't stop thinking about it. Any ideas? Assuming this is the same case for everybody's system, not just mine. I would've posted this in the "OS X System" forum, but it's not really developer related. I'm also guessing this involves going into the icon resources, and making a change to match the resources for the Applications folder, but that's a blind guess. I did a similar change for the slider in iTunes to have it match the Quicktime slider, but not sure in this case, or where to look. Thanks!

    To clarify: This is about how the Utility Folder displays in the Finder Sidebar vs. how it displays in the Finder Toolbar (both shown by selecting "Show Sidebar" and "Show Toolbar" in the Finder "View" pulldown menu.
    Finder Sidebar, Finder Toolbar:
    http://grok.lsu.edu/Article.aspx?articleId=5920
    Any folder can be dragged into either space, and without using the Customize Toolbar option. Just drag and drop the folder.
    Dragging the Utility Folder into the Sidebar displays it correctly, as its specialized, unique crossed-tools icon. However, dragging the Utility Folder into the Toolbar will not, unlike all other folders assigned with those special icons.
    In the Sidebar, certain folders will display as non-folder icons. For instance, under "Places" the Home Folder does not display as a mini Home Folder icon, it displays as a little "house". The Desktop Folder displays as a mini-picture of a Desktop, the Applications folder displays as an "A" made up of a crossed ruler, pencil, and brush.
    This is the same for the Finder Toolbar, when you drag one of those specialized folders into the Toolbar.
    So, on the left side of a Finder window, you have the Sidebar, with its specialized icons (for certain folders, not all) and along the Toolbar (across the top of a Finder window, with its typical column-view buttons) you will also see those same (or other) specialized icons. In all cases, a folder's icon will display the same in the Sidebar as it does in the Toolbar. Except for the Utilities Folder.
    If it isn't already, drag your Utility Folder into the Sidebar, and then, in that same Finder Window, drag it into the toolbar. Not the bar at the top of your monitor screen, but the toolbar of that specific Finder window. You should have the exact same result. The Utility Folder will display as a specialized icon in the Sidebar, but will display as a small version of its original blue folder icon in the Toolbar.
    Message was edited by: Jack Gregory
    Message was edited by: Jack Gregory

  • Icons not displaying in oracle forms.

    Hi All,
    I am trying to display icons on Oracle forms 10g.I just brought over these forms from another system and I am trying to display the icons like next record, clear form etc..
    I have done the following steps so far. The icons are still not displaying. Appreciate any help.
    Created a folder in D:\oracle\oracleas\forms\java called icons.
    Copied all gif files and jpeg files into icons. Then created a jar file.
    D:\oracle\oracleas\forms\java>jar -cvf my_icons.jar icons
    It created the jar file in the same directory D:\oracle\oracleas\forms\java
    Also changes were made to these files as shown below each file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    registry.dat
    default.icons.iconpath=http://servername:7778/forms/java/
    formweb.cfg
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=codebase
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar,frmmain.jar, frmjdapi.jar, my_icons.jar
    Also added this line under orion-web-app in orion-web.xml file.
         <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Restarted the OC4J forms server after any change.

    To test your configuration, you can try building an URL:
    i.e.
    http://localhost:8889/forms/frmservlet/icons/iconname.gif
    Does it show the icon ?
    If that does not work, I would try re-generating the my_icons.jar file, but instead of going directly to the forms/java/icons folder, copy the icons folder to the root directory i.e. c:\icons and execute the command to jar the icons folder, then redeploy the my_icons.jar file.
    Then try again with the URL... if the URL does not work, you still have configuration issues.
    PS: Don't forget to clear the cache in your browser so that the new .jar files is loaded?
    Furthermore:
    ========
    Remove the changes made to the forms.conf and orion-web.xml, they are only needed if the icons are
    not stored in a .jar file.
    forms.conf
    AliasMatch ^/forms/icons/(..*) "D:\oracle\oracleas\forms\java\icons/$1"
    orion-web.xml
    <virtual-directory virtual-path="/icons" real-path="D:\oracle\oracleas\forms\java\icons" />
    Edited by: Rodolfo Ferrari on Jun 17, 2009 6:14 PM
    To double check your configuration, follow steps in metalink note 232413.1 - How to Deploy Iconic Images via a JAR File in Forms 9i/10g?.
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:19 PM
    Edited by: Rodolfo Ferrari on Jun 17, 2009 7:24 PM

  • Eye icon not displaying in AccordionPanelTab

    This problem is across sites. One of them is http://www.alvingolf.com/documents.html. Strangely, on that site, there is also an accordion where I cannot directly edit in design view, but must edit in the code. That page is http://www.alvingolf.com/banquet-room.html. All the other accordions on the site all editing in design view but still display no eye icon. I can open the panels in the Properties panel, however.
    SpryAccordion.js - version 0.15 - Spry Pre-Release 1.6.1
    SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1
    -- but greatly customized
    Dreamweaver CS5
    Other sites with the same problem are http://www.cityofhillcrestvillage.org/documents.html and http://www.bababaseball.org/documents.html. They have 1.6.1 .js but I noticed they have the 1.4 .css. Now I'm wondering if I copied over something important when I added my former styles back to the SpryAccordion.css on alvingolf.com.
    I would like to just reload the new framework, but the link given on the sidebar says explicitly that it ONLY works with CS4, and I have CS5. I found the file in my configuration folder in Program Files, so I'm going to give that a go, but if anyone knows of another reason why the eye might not display, please pass it on.
    Actually, this problem started before I upgraded to CS5. And I guess the one where I cannot edit directly is the subject of another post.
    Thanks,
    Karen

    Karen, I have also seen this behavior. Make sure you have not turned off your Invisible Elements. Even in CS5, I get the eyeball when I turn on Invisible Elements and Visual Aids.
    If your Spry code is corrupted, however, with an extra div or other item between structure that the widget needs to work, you will not get the eye AND your widget will break.
    I have also experienced not being able to edit in Design View. I have not completely tracked down the cause, but in situations where I have not stated a height (most situations) but HAVE spec'd overflow: hidden; I can't edit in Design View in that element. This is in CS5, which seems pickier than CS4 did.
    Regarding the sidebar link that states that it ONLY works with CS4, perhaps it means ONLY CS4 and NOT CS3. Typically, code will work going forward, but not work going backward in version. You can get a clue on precise meaning of that statement if you have a date on when it was made. If it was made before CS5 was released (March 2010), it probably means to exclude CS3. If it was made after March 2010, it could mean to exclude also CS5.
    You can make a copy of the files/site in case of catastrophe and try using the newer framework in CS5.
    Beth

  • Finder icons not displaying or not displaying properly

    I'm having a problem where icons in finder such as word documents pdfs and the main volume of my hard drive are not displaying at all or are not displaying correctly. One .rtf file I saved on my desktop had the same icon as a jpeg I had saved on the desktop too.
    Anybody have any idea of what I can do about this?

    Create a new admin user account, log into it, and see if the behavior persists. If so, it's system-wide and reinstalling the COMBO updater is advisable. You might consider going to 10.4.10, but with the usual caveat of backing up your current boot volume to a bootable backup/clone.
    If not, then you've corruption/conflicts within the original user folder, usually preference files. Get Preferential Treatment and verify/repair them. Determining the conflict is a hit and miss proposition and time consuming. See my posts at http://discussions.apple.com/thread.jspa?messageID=4703015 for the steps.

  • AIR for iOS 3.5 [Retina Icon not displaying]

    Am I doing something wrong here ?
    My XML file contains
    <icon>
            <image144x144>assets/[email protected]</image144x144>
            <image72x72>assets/icon72.png</image72x72>
            <image50x50>assets/icon50.png</image50x50>
            <image100x100>assets/icon100.png</image100x100>
            <image1024x1024>assets/[email protected]</image1024x1024>
    </icon>
    and contains
    <requestedDisplayResolution>high</requestedDisplayResolution>
    I'm compiling via ADT and am including
    assets/icon50.png assets/icon100.png assets/icon72.png assets/[email protected] assets/[email protected]
    What am I doign wrong here ?   The retina icon is not displaying.

    For the icons you dont have to always follow the conventions of using @2x as you do for launch images. You can try to rename the file to say xyz.png and check whether it displays. Also instead of specifying the path of each and every icon, you can just add the folder path of icons. Try this out and let us know.

  • Icons not displaying in web pages

    navigation icons are displayed as blank containing a 4bit code. I have a screen save example.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Air Drop Icon not displayed on Finder Side Bar

    Installed Lion and the Air Drop icon is not displayed on the Side Bar in Finder on my MacBook Air. It works fine on my IMac.  Has anyone seen this?

    Good point jbjoret...
    jimlynds wrote:
    Installed Lion and the Air Drop icon is not displayed on the Side Bar in Finder on my MacBook Air. It works fine on my IMac.  Has anyone seen this?
    Here is the list of Supported Macs:
    Macs that support AirDrop in OS X Lion
    If your Mac is the same as, or newer than, the models listed below, then it supports AirDrop.
    MacBook Pro (Late 2008 or newer)*
    MacBook Air (Late 2010 or newer)
    MacBook (Late 2008 or newer)*
    iMac (Early 2009 or newer)
    Mac Mini (Mid 2010 or newer)
    Mac Pro (Early 2009 with AirPort Extreme card, or Mid 2010)
    * The MacBook Pro (17-Inch Late 2008) and the white MacBook (Late 2008) do not support AirDrop.
    Air Drop
    http://support.apple.com/kb/HT4783

  • Menu toolbar icons not displayed in colour when deployed on the Web

    Hello!
    We are developing an application using Forms6i on Windows NT.
    Our problem is that menu toolbar icons are not displayed in colour when the application is deployed on the Web using lookAndFeel = generic. This is the case both when using Microsoft IE5 and Netscape 4.5. When lookAndFeel = oracle, however, the icons are displayed in colour.
    The icons are stored as *.gif files in the same directory as the application *.html file. It does not help to create a virtual path /web_icons/ in the www listener and edit the parameter default.icons.iconpath in the file Registry.dat.
    When running the application as client/server, the menu toolbar icons are displayed in colour as expected.
    Any ideas on how to solve this problem?
    Regards,
    Kjell Pedersen
    Nera SatCom AS
    Norway
    null

    Hi,
    I got the same problem and I didn't figure out, how to solve this problem.
    But did you try to printout the form anyway? I guess you will see the icons on the printout, won't you?
    Regards
    Dirk

  • Icon not displaying

    I am getting problem in displaying icons in the toolbar.
    Before posting here, i have gone through all the threads related to it, but could not get my problem fixed.
    Following steps have been followed:
    1- created jar file of the GIF images i.e. my.jar. All the images were in the root directory.
    2- Copied the jar file to G:\DevSuiteHome\forms\java directory.
    3- In the form, in the property of menu item, i specified the exactly same image file name with no extension.
    4- Modified the formsweb.cfg file with following changes:
    archive_jini=f90all_jini.jar,my.jar
    imagebase=codebase
    i can access the jar file in the browser using the following url:
    http://<servername>:8891/forms/java/my.jar
    The platform is Windows 2003 with Developer suit 10g.
    Kindly help me to fix this problem.
    Thanks

    Without changing any configuration, however, when i execute the application by entering the following command into the start->run menu
    iexplore http://ssi-mmunir.ssilhr.com.pk:8891/forms/frmservlethttp://ssi-mmunir.ssilhr.com.pk:8891/forms/frmservlet?config=summit
    then application successfully display the icons in the toolbar.
    But when it is executed from form builder, no icons are displayed.

  • Website Icons not displaying Correctly on FF8.0

    Dear Support,
    After upgrading to the latest FF8.0, I noticed that some of the bookmarked websites in my bookmark toolbar don't display their icons correctly.
    for e.g.: I have Cisco.com at bookmark toolbar. Instead of displaying Cisco's logo next to the website name, I'm getting an empty dashed square.
    Kindly advise
    Regards
    Michel

    The MOST common cause of sites not displaying properly in any browser is the invalid code on the page -
    [Invalid] Markup Validation of http://selfhelplegalonline.com/ - W3C Markup Validator
    See if you can fix those validation errors or post back here for help.

  • Oracle Drive:  Icon Not Displayed in "My Computer"

    I have a couple of users who are using Oracle Drive, and they have no problem connecting, and they have the "Open Explorer window after connection" option selected. However, if they accidentally close the Explorer window, and try to go back into "My Computer" and find the icon for the drive to open it, it's not displayed. However they are actually still connected to the drive. Both of these users are running WinXP, SP2, and have all current Windows updates, patches, etc. We also have about 20 other users with the same OS and environment who are not having this problem. All of these users are in a domain controller (Windows Active Directory Server 2003) environment. This is not a huge issue, but are there any ideas as to why this is happening?

    try to check with some one from microsoft as this error happens even with a local driver under windows. Or u can re-install windows again!!

  • Finder icons not displaying in Yosemite

    Not sure if this is an Apple issue or Adobe but my INDD icons are no longer showing in Finder in column view, instead I get a blank white icon. The strange thing is that it shows preview window and the small icon shows when I Command+I view.  I have older saved INDD files that do show the icon so I think its newer saved files.
    Any fixes? 
    Note: I just did a clean install of Yosemite 10.10.2 on my SSD and have an internal TB drive that serves files only. The attached image is a new file on the TB drive, separate from my system SSD.

    Found another thread here just in case anyone else has this issue: No Adobe CC Icons? - New Mac - Yosemite  10.10.2

Maybe you are looking for

  • Scroll Bar Not Working In IE

    So yea, it simply doesn't work. It's there, but when I go to use the arrows they don't work; using the scroll bar I end up moving the image behind it; using my scrollerball on my mouse doesn't make it move either. <div class="style1" id="ClubRulesLis

  • OIM Export/Import fetaure not working

    When I try to click on export feature of OIM I revceive the following error: java.lang.NullPointerException         at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:54)         at com.nexaweb.server.api.admin.ServerAdminProxy.getM

  • ITunes screws up sort order and randomly screws up volume level

    I'm really starting to regret replacing my 5g video with the classic. The video out issue is one problem, but my biggest issue is my Media Monkey isn't compatible and I had to go back to iTunes. First off I hate using iTunes to manage content. The fo

  • Should I buy 2x1GB or 2x2GB ?

    Hi! I am thinking of adding 2x2GB SuperTalent(54€) next to the 2x1GB SuperTalent which are already in the system. 1. What kind of issues should I expect with all four banks filled? Since I have heard that the memory controller on Athlon's don't handl

  • Wiki local links not quite working

    Hi all. I'm using a mini server to host wikis in our school. One of the wikis is used to direct students to various network resources. For example, I use iPhoto to export batches of photos to simple websites which I host locally. Students access thes