Hiding all icons

Hello,
Does anybody know how to change the settings so my pearl 9105 doesn't hide all the icons? It's not been done through the normal hide/show icons if anyone knows what I am on about!
Cheers
Gav

Hi and welcome to the forumsgavyneewards1977!
A couple of places for you to visit: Blackberry 101     Tips & Tricks
Have you tried menu-show all?
Happy to have you here!
IrwinII
Please remember to "Accept as Solution" the post which solved your thread. If I or someone else have helped you, please tell us you "Like" what we had to say at the bottom right of the post.

Similar Messages

  • Dialogue tick boxes un-hiding all fields, not just the ones where value has changed to true

    I am hoping someone can help me make what I want to happen, happen if certain check boxes are ticked withing the dialogue box
    right now I can see on the console print that the tick box turns the value from false to true but the OK button is also un-hiding all my fields rather than just the ones where the value has turned to true. What am I missing here
    //Create a Dialogue box for staff to state how many of the account owners are in branch in order for the names to show in the signing section
    var Signors =
        result:"cancel",
        DoDialog: function(){return app.execDialog(this);},
        bChk2:false,
        bChk3:false,
        bChk4:false,
        bChk5:false,
        initialize: function(dialog)
            var dlgInit =
                    "Chk2": this.bChk2,
                    "Chk3": this.bChk3,
                    "Chk4": this.bChk4,
            dialog.load(dlgInit);
        commit: function(dialog)
            var oRslt = dialog.store();
            this.bChk2 = oRslt["Chk2"];
            this.bChk3 = oRslt["Chk3"];
            this.bChk4 = oRslt["Chk4"];
        description:
            name: "Signors",
            elements:
                    type: "view",
                    elements:
                            type: "view",
                            char_height: 10,
                            elements:
                                    type: "static_text",
                                    item_id: "stat",
                                    name: "Who is here to sign:",
                                    char_width: 15,
                                    alignment: "align_fill",
                                    font: "dialog",
                                    type: "view",
                                    char_width: 8,
                                    char_height: 8,
                                    align_children: "align_top",
                                    elements:
                                            type: "view",
                                            char_width: 8,
                                            char_height: 8,
                                            elements:
                                                    type: "check_box",
                                                    item_id: "Chk2",
                                                    name: "Primary Applicant",
                                                    type: "check_box",
                                                    item_id: "Chk3",
                                                    name: "Associate 1",
                                                    type: "check_box",
                                                    item_id: "Chk4",
                                                    name: "Associate 2",
                            type: "ok_cancel",
    // did the value change when ticked - lets check
    Signors.bChk2 = false;
    Signors.bChk3 = false;
    Signors.bChk4 = false;
    if("ok" == Signors.DoDialog())
        if (Signors.bChk2 = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    if (Signors.bChk3 = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    getField("Staff3").hidden = false;
    getField("Date5").hidden = false;
    getField("Date6").hidden = false;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //console.println shows if bChk.. is true or false
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //Yeah, confirmed values have changed, now show fields based on staff input
    //was primary applicant ticked
    doWhatIWant: function(results) {
    if (results [Signors.bChk2] = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    //was Associate 1 ticked
    if (results [Signors.bChk3] = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    //was Associate 2 ticked
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    if (Signors.bChk4 = true)  
    ("Staff3").hidden = false;
    if (Signors.bChk4 = true)
    ("Date5").hidden = false;
    if (Signors.bChk4 = true)
    ("Date6").hidden = false;

    You're missing some curly brackets, using the incorrect equality operator, and using the long deprecated field.hidden property. Try this:
    if ("ok" == Signors.DoDialog()) {
        if (Signors.bChk2) {
            getField("Signor1").display = display.visible;
            getField("Staff1").display = display.visible;
            getField("Date1").display = display.visible;
            getField("Date2").display = display.visible;
        if (Signors.bChk3) {
            getField("Signor2").display = display.visible;
            getField("Staff2").display = display.visible;
            getField("Date3").display = display.visible;
            getField("Date4").display = display.visible;
        if (Signors.bChk4) {
            getField("Signor3").display = display.visible;
            getField("Staff3").display = display.visible;
            getField("Date5").display = display.visible;
            getField("Date6").display = display.visible;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    I don't know if that will deal with all of the problems, but it's a good start.

  • My macbook pro's screen display has suddenly gone into a strange colour setting where everything appears in a kind of infrared colour palette an I can;t seem to change it back.  It's the same for all icon and websites, does anyone know how to restore?

    My macbook pro's screen display has suddenly gone into a strange colour setting where everything appears in a kind of infrared colour palette an I can;t seem to change it back.  It's the same for all icon and websites, does anyone know how to restore?

    Wow!  I think I had this same issue just last night.
    I was cleaning my macbook pro retina on the outside.  Then I opened it up and was wiping dust off the monitor and I can't pinpoint exactly when, but the colors changed suddenly.  It looked super strange, it was like green halo's and it looked worse when looking at it at an angle.  Of course I took no pictures!!!  I was freaking out that my 2 grand laptop was busted and I somehow removed a protective film or something.
    But I digress...  The image looked very green and spacey, it was almost a neat effect.  After about 5 minutes it started to look a little more digital though.  There were straight lines of this halo effect on the edges and top.  After about 10 minutes it turned into a predominate issue with the blacks on screen.  I could open a web browser and it was unnoticable on a white background.  After about 15 minutes, you could only barely see the green cloud effect if you looked at the monitor from an extreme angle.  After about 20 minutes, it was completely back to normal, I almost feel paranoid like I see a halo or something strange.  But I believe that might be all in my head now.
    So yerp, lemme know what you guys figure out.

  • How do I make icons bigger? All icons are way too small for speedy use. no matter what I do they remain too small. Is there a way of getting them the same size as previous versions?

    All icons, such as refresh page, back, forward, stop and home etc; are just too small for comfortable use. For now I am uninstalling Firefox 4 and going back to 3.x. even the zoom page icons are too small.

    "I had read that GarageBand or the Musical Typing there can sometimes not display properly when the resolution is changed."
    Well, did you checked GB after you changed your resolution?
    Which setting did you change to?
    You & I have the same size iMac screen. My resolution setting is 1280x800. Everything fits perfectly in the windows & on desktop including the menu bar.
    All info in my windows are showing. I did not need to adjust my browser font size settings. I am sure you are aware of the browser font size settings. I use FF & the settings are in Preferences>Content.
    In the Finder window you can enlarge the icons & fonts also.
    Finder>View>Show View Options.

  • I install itunes 10.3 64 bits on windows 7 prof. and all icons of the other programmes are replaced by itunes.

    When I install itunes 10.3 64 bits all icons of other programmes change to the itunes icon. I am using windows 7 pro.

    many thanks.
    Try applying the Lnk registry fix from the following page:
    File Association Fixes for Windows 7

  • Screen size in windows 8.1 - all icons too small! How do I enlarge the entire captivate 8 screen?

    The entire Captivate 8 screen to too small. How do I enlarge the entire window? All icons and thumbnails are 1/4 the size they should be. Using Windows 8.1.

    It looks like it is an issue between Adobe and Microsoft. (Many Adobe programs are responding this way to Windows 8 and 8.1)
    I am posting this to try and get some (ANY) ideas/feedback...but to also bring it to the Captivate Community attention. I hope the Captivate Staff is aware of this issue.
    Same issue -great PhotoShop screenshot Photoshop too small on windows 8.1
    Photoshop CC / Windows 8.1 HiDPI / Retina scaling support
    Re: Adobe suite HiDPI on Windows 8.1
    Right side menu too small font size of letters in Windows 8.1 High DPI screen
    Re: Photoshop CC / Windows 8.1 HiDPI / Retina scaling support
    there are many many more out there......
    I tried this first, it comes with Windows and changes your display properties by application: (but it didn't work)
    The program above basicly edits these settings (you can get to these by right clicking on the exe application) I tried many combos, an even tried them under the "change for all users" setting.....NADA!
    I have tried editing the Windows display settings: (all screen shots below are with this setting size)
    The screenshot below is at 250%. It does not make any difference in the application (check out the menu bar, properties, icons....) If I go over 150% I lose dialog box space...the buttons disappear! If I keep it at 150% the words "Advanced Actions" at the top of the dialog box shrinks slightly, enough to fit the buttons in...) I showed the difference using snag it (12 pt arial compared to the appearance of the UI ~ 4 pt.) This is so hard to see! Same issue in some of the other adobe applications. (fyi...they are all up to date)
    Photoshop = same problem
    Dreamweaver = working fine
    Flash = working fine
    Premier Pro = half working....(menubar is ok but everything else is real small)
    Muse = not working
    Adobe Edge Code = Working fine
    OOF! Well, any thoughts anyone? I appreciate any and al feedback and ideas!!!

  • I have rearranged all icons on the second and third pages to have a just a photo on my home, but if i switch off the iphone when i restarted it all the icons come back in the old position on the home and second page. I have ios5.

    I have rearranged all icons on the second and third pages to have a just a photo on my home, but if i switch off the iphone when i restarted it all the icons come back in the old position on the home and second page. I have ios5.

    you can suggest it here - http://www.apple.com/feedback/iphone.html
    And it is only a problem if you want a blank first screen.  Personally, it would drive me nuts always having to swipe over one page to get to my apps - the only time I unlock my iPhone is to use it or run an app, so no, I have no need nor desire to have a first screen with no icons at all.
    But, if they'd put it in as an option so people like yourself can also have what they want, that's fine too    So send them your feedback (they actually do listen - iOS 5 includes a number of things people have been asking for on these forums, like being able to delete individual entries from the call history, inproved alerts/notifications, being able to opt out of all the location based data they collect,...).

  • Reader 9.1.3 update changes all icons to Adobe

    The other day when Adobe Reader "automatically" updated all of the program icons were changed over Adobe icons and nothing would open up, other than an attempt to open up in Adobe Reader (obviously without success.  I finally uninstalled Reader and all icons magically returned to normal and all was right with the world until I tried to open a .pdf file (obviously without success as I now had no Reader!).  I tried to download the program again this morning and had the same issue all over again.  I once again had to uninstall Reader (it's not easy when EVERYprogram file you have now seems to be associated with Adobe Reader and some of them were startup programs!!!  I actually had to go into msconfig to shut them down and then reboot before uninstalling Reader.  I wasn't impressed!!).  I am running Windows 7 Home Premium (currently up to date courtesy of Microsoft (?)) and I do have Adobe Acrobat Standard Ver 8 Standard.  Does anyone have any ideas here?  What's going on?  I have seen a number of others with this same problem on both Adobe and Microsoft forums, but so far no solutions.

    Solution 1: Registry fix
    Disclaimer: The registry contains system-related information that is critical to your computer and applications. Before modifying the registry, be sure to make a backup copy of it (Win 7, Win Vista). Adobe doesn't provide support for problems that can arise from improperly modifying the registry. Adobe strongly recommends that you have experience editing system files before you modify the registry. For information on the Windows Registry Editor, see the documentation for Windows or contact Microsoft Technical Support.
    Apply the applicable registry fixes available at the following links:
    Download and save the applicable file: For Win Vista or Win 7.
    Unzip/Extract the contents (.REG file) to desktop.
    Make sure you have administrative privileges. Then, right-click on the .REG file and select Merge.
    Restart the machine.
    If issue persists, Implement Solution 2.
    Solution 2: Force a refresh of the icon cache.
    In order to refresh the shell icons, follow these steps:
    Click Start, Default Programs.
    Click ‘Set your default programs’.
    Select a web browser, email client or any other item in the list.
    Click the ‘Set this program as default’ button.
    Click OK.
    If issue still persists, then reboot and check.
    Solution 3: Purge and rebuild the IconCache.db file.
    Method 1:
    Show Hidden Files and Folders: Vista; Wndows 7.
    Browse to ‘C:\Users\Owner\AppData\Local’ folder and delete the hidden IconCache.db file.
    Reboot.
    If issue persists, repeat Solution 2.
    Method 2:
    Using Command Prompt:
    Close all folder windows that are currently open.
    Launch Task Manager using the CTRL+SHIFT+ESC key sequence, or by running taskmgr.exe.
    In the Process tab, right-click on the Explorer.exe process and select End Process.
    Click the End process button when asked for confirmation.
    From the File menu of Task Manager, select New Task (Run…)
    Type CMD.EXE, and click OK
    In the Command Prompt window, type the commands one by one and press ENTER after each command:
    CD /d %userprofile%\AppData\Local
    DEL IconCache.db /a
    EXIT
    In Task Manager, click File, select New Task (Run…)
    Type EXPLORER.EXE, and click OK.
    Reboot.
    If issue persists, repeat Solution 2.
    Solution 4: Create a new local Administrator user account and test the issue.
    Sanjay Manju Suman
    Adobe Systems Inc.

  • Apps icon shows updates when i go there the update all icon is not highlighted if you go to any of the UPDATE box's you are directed to the application????

    apps icon shows updates when i go there the update all icon is not highlighted if you go to any of the UPDATE box's you are directed to the application????

    ATtempt to power off your device and power it back on, if that doesn't work reset all settings should resolve it for you

  • Hello Apple, Plz give us the classic look option like iOS 6. We miss that appearance which shew all icons as a gems but now in ios 7 all icons look like a cheap stickers and worst than android look. Plz think about it, heartily request to You dear Apple.

    Hello Apple, Plz give us the classic look option like iOS 6. We miss that appearance which shew all icons as a gems but now in ios 7 all icons look like a cheap stickers and worst than android look. Plz think about it, heartily request to You dear Apple.

    There is no Apple in this forum this is a user to user forum.
    send your feedback here http://www.apple.com/feedback/

  • Small Black Vertical Lines follow my mouse pointer AND surround all ICONS

    Small Black Vertical Lines follow my mouse pointer AND surround all ICONS on my desktop. I just turned on my computer and it showed like this. I already tested my monitor and it's not the monitor.
    See a picture of my problem here on my me gallery:
    http://gallery.me.com/egarfias/100024
    Looking at websites, it's fine the display but any icons and my pointer and things that move have these lines following! Looking at VIDEO, it's the picture is full of white and black lines though you can see the video just fine.
    Any ideas? Thank you!!

    I am in Safe Mode now: This is the weirdest thing: A bit from column A AND B:
    The display is perfect EXCEPT for two parallel lines of 17, 3 millimeter-long black lines that follow the pointer everywhere it goes.
    Get this: my current display is 1024x768, but when I change it to 640x480, the pointer and everything is perfect! (of course, I can only see a fraction of my desktop)
    But then again... when I zoom in and out holding down control (in 640x480) the pointer lines appear again, but less lines. They disappear when I re-reset it to 640.
    Strange.
    But yeah, safe mode is NEAR perfect with the except of the cursor lines. I can screen grab my cursor though to show...

  • All icons on desktops keep flashing

    I have a 500GB transcend external hard drive. It used to work totally fine with Mac OS X Snow Leopard until a few days ago. When I plugged the hard drive in, all icons on desktop keep flashing every 3 seconds. When I open my hard drive, it disappeared automatically after the flash. I thought it might be a problem with my hard drive, but it works fine with when I plug into Windows 7. So, it must be the OS X that caused this problem. Please help!

    I have not see this issue before. Did a Playbook reset help?
    on Playbook press power button and both Vol + - buttons for 10 seconds to reboot it.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • All icons on my Macbook have turned into blue circles?

    All icons on my Macbook have turned into blue circles. Please help.

    Might be corrupted Safari preferences...
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Safari/WebpageIcons.db
    Click Go then move the WebpageIcons.db file to the Trash...
    Quit and relaunch Safari. Webpage icons should reflect the sites you visit now.

  • The most of icons, that should were placed in menu: view/ toolbar/setting – disappeared today. Yesterday PC worked normally – all icons were on their places

    Essential of my problem is folloving:
    when i have just attempted to add some tools on my brouser-pane it is cleared up - the necessery tools are missing ( Only three of all former icons are had available ). Say me please, how can I get another icons for making true my brouser?
    P.S.:
    1.Yesterday PC worked normally – all icons were on their places.
    2. Too - brouser reset give no resultat.
    Respectfully yours, Ssers.Sh.

    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • Speed has slowed to nil  how do i delete all icons running in background?

    speed has slowed to nil. How do I delete all icons running in background?

    To close an app, drag the app up from the multitasking display.
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app thumbnail to close it.
    this might help as well.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • How to delete all rows data from database

    Hello All. I have a database username 'abc'. This database contain 123 tables & have many data. I want to empty all the database. Is it possible that clear all the database with a single query. if yes then kindly tell me about the query . Thanks Diam

  • Unable to preview form in Livecycle Designer

    Adobe Acrobat: 9.0.0 Adobe Livecycle Designer ES: 8.2.1.3144.1.471865 I load a form and when I click on the Preview tab I receive a blank popup box How can I fix this? Thanks! I've already tried uninstalling/re-installing Adobe Acrobat without any lu

  • How do i connect to my xbox 360 wireless

    Ive tried the xbox 360 website but it was very unhelpfull i was hopeing that someone could tell me how to acsess my routers settings and connect the xbox 360 and my computer for xbox live.

  • Item data using PL/SQL block region

    hello community, I have searched the whole forum using Pl/SQL but couldn't find an answer for this. I have a PL/SQL Anonymous block region, containing database items fetched by a process and custom items getting set by the Pl/SQL source. based on the

  • "PERNR" is not defined for the current logical database.

    Hi Experts, I have developed a program for HR salary variance but when i execute i getting error in the line " get PERNR" the "PERNR" is not defined for the current logical database. so plz suggest me to avoid this issue. Thanks, Rajesh