E72 menu style

i'm using an e72 with firmware update to 053.001 and i feel jealous when i saw a video of an e72 and the menu mode is slightly different than mine
see if u highlight an icon in the menu it just tends to move in the phone original theme (like in flash palyer or something) but mine doesn't why ??? so i searched for all reviews for e72 they are the same except mine.... may be the new firmware doesn't support that menu style
i know it's not a big deal but i feel jealous....  
Nokia E72-1 Black
firmware : 053.001
of 26 of nov 2010
Solved!
Go to Solution.

thanks a million guys u r the best
it works but it slows down the system a little bit
Nokia E72-1 Black
firmware : 053.001
of 26 of nov 2010

Similar Messages

  • Changing hover  menu style

    Hi there,
    I found out, that iViews based on different layout sets show the hover menu in different ways - once with small up/down buttons and once without arrows and less space between the rows. Where can I configure which hover menu style is to be used in a specific layout set and where can I configure the styles themselves?
    Best regards
    Thomas

    Hi Thomas,
    To create a menu or to modify the configuration of an existing menu based on a Java class, choose <b>Content Management --> User Interface --> Menus</b>.
    Reference :<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/c91b5610b65b4aa8204d09384d156b/frameset.htm">Menus</a> <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/26/9d0e41a346ef6fe10000000a1550b0/frameset.htm">Images</a>
    Regards,
    Shankar

  • Menu style - JLF

    hey all,
    Was wondering whether anyone could tell me how to incorporate one of the new(ish) Windows file menu styles into my program. I wanted to have file menus that looked like the ones that shipped with Office 2002/2003 i think. Where the menu is white and once the cursor hovers over an item it turns a pale shade of blue.
    I'd be really greatful for any help.
    Thanks
    Damo.

    you could add a mouse listener and change the color...
    menu.setForeground(Color.white);
    menu.addMouseListener(new MouseAdapter() {
       public void mouseEntered(MouseEvent me) {
           ((Component)me.getSource()).setForeground(Color.blue.brighter());
       public void mouseExited(MouseEvent me) {
           ((Component)me.getSource()).setForeground(Color.white);
    });

  • Broken menu styles at the main site

    Hi guys, i c broken menu  styles for a while at the main website (apple.com). Not sure if i posted it in the right place, sorry if not
    http://cl.ly/image/3j3S1h2y2l2t

    Welcome to the Support Communities.
    a_kovalevych wrote:
    Not sure if i posted it in the right place...
    Here's the right place for next time:
    http://www.apple.com/contact/feedback.html

  • Horizontal spry menu style appears turned off when on the internet though can view it in live mode!?

    The style of the horizontal spry menu seems as to have been turned off when on the web though is visible and functioning on CS4 Dreamweaver design and live views. I have styled the spry menu and can view it in the properties section though the style setting is there on the internet it looks as if the styles have turned off and appears unformatted vertically when it should be a cascading horizontal menu bar. Not sure where the error is, I have looked at the coding and as I'm not the most experienced with spry.....
    this is the coding above the head.
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript">
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    I have noticed that SpryMenuBarHorizontal.css doesn't appear in the spry assets folder, does this matter? (not sure how to insert into the assets menu).  Any help would be greatly appreciated!

    thanks for testing it. I'm not sure how to proceed though as the css file is in my local_sites/spry assets folder for the website. I've tried to point it to other (copies of SpryMenuBarHorizontal.css) and spry assets folder externally from the site and again internally in the root folder and seems to make little or no difference.
    Your suggestion of what it should read,(sorry to sound so naive at all this) though would you mind giving a step-by-step guide on how to go about it? as I'm obviously missing something in the setup process.
    thanks again for your help.

  • Add custom menu styles to the Pop-up Menu Editor

    I have tried using the instructions that Adobe gives me to do this but it doesn't work. They tell me to save a style library in the "Menu Bars" folder. I searched my computer and I only have one Menu Bars folder. The path is Adobe Fireworks CS5/Configuration/Common Library/Menu Bars. All of the files in there are .png not .stl. files.
    I want to have a custom parchment background for my pop-up menu. Has anyone done this and can you please tell me how to do it on a Mac.
    Thanks,

    Frankly, I wouldn't waste my time. The pop up menus in FW are old code and a real mess to deal with once the menu has been exported. There are far better resources out there, from the Spry menus in DW, to commerical products from Project Seven.

  • Seperate spry tabbed menu styles

    I am trying to style two tabbed menus differently (one
    is inside of the other one... and am having problems)  I have been reading previous posts but can't quite seem to figure it out.
    1)I created the first tabbed menu and modified the styles and saved the .css as mainpanel.css
    2) created the second menu and changed the code to "label2" for each segment of the code and saved the stylesheet as secondlabel.css
    everything works fine EXCEPT THE SELECTED TAB...I can't seem to be able to modify the style of the selected tab in the second tabbed menu ..
    is this because it is lying within the content of the first tabbed menu??
    thanks in advance
    tell me WHATS GOOD!

    so to change the style on the css
    you have to add the new name at the beginning of each of the different styles present in the sprymenu.css
    .newstyle .Tab {}
    .newstyle .TabSelected {}
    I was trying to modify them each: (ex: .newstyleTab {}, .newstyleTabSelected{}  - which was no successful
    that's whats good

  • Vertical Menu styles in IE6

    I have a vertical menu on this page:
    Momentum
    staging
    It works fine in IE7, Firefox, Safari, Camino.
    In IE6 it seems that the CSS styles for the text are being
    ignored.
    Can anyone help?
    Thanks,
    Lou

    I commented out the line in "spryMenuBar.js" that says
    "this.createIframeLayer(menu);" and this fixed the problem for me.
    Good luck.

  • Menu style name

    I am looking for the stylename to control the text color of
    the selected item from a menubar menu (the drop-down menu).
    According to the Flex style editor the property is called
    textRollOverColor but Flex Buildersays it does not exist. The
    reference guide doe not give a style attribute to control the color
    of the text of the item selected.

    textSelectedColor is correct. Are you using Flex 2.01?
    Have you checked out
    http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html

  • Change Menu Style

    When I Download FireFox 4, I see on picture its style like Office 2010, But it can look like this.
    So how can i able this.

    I believe you are talking about the orange Firefox button on top left corner. This style is disabled by default in Windows XP. To get that, you need to hide your ''Menu bar'' as follows:<BR>
    * Right click anywhere on your ''Navigation toolbar''.
    * Select '''Menu Bar''' so that the tick mark in front of it is removed.
    * Now you should see the Firefox button.
    <BR>To see the Menu Bar again, right click on your Navigation toolbar and select '''Menu Bar''' to add the tick mark in front of it.

  • End User Menu Styles

    How can i chnage the Font siz of links on the End USer menu...
    Which Style is linked to these links like "Change my Password" etc
    I need to increase their size...
    I tried using the property style and never succeeded...

    i have a new set of style in the CustonStyle.css...
    but what property on the form?
    Can you please post a sample code of that field.

  • Flash Menu Style Help

    I need to build a flash based menu and want to learn how to
    do the same cool functionality that I see on the
    http://grandcentral.com website.
    Notice on the "features" menu how when you click on an item
    the arrow will scroll down to that menu item. I'd like to learn how
    to make a pointer move across multiple other items to get to the
    one that is being clicked on like that. I hope it is easy enough
    that I can do it!
    Any help is most appreciated as I have a project I'm doing
    right now that would really benefit from this.
    Thanks in advance!
    I work on a mac running osx and flash 8 pro.

    Flash menus (Flash navigation, period) is a terrible thing from a functional standpoint. It looks really nice, but the honeymoon ends there. As far as SEO goes, your entire site, beyond the landing page, is invisible. A search robot will only see an embeded Flash object.
    You have to ask yourself a basic question.
    1. What is the purpose of building a website and putting it online?
    If it's for your own personal enjoyment and nothing more, then a Flash menu may be for you. If it's for a business or band, or a political group or social group, and you want people to be able to find it in Google, Yahoo, Bing, etc. then you want as many indexible links as possible on your landing page so they will show up in related searches like schedules, articles, galleries, etc.

  • Nokia E72 menu problem

    Hi, I have a problem with the menu, do not open as a pop-up, whatever I go directly opens. I want to say and the phone is genuine. 
    Thanks for help !

    Turn off power saving in the advanced settings of WLAN.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Menu style  - Struts tiles

    Hi,
    I am developing my application in struts-tiles having five menus and its working fine.
    My problem is i want to hightlight the menu which was clicked by the user.
    I hope struts-tiles load only the body of the page instead of the whole page, so i dont know how to hightlight the menu which was clicked after load the corresponding body.
    Please help me to resolve this issue.
    Thanks in advance

    i have never worked on a portal application myself but this tutorial should help you.
    http://www.developer.com/java/ent/article.php/3569446

  • Native Menu Style

    Is there a way to control the style applied to the Native Menus in ActionScript 3?

    The whole point to nativeMenus in Air is, that your app can adapt to the users systems settings, be it Mac or PC. To Answer your question: No, there is no way.

Maybe you are looking for