No third level chooser

Hi
I've just bought a second hand Mac Mini G4 and I'm using a standard USB Logitech mouse and keyboard (no cordless or other special features). I have reinstalled it and instaled all updates. But I have no third level chooser, meaning I can't write @, pipe and etc. Other special danish characters such as æ,ø and å works fine, but just no third levels. I'm a Mac Newbie (used to Linux), so i dont know if it's something obvious I'm missing. But i'm starting to get tired of copy/paste @.
I tried setting the keyboard as ISO or ANSI, it doesn't matter.
BTW a second thing i'm curious about. Is there a .conf file for NIC-settings?
Best Regards
/Lars
Mac Mini G4 Mac OS X (10.4.6)

Well the "keyboard" viewer showed where the @ is and etc. It's not a fix, but a workaround so i can write those character. I'll still be searching for a better solution and will post it if i find it. But thank you for your help...
Regarding Mac Software from Logitech.
I got a UltraX keyboard with no Logitech software.
http://www.logitech.com/index.cfm/downloads/software/GB/EN,CRID=1797,contentid=8 054
Do NOT try to install other Logitech software for testing. I did that and i couldn't click with my mouse and the keybord hardly reacted on my input, so it was useless. So i had to reinstall, you've live and learn.

Similar Messages

  • How to create second or third level  of  menu bar in se41 ?

    Hi All
      How to create second or third level  of  menu bar in se41 ?
      I created it once but forgotten , do anybody remember ?
    Regards
    Jaman
    Message was edited by:
            ABAP Techie

    Hi..,
    Once you have created a menu bar, you enter the individual menu entries. Each menu can contain up to 15 entries.
    A menu can contain any of the following:
    Function names (with function code and text)
    Submenus (pull-down menus)
    Separators
    You may include submenus up to three levels deep.
    Menu functions that logically belong together are grouped together using separators. This makes the menu easier to use. Separators also make long menus easier to read by dividing them into smaller parts.
    Defining Menu Functions
    To add functions to a menu that is already open in the Menu Painter:
    Open a menu list in the menu bar by double-clicking the menu title.
    The system opens the menu. The menu entries list contains the two columns Code and Text.
    In the Code column, enter a function code (this may be up to 20 characters long).
    If you want to enter a function code that is longer than the input field, you must first change the displayed length of the field in the user settings. (Choose Utilities ® Settings ® User-specific.)
    Enter the function text in the Text column.
    The name you enter here appears in the menu at runtime. You can also determine the contents of function texts at runtime (see Defining Dynamic Function Texts).
    Repeat steps 2 and 3 for each item in the menu.
    Creating Cascading Menus
    To add a cascading menu (sub-menu) to a menu:
    Leave the Code column blank.
    Enter a menu name in the Text column.
    Double-click the cascading menu to open it.
    The system opens the menu entry list for the cascading menu.
    Complete the menu as you would any other.
    Inserting Separators
    Place the cursor on a line.
    Choose Edit ® Insert ® Separator.
    If you want to insert a separator between two existing menu entries, place the cursor on the line before which you want to insert the separator.
    Editing Menu Entries
    You can cut, copy, paste, and delete menu entries.
    Place the cursor on a line.
    Choose Edit ® Entry ® Cut (or Copy, or Paste, or Delete).
    If you double-click a function code, the Function Attributes dialog box appears. Here you can, for example, change the icon assigned to a function.
    regards,
    sai ramesh

  • Adding third level to my menu

    I have a menu that I am working on:
    http://www.newbuild.twsco-specgas.com/index.html
    It was a mega menu (Modified jQuery Superfish) that someone helped me build for an intranet application. I am copying and carrying over to this new website, while giving it a major overhaul (simplication).
    My conundrum is how to add a third level. It seem like html code and subsequent css styling but it has me stumped. Can someone look at the "About TWSCO" drop down and see if they can discern what my failure is?
    Thanks!!
    Rob

    Hi Robert. Could you change the text color to something othere than white so we can see it
    #sf-menu li.sfHover ul a, #sf-menu ul li a, #sf-menu ul li a:visited { 
        background: url("") repeat scroll 0 0 transparent; 
        border: medium none;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 11px;
        font-weight: bold;
        height: auto;
        padding-right: 3px;
        padding-top: 3px;
        position: relative;
        text-align: left;
        text-transform: none;
        width: auto;
    Unfortunatel I am having no success at getting my 3ed level to work

  • Third level Menu CSS?

    HI folks,
    I'm working on a third level menu and I need a CSS fix for this, and I'm not sure I understand why it is dropping down  instead of flying out...
    To see the menu in action, go here : http://bendannie2.businesscatalyst.com/Sale  and hover over  the On Sales menu.  The third level menu is dropping down and when I try to move it right with a left margin, the container box remains in place and only the text  li     moves right...
    And it really shouldn't display until I'm hovering over the Cartier Jewelry link...
    TIA,
    Jeff
    The code so far is:
    nav ul ul {
        background: #FFFFFF/*url(images/nav-current.png) repeat-x scroll center top*/;
        opacity:0.8;
    filter:alpha(opacity=90); /* For IE8 and earlier */
        -moz-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        left: -999em;
        list-style: none outside none;
        margin: 0;
        padding: 4px 0 0;
        position: absolute;
        top: 89px;
        width: 12em;
    nav li:hover ul,
    nav li.sfhover ul{
        left: auto;
    nav ul ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0  0px;
        padding: 0;
    nav ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        nav ul ul li a:link,
        nav ul ul li a:visited{
        color: #3399FF;
        display: block;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
        font-size: 12px;
        padding: 8px 5px;
        text-decoration: none;
        nav ul ul li a:active,
        nav ul ul li a:hover{
        background: #e4e4e4;
        color: #3366FF;
        padding: 8px 5px;

    HI folks,
    I'm working on a third level menu and I need a CSS fix for this, and I'm not sure I understand why it is dropping down  instead of flying out...
    To see the menu in action, go here : http://bendannie2.businesscatalyst.com/Sale  and hover over  the On Sales menu.  The third level menu is dropping down and when I try to move it right with a left margin, the container box remains in place and only the text  li     moves right...
    And it really shouldn't display until I'm hovering over the Cartier Jewelry link...
    TIA,
    Jeff
    The code so far is:
    nav ul ul {
        background: #FFFFFF/*url(images/nav-current.png) repeat-x scroll center top*/;
        opacity:0.8;
    filter:alpha(opacity=90); /* For IE8 and earlier */
        -moz-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        -webkit-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.7);
        left: -999em;
        list-style: none outside none;
        margin: 0;
        padding: 4px 0 0;
        position: absolute;
        top: 89px;
        width: 12em;
    nav li:hover ul,
    nav li.sfhover ul{
        left: auto;
    nav ul ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0  0px;
        padding: 0;
    nav ul ul li{
        background: none;
        border-bottom: 1px solid #6699FF;
        list-style: none;
        margin: 0 0 0 -20px;
        padding: 0;
        nav ul ul li a:link,
        nav ul ul li a:visited{
        color: #3399FF;
        display: block;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans";
        font-size: 12px;
        padding: 8px 5px;
        text-decoration: none;
        nav ul ul li a:active,
        nav ul ul li a:hover{
        background: #e4e4e4;
        color: #3366FF;
        padding: 8px 5px;

  • Table of content, third level leader lines

    Hello i have atable of content that works properly now, except for the fact that third level chapters, dont have leader lines to the page number
    1 blabla .............5
    1.1 blasecond.....7
    1.1.3 third lvl 9
    I want that third lvl style to also have leader line,
    i tried following this article http://docs.info.apple.com/article.html?path=Pages/3.0/en/c3pg49.html
    but the leader menu is disabled...
    thank you
    charles.

    Hi Charles,
    If you select the text of the TOC level you're trying to edit, go to the Text Inspector, click on "Tabs," and then go down to "Tab Stops" and select the number that's within the box, the option should no longer be greyed out.
    Hope that helps! Let me know if it doesn't.

  • Add third level submenu to spry menu bar

    I want to add a third level submenu to my Horizontal Spry
    Menu Bar. I have read that I cannot do this in design mode but
    rather have to program it in using the code view. Does anyone know
    how to accomplish this? Thanks so much!

    Its OK! I've just found an answer:
    http://forums.adobe.com/message/1049136#1049136
    PS. I did searching before I posted - but I didn't spot this till afterward

  • Implementing tree control in third level navigation

    Hello
    1. Is it possible to Implement a tree control inside third level navigation ?
    2. How can I make selecting one of the nodes change the display in another iview on the same page ?
    (How do they pass data to one another)
    3. Is it possible to select several nodes at once ?
    P.S
    Is there a how to guid out there ?
    Thanks
    Ziv.

    Hi,
    I undestand you want to hide/show tree nodes on demand.
    in the standard DTN (detailed navigation) it isn't possible.
    There are two options -
    1. As suggested you can modify the DTN provided by SAP - all the code is under com.sap.portal.navigation.detailedtree.par and the iView name is also com.sap.portal.detailedNavigationTree
    2. create this tree from scratch, and put it on the left side instead of the DTN or as a dynamic navigation iView.
    For creating navigation iViews by yourself, you can start from here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/0174a642406db7e10000000a422035/frameset.htm
    Regards,
    Tal.
    Edited by: Tal Haviv on Aug 15, 2008 12:55 PM

  • HP 8500 won't give the option to perform a third level print head cleaning

    I'm not sure why I care since every time I clean the heads the printer is actually worse but the printer never gives me the option to go to level three cleaning.
    The steps
    * Go to clean print head option in the menu
    * Printer goes through cleaning process possibly being momentarily interuppted by the check device process
    * printer goes to aligning printer because no matter what is printed it always goes to aligning printer afterward 
    * printer fails align and I hit ok
    * printer allows the me to start the second level of cleaning and I start it
    * repeat from 2nd step
    I'm never given the option to go to the third level.
    I have a nice 20 minute video of this. and that's only one cycle....
    This happened before and after I updated to the latest firmware.
    In regards to my first statement.  I started cleaning the print heads because the magenta stopped printing and after cleaning heads several times no colors or black print anymore.  I few days later somehow the printer started prininting again very poor quality and again no magenta so again cleaning the heads caused it to stop printing at all.

    Hey @Taylor2813,
    Welcome to the HP Support Forums!
    I understand that you're experiencing print quality issues with your HP Officejet 8500 All-in-One. I would like to work with you today. I did want you to be aware that it is generally not a good idea to run many cleans on your product. Level 1 and Level 2 just run a similar cleaning process. If you want to run a third level cleaning you could manually go into the menu on the printer and simply run another clean. Because the cleaning process uses ink to flush the ink system on your product, should you need to run a third clean on the product be aware that it will be just using a lot of ink for the process. Generally the rule of thumb is: should the first clean and second clean not make a difference don't continue as it will just waste ink.
    Because the cleans you have been running up to this point have made no difference and actually caused your issue to become worse, I do believe that your issue actually lies with your printheads. You have two printheads in your printer. One is the Black and Yellow and the other is the Cyan and Magenta. They control the ink going on your paper. If the Printheads are defective you will experience print quality issues. If the issue just affects Magenta than you may just have a defective Magenta printhead (should a new Magenta cartridge not resolve your issue). However, if the issue affects all colours and black than it would be a defect with both printheads.
    For your reference I will include the Print Quality Troubleshooting document for both versions of the Officejet 8500 series:
    HP Officejet Pro 8500A A910a: Fixing Print Quality Issues
    HP Officejet Pro 8500 A909a: Fixing Print Quality Issues
    In both of those documents you can see that should the cleaning not resolve the issue after 3 attempts than it is time to replace one or both printheads.
    Should you want to look into ordering printheads I suggested calling our Technical Support.
    HP Technical Support can be reached at : 1800-474-6836
    If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    HP Worldwide Contact
    Please let me know if this information is useful. I wish you luck with resolving this print quality issue!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Index third level entry issue

    I have a word document with Index marking. The index marking has three levels. When we import the word document into InDesign CS5 or later it shows up correctly without any mistake.
    However, when we export the content as RTF format the third level entry is missing completely. First two levels (level 1 and level 2 index entries) were appeared in the exported RTF.
    I need all the index entries must be appeared in the exported RTF format. Can anyone help me out in this issue would be great!!!

    Hi Becky,
                There are only 2 level navigation allowed by the Web Client UI framework.
    Please refer to the UI Guidelines by SAP at the below link:
    [UI GUIDELINES FOR CRM WEBCLIENT USER INTERFACE|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/302d8152-002b-2b10-34bd-9ff3c712dd4b]
    Thanks,
    Rohit

  • Third level Drill Down report

    Hi,
    I have a requirement to create the report using Crystal Reports 2008 up to 3 levels of drill-down. I tried to create it but I can create up to only 2nd level of drill-down.
    Is it possible to create 3rd level of drill-down. If yes, please let me know how to create it.
    Thanks in advance.
    Regards,
    Neel.

    Hi Neo,
    I use on-demand sub-reports.
    Example:
    If main report is for Customer summary which shows the amount received from customer.
    Then for 2nd level of drill-down I will insert an on-demand sub-report. This sub-report will show the sales order numbers for that particular customer.
    Now for third level of drill-down, I want show the details of sales orders (i.e., all the sales order lines of that particular sales order). So I am trying to insert a sub-report in existing sub-report, but here the sub-report option in the menu is already disabled.
    Regards,
    Neel.

  • [Solved] XFCE4 - enable keyboard third level

    Hi. I'm having problems using my keyboard's third level characters.
    The graphical tool doesn't have this configuration (gnome does).
    I tried editing my ~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <channel name="keyboard-layout" version="1.0">
    <property name="Default" type="empty">
    <property name="XkbDisable" type="bool" value="false"/>
    <property name="XkbModel" type="string" value="latitude"/>
    <property name="XkbLayout" type="string" value="us"/>
    <property name="XkbVariant" type="string" value="dvp"/>
    <property name="XkbOption" type="string" value="lv3:ralt_switch"/>
    </property>
    </channel>
    but no luck.
    What else can i do?
    Last edited by petter (2009-12-13 11:49:55)

    petter wrote:
    I googled for a solution to this issue again (after using gnome for a year). This thread was the first result, but the solution given (with HAL) is no longer valid (HAL is no longer installed as of xorg-server v.1.8). So, after finding a suitable solution i thought i should post an update.
    $ sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
    Section "InputClass"
            Identifier "evdev keyboard catchall"
            MatchIsKeyboard "on"
            MatchDevicePath "/dev/input/event*"
            Driver "evdev"
            Option "XkbLayout" "us"
            Option "XkbVariant" "dvp"
            Option "XkbOptions" "lv3:ralt_switch"
    EndSection
    I can confirm that this is a good working solution for third level keys.
    Using an Acer Aspire 7250 here, with Norwegian keyboard.
    Pressing right alt now allows me to use third levels symbols on keys.
    (the laptop came with Windows 7 originally, and third level symbols could originally be used with ctrl + alt + key).
    If someone knows how to change this:
    lv3:ralt_switch
    into a code that allows me to use ctrl + alt again, please let me know

  • Adding a third level to netbeans sample simple mobile game ?

    The tutorial at
    http://wiki.netbeans.org/CreatingJav...edLayerToScene
    helped me make a simple game with 2 levels, The first level being the forest level and the second one being the Desert level. I managed to make both these level work. As soon as the sprite Karel moves to the bottom right edge of level 1, level 2 is displayed, which also works fine. But now Ive made a third scene which I want to start as soon as the sprite Karel reaches the bottom right of the level 2 (i.e desert scene)
    I know that this portion of the code make the level 2 load as soon as Karel reaches the bottom right.
    public void run() {
              Graphics g = getGraphics();
              while (!this.interrupted) {
                   //switch to 'Desert' scene once the main sprite moves
                   //to the bottom right corner of scene 'Forest'
                   if (this.spriteKarel.getX() >= 340 && this.spriteKarel.getY() >= 340) {
                        try {
                             this.ground = this.gameDesign.getSand();
                             this.colliders = new TiledLayer[] {};
                             //remove all current layers
                             while (this.lm.getSize() > 0) {
                                  Layer l = this.lm.getLayerAt(0);
                                  this.lm.remove(l);
                             //load the 'Desert' scene
                             this.gameDesign.updateLayerManagerForDesert(this.lm);
                        } catch (IOException e) {
                             e.printStackTrace();
                        //reset the viewport
                        this.viewPortX = 0;
                        this.viewPortY = 0;
                        this.lm.setViewWindow(this.viewPortX, this.viewPortY, this.getWidth(), this.getHeight());
                        this.lastDirection = -1;
                   }But how can I do the same for level 3 to load? I tried adding the following code in the run function but it ran level 3 instead of level 2
    if (this.spriteKarel.getX() >= 300 && this.spriteKarel.getY() >= 300) {
                        try {
                             this.ground = this.gameDesign.getSide();
                             this.colliders = new TiledLayer[] {};
                             //remove all current layers
                             while (this.lm.getSize() > 0) {
                                  Layer l = this.lm.getLayerAt(0);
                                  this.lm.remove(l);
                             //load the 'Wall' scene
                             this.gameDesign.updateLayerManagerForWall(this.lm);
                        } catch (IOException e) {
                             e.printStackTrace();
                        //reset the viewport
                        this.viewPortX = 0;
                        this.viewPortY = 0;
                        this.lm.setViewWindow(this.viewPortX, this.viewPortY, this.getWidth(), this.getHeight());
                        this.lastDirection = -1;
                   }

    I think that the problem is in your 'if' conditions where you check the current position of the Karel sprite. The second condition
    if (this.spriteKarel.getX() >= 300 && this.spriteKarel.getY() >= 300)is met before the first condition
    if (this.spriteKarel.getX() >= 340 && this.spriteKarel.getY() >= 340)That why you go straight into level 3.
    I suggest you declare another variable, for example 'level' where you will store the current level number and employ this in your conditions, e.g.
    if (this.spriteKarel.getX() >= 300 && this.spriteKarel.getY() >= 300 && level == 2)
    if (this.spriteKarel.getX() >= 300 && this.spriteKarel.getY() >= 300 && level == 1)That should do the trick......
    One important thing to add. When you move one level up do not forget to bump your level variable by one (level++).

  • Third level backup recommendation

    I’m planning on doing a 3rd level backup on my MBP using a USB drive, like WD Air with time machine. The USB drive will be kept offsite and only be plugged in to the MBP once a month to get a differential backup.
    Does anyone have any suggestion as to what USB drive to use. Any other suggestions will also be helpful.

    As Tom mentioned, there have been reported problems with WD and Mavericks.  Problems have been with WD's software, so if you have a WD, Partition and Format the disk with Disk Utility and do not use WD's software (it's not needed).
    Not much choice in drives these days, there are only a few manufactures.  Get a disk that's 2-3 times larger than the disk you're backing up.  For what you're using it for, a Portable External Hard Drive would be a good place to start looking 1T and 2T drives are now afordable, take a look at Newegg and http://dealmac.com/c51/Computers/Storage/

  • Workflow not send to third level approval

    hi guys,
    we have 3 level approvals/ release code: RE, BC and A1.
    after RE approves, it will set the agent to BC .
    the problem now, after BC approves, the agent will not be set to A1, can u guys pls advice why only 3rd level approvals did not receive the email/agent notification ..

    Does the rule identify the user correctly? (Does the correct agent display in the release tab in the document screen.) Then role resolution is not the problem.
    Can the user use ME29N or ME28 to release (assuming it is a purchase order and not requisition or some other document)? Then authorization to release is not an issue.
    Have you defined possible agents for the release task that includes the user?

  • Newest update to FF 18.0.1 - When hovering in Menu Bar at top of browser, second and third levels go black on hover

    When I click in the menu bar - the dropdown blacks out the menu dropdown. Very aggravating!!!

    hello, please try [[Upgrade your graphics drivers to use hardware acceleration and WebGL|updating your graphics driver]], or in case there is no new version available at the moment/this doesn't solve the issue, disable hardware acceleration in firefox > options > advanced > general.

Maybe you are looking for

  • Some movies/categories won't connect to the itunes store.

    Some movies/categories won't connect to the itunes store.  When we try to access kids/family genre it says it can't connect.  But we can see some kids/family movies from top movies, but others not? For instance when I search on a movie it finds the m

  • Re: Update Duplicate Rows

    Oracle 11.2.0.2 Windows 2008 I have this table (case_file) with duplicate rows (case_number). I will like to make the case_number unique through out the table. For example, if I have two rows with the same case_number(225), I will like to change one

  • Penryn macbook firewire status

    I intend to buy a laptop for two purposes: 1) guitar fx processor for playing live. 2) mobile recording of nature. Playing live requires a firewire interface, for lower latency than usb, and nature recording requires buss power for the audio interfac

  • My photoshop quits unexpectedly after I select print

    Can someone please help. When I am on my mac, using cs5 and I select print, my photoshop quits unexpectedly. I upgraded to Yosemite this morning to see if that might help, but it still does this frustrating quit. It doesn't save anything and a very l

  • Changing Inco terms after PGI

    Hello! We have a requirement that we occasionally need to change the inco terms (due to incorrectly entered earlier or at the lat minute they changed and for customs we need to change them). The Inco terms by themselves don't have any role to play in