Touch ring and mouse wheel don't zoom

My wacom touch ring and mouse wheel don't zoom with elements 10; they only scroll.  It worked with my last version, elements 5.  Is there anything I can do to fix this?

thank you, thank you, thank you
thank you for replying so quickly
thank you for having the right answer
thank you for fixing my problem . . . if only real life was like this!

Similar Messages

  • Mouse wheel don't work.

    Mouse wheel don't work
    This is my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "xtrap"
    Load "record"
    Load "GLcore"
    Load "dbe"
    Load "dri"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "es"
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    VertRefresh 60.0 - 75.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "HWCursor" # [<bool>]
    #Option "SWCursor" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "UseBIOS" # [<bool>]
    #Option "LCDClock" # <freq>
    #Option "ShadowStatus" # [<bool>]
    #Option "CrtOnly" # [<bool>]
    #Option "TvOn" # [<bool>]
    #Option "PAL" # [<bool>]
    #Option "ForceInit" # [<bool>]
    #Option "Overlay" # [<str>]
    #Option "TransparencyKey" # [<str>]
    #Option "ForceInit" # [<bool>]
    #Option "DisableXVMC" # [<bool>]
    #Option "DisableTile" # [<bool>]
    #Option "DisableCOB" # [<bool>]
    #Option "BCIforXv" # [<bool>]
    #Option "DVI" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "DmaType" # [<str>]
    #Option "DmaMode" # [<str>]
    #Option "AGPMode" # <i>
    #Option "AGPSize" # <i>
    #Option "DRI" # [<bool>]
    Identifier "Card0"
    Driver "savage"
    VendorName "S3 Inc."
    BoardName "86C270-294 Savage/IX-MV"
    BusID "PCI:1:1:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    And also I try both in wiki http://wiki.archlinux.org/index.php/Xor … ot_working
    Mouse wheel not working
    The "Auto" protocol doesn't seem to work properly in Xorg 7 any more. In the InputDevice section for your mouse, change:
    Option "Protocol" "auto"
    to
    Option "Protocol" "IMPS/2"
    or
    Option "Protocol" "ExplorerPS/2"
    What more can I do?

    my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "dbe"
    Load "dri"
    Load "GLcore"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "CPT"
    ModelName "13a6"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "composite" "enable"
    EndSection
    i have not have a problem with -- Option "Protocol" "auto" 
    you should check the output of xev with your mouse over the window and see some output (in the console you launced from) like this:
    ButtonPress event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
    state 0x0, button 5, same_screen YES
    ButtonRelease event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20177357, (148,61), root:(699,395),
    state 0x1000, button 5, same_screen YES
    ButtonPress event, serial 31, synthetic NO, window 0x3400001,
    root 0x6a, subw 0x0, time 20178421, (148,61), root:(699,395),
    state 0x0, button 4, same_screen YES
    what kind of mouse is it? google <mouse brand>+linux ? anything in dmesg about it? USB? what does `lsusb -vs XXX:YYY` say about it?
    just some places to look.
    hth

  • Keyboard and Mouse pad don't work.

    Can anyone help me? I figured I should come here before bringing it to a shop.
    I have upgarded my ram from 2gigs to 4gigs with Crucial ram.
    Though regardless if I have the new ram or old ram in, my keyboard and mouse pad don't work. There were occasions before when the keyboard would lock up for a short while, but I have no idea what's causing this.
    My only thought would be that sometimes my computer would get unusually hot, but i just turn it off when that happens.
    Everything else works fine, the USB ports work with keyboards and mouse's, the power chord works fine, there seems nothing wrong with the battery or display.
    Thanks you for any help.

    Welcome to Apple Discussions!
    Has your keyboard and mouse quit working altogether or just when the computer is hot? And do I understand that an external keyboard and mouse will work with no problems?
    And I am wondering about your computer running unusually hot. Are your fans operating properly? You might want to run the extended version of the Apple Hardware test to be sure that the fans and thermal sensors are working properly. If they are not, you will get one or more error codes.
    Another thing to do to check when your Mac is unusually hot is the Activity Monitor. Select "All Processes" at the top right and check for any process running that should not be which is using lots of CPU.
    I don't know if the keyboard problem is related to the heat problem or not, but I would want to know what is causing the heat problem too. Over time, excessive heat can cause damage to the logic board. It could also conceivably damage the ribbon cable which connects the keyboard and I would guess that the trackpad could also be affected. So it is important to see what is going on here. If you have been experiencing excessive heat on a regular basis, this might be the underlying cause of your keyboard and trackpad problems. If so, the heat problem will have to be fixed or the other problem will recur over time.
    Try the AHT and post back with any results. Also, use iStatPro to check on your fans and make sure both are running at roughly equal speeds and that they run faster when the computer gets hot.
    Good luck!

  • IFrame and Mouse Wheel conflict

    Hi
    A question, if someone can help it would be great !
    I made a fonction on the stage, I listen to the mouse wheel, that works perfectly ! but then I call an iFrame and put it in one symbole, at this moment each time I use the mouse wheel, when I am over this symbol it stop working, outside it is style working
    Any idea ?
    Code of the mousewheel function
    $(window).bind('DOMMouseScroll', function(event) { }
    thanks

    Hi, So the Shockwave Flash Object...ActiveX Control...Flash10e.ocx is installed in the manage add ons and it is enabled.
    Is that the only one listed that way, no other Shockwave Flash Object? If so then that is correct.
    The Flash files for Firefox (or other browsers): Flashplayer.xpt, uninstall_plugin.exe, NPSWF32.dll and NPSWF32_FlashUtil.exe are correct IF when you right click on the 2 NPSWF files and click on Properties and they are the version 10.0.45.2.
    The Flash files for IE: FlashAuthor.cfg, FlashUtil10e.exe, install.log and uninstall_activeX.exe are correct. The FIDbg10e.ocx is a debug version. The FlashPlayerTrust I don't see too often. My research tells me this was similar to the current Settings Manager but for older Flash Player versions. Anytime I see that or the FIDbg10e.ocx, or even older versions I recommend removing it. Sometimes a user will even have an older version of the debug .ocx.
    I don't know what Flash files are installed if say a user has only the debug version. But what I see here is a mix. The IE Flash files have the current version (the first three listed) and a debug .ocx. I would think that would certainly cause a conflict. The correct file should be Flash10e.ocx.
    If you were just concerned about your Flash Player working correctly or not, I would suggest removing the FIDbg10e.ocx and the FlashPlayerTrust.
    You might want to go to this Adobe Flash Player test site: http://www.adobe.com/software/flash/about/ I would be interested in knowing what that result is.
    Thanks,
    eidnolb

  • Keyboard and mouse randomly don't work after boot

    Hello there, I have been having a problem lately  with the keyboard. Some times after the booting process it doesn't work, forcing me to restart my laptop even 3 or 4 times before getting it to work properly.
    Here is the keyboard boot process. wich has actually a problem that I can't understand clearly.
    dmesg |grep keyboard
    [    2.308714] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
    [    2.959550] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    I noticed this error during the boot preocess, how should it be interpreted?
    I'm sure in the kernel, the device atkbd is selected.
    The synaptics mouse instead, doesn't work properly in X
    My mouse is a synaptic touchpad and when I start x, instead of loading the synaptic device, xfce simply see it as ps/2. Also this happens randomly.
    dmesg |grep mouse
    [    2.098008] mousedev: PS/2 mouse device common for all mice
    [    4.836233] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400, board id: 3655, fw id: 631163
    [    6.696381] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04773/0xe40000/0x5a0400, board id: 3655, fw id: 631163
    Xorg conf:
    Section "inputdevice"
       identifier "synaptics touchpad"
       driver "synaptics"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
    Endsection
    Any suggestion?

    Welcome to Apple Discussions!
    Has your keyboard and mouse quit working altogether or just when the computer is hot? And do I understand that an external keyboard and mouse will work with no problems?
    And I am wondering about your computer running unusually hot. Are your fans operating properly? You might want to run the extended version of the Apple Hardware test to be sure that the fans and thermal sensors are working properly. If they are not, you will get one or more error codes.
    Another thing to do to check when your Mac is unusually hot is the Activity Monitor. Select "All Processes" at the top right and check for any process running that should not be which is using lots of CPU.
    I don't know if the keyboard problem is related to the heat problem or not, but I would want to know what is causing the heat problem too. Over time, excessive heat can cause damage to the logic board. It could also conceivably damage the ribbon cable which connects the keyboard and I would guess that the trackpad could also be affected. So it is important to see what is going on here. If you have been experiencing excessive heat on a regular basis, this might be the underlying cause of your keyboard and trackpad problems. If so, the heat problem will have to be fixed or the other problem will recur over time.
    Try the AHT and post back with any results. Also, use iStatPro to check on your fans and make sure both are running at roughly equal speeds and that they run faster when the computer gets hot.
    Good luck!

  • My iPods touch 1st and 2nd generation don´t show up anymore in iTunes after upgrade to iTunes 10.5 and MacOsX 10.6.8 Snow. What can I do??

    I was using iPods touch 1st and 2nd generation together with iPod Shuffle 1st generation with inferior versions of iTunes and MacOS X without any problem. After I upgraded to iTunes 10.5 and Mac OS X 10.6.8, the iPod Shuffle still appears in iTunes normally, but the iPods don´t appear. Its not a problem of the USB because because it happens with two different USB cables which worked just fine before. Any idea how I could get the iPods working again?? Thanks a lot!!!

    I have an iPod Touch 2nd Gen, MacOS X 10.6.8 and iTunes 10.5, and my iPod still works when I plug it in.
    So it's not the software, because mine still works. Do your iPods have a lock on them? If so, try unlocking them and then plugging them in, usually when your iPod has a passcode lock it won't show up in iTunes until you unlock it.

  • HSlider and mouse wheel

    I'm using Flex 4 and I've noticed something annoying with the spark HSlider: if I click the slider, it seems to retain focus so that even if the mouse is not over it, moving the mouse wheel up or down still causes the slider to move left or right.
    I'd actually prefer that my slider not respond to mouse wheel events at all, but preventDefault() doesn't seem to work in this case. How can I get an HSlider to ignore mouse wheel events???
    Thanks,
    Rob

    Sublcass HSlider and include this code
    override protected function system_mouseWheelHandler(event:MouseEvent):void
                // DO NOT DELETE THIS FUNCTION
                // leave blank to remove wheel scrolling on sliders

  • Cover flow Scrollbar and mouse wheel issue?

    When I scroll my podcasts in cover flow view using the mouse wheel it skips some of the podcast album art.
    What I mean is when moving the scrollbar left or right with the mouse wheel the scrollbar skips like half way instead of being able to scroll every single album art one after the other.
    Is this normal and if so why is it designed this way?

    Hi..
    Might be help for you here >  OS X Lion: Vanishing Scroll Bars & How to Get Them Back | Apartment Therapy Unplggd

  • Safari and Mouse-wheel "click" function.

    Hi.
    I have this problem when i click on my mouse-wheel i can't fast scroll like i can in Internet Explorer.
    Is there any setting for this or something?
    I'll explain what i mean if you have problems understanding exactly where i'm going with this.
    In Internet Explorer i always "click" on my mouse-wheel button to enable a faster way of scrolling up/down websites by just dragging the mouse up/down.
    In Safari this option doesn't seem to exist.
    Please help.

    Hi Kenny79 and welcome to the Apple discussions forums!
    Well the answer is unfortunately NO, their are no settings you can change, and this feature is NOT included in Safari for Windows as of now anyway.
    Though, I can add that i miss that feature too !-).
    Cheers, J~G
    null

  • Parallax with easing from anchor and mouse wheel

    Can anyone please point me into a tutorial on how to add mouse wheel easing with a parallax effect? An effect similar to www.boy-coy.com where easing is everywhere - in anchor links, in scrubbing the scrollbar, and even when using the mouse wheel.
    Any help would be appreciated. Thank you.

    I uninstalled the 1.6.06 on my Windows xp Windows Virtual Machine because I believe it was doing this.Granted, you will have the latest JRE installed, but the Forms app is still configured to use JRE 1.6.0_06. If you open your Java Console, you will see the Java version listed at the top and a message that basically states the JRE is stepping down to the specified version.
    IE7.The minimum JRE version required for IE7 is Oracle Jinitiator 1.3.1.28 or Sun JRE 1.5.0_06 (Forms version 10.1.2.2) or 1.6.0_04 (Forms version 10.1.2.3).
    Then I also tried on Windows 7. IE8.Windows 7/IE8 required Forms 10.1.2.3 and Sun JRe 1.6.0_16 or higher.
    You can find each of these requirements in the Oracle Application Server 10g (10.1.2) Certification Matrix.
    In order to test your client with the new JRE version, I suggest you contact your Apps Server admin (SA) and ask them to create a new config in the formsweb.cfg. This is easy to add if they use the Oracle Enterprise Manager 10g - Application Server Control. Once your SA has created a config that uses the 1.6.0_23 version of the JRE, you just need to pass this as a parameter in your application URL. For example, if your URL is: "http://your.server.com:8889/forms/frmservlet" you would add "?config=your_config". All together it will look like: http://your.server.com:8889/forms/frmservlet?config=your_config
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    By the way, you can quote someone's post by enclosing their comments inside the tag (only in lower case). For example:
    someone's quote here and this will show up like:
    someone's quote here:-)

  • Drop-down list box and Mouse wheel.

    When a xft form doesn't fit in the web browser (using webaccess) because it's bigger, the drop-down list box control has a distinct behavior than other controls like select control in html or listbox in VB.
    When I click in the field to drop the list and scroll down the mouse wheel, the position of the control remains static while the form in the background scrolls down, so the drop-down list box is at the top of the other controls of the form. In most of the forms I've used, the "normal" behavior, if I can say it this way, is to scroll down the list. It doesn't disturb me at all, but some users have complained this behavior. Is there a patch for this control?
    I've using form designer 5.0 with AWS version 6.2.121.0
    Any help is appreciated,

    No patch that I am aware of. It could be related to a memory issue within the browser container. I have seen this behavour many times over when dealing with larger forms.

  • Can decouple the scrolling direction for trackpad and mouse wheel?

    Hi,
    When you set the trackpad to scroll inversely using the "moving the frame" methophor, the mouse wheel behaves the same. But if you go to the mouse setting to set the wheel to scroll according to the direction of the finger, it affects the trackpad settings too... Can these two be decoupled?
    Also, when I post stuff here, does product team see these, or I should raise an actual ticket?

    Also, when I post stuff here, does product team see these, or I should raise an actual ticket?
    Apple does not normally read these forums.  You can tell Apple your thoughts:
    http://www.apple.com/feedback/
    The scrolling thing is not a "bug" so you'll want to get as many people to complain so that Apple includes an option in a future update.

  • Touch Optimizer and Mouse optimizer dont work since updates

    I noticed during the last update that the mouse optimizer and touch optimizer programs dont work. When you go to open them it says the application failed to start because its side by side configuration is incorrect. Any ideas?

    Fortunately, I had a ghosted image of my hd, so I just had  to roll it back one week. It is now where it was, one week prior to these upgrades, and there is no sign of any sort of "optomizers".
    I had the update program run again, and sure enough these same upgrades are showing up again, but upon reading them more carefully, they are for the 8 series, might be the reason it is creating a problem on the 5 series. Unfortunately, a complete restore is the only way to be rid of these "upgrades" 
    They really should only be sent down to series 8 machines, as I didn't read it too carefully, and installed it myself, next time I will be a little more careful...

  • Touch pad and mouse

    My Microsoft wireless mouse and my laptop touch pad are not working properly.  Example:  when I click a link in an email, I normally would left click & the link would open.  Now, with both devices, I must right click the link & choose the open command, which isn't that big of a deal but some links won't open with any kind of click.   It would correct itself if I did a system restore, but restore doesn't work anymore because my computer had a vius.  I have uninstalled & reinstalled, drives are up to date.  I have checked the settings for both, normal right hand set up.  Am I missing something?  Any help would be greatly apprecciated. 
    Thanks,
    Kate

    Hi @surlygirlie,
    Welcome to the HP Forums!
    It is an awesome  place to find answers and information!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that you mouse and TouchPad are not functioning correctly as you have no left click on either.  You have tried uninstalling and reinstalling the drivers and checking the settings but no change.
    You did state you are unable to do a recovery as you had a virus and is no longer available.
    I would check again for  viruses and  malware just to be sure.
    Microsoft Malicious Software Removal Tool.
    Although this is not a recommendation  many people have used Malwarebytes for removal of unwanted software  with much success.
    Windows 8 has a new option which does reinstall your Windows and should leave your personal information.
    HP PCs - Refresh Your PC to Resolve Problems (Windows 8)
    Before doing a refresh, I suggest you do a backup just to be on the safe side.
    If the issue remains, I would do a recovery back to factory.
    HP PCs - Performing an HP system recovery (Windows 8)
    If you did not previously backup your data, you will notice an opportunity to do just that during the backup.
    HP PCs - Restoring Files that were Backed Up Using HP Recovery Manager (Windows 8)
    Good Luck!
    Sparkles1
    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 bottom right to say “Thanks” for helping!

  • G500s Touch keyboard and mouse pad not working

    I've uninstalled and reinstalled the drivers. The solution center says everything is fine. USB mouse works, as does the touch screen, just not the actual keyboard or pad.
    Please help.

    For additional information - i now have my keyboard working, but the touch pad is still not working. I went to the lenovo site and downloaded the elan driver again. it extracted, but once i clicked for it to install, it says No Appropriate Driver to be installed.

Maybe you are looking for

  • How to dynamically display .flv files in website

    I'm using a JSP for my interface.?? In the webpage, I want to pass a java variable, which holds the url to the video that was retrieved from the database, to the flash player script to dynamically determine which video to play.?? For example, this co

  • Photoshop elements 13 - print area cannot be opened - appcrash.New installation - same problem. What can I do?

    Hi, I wanted to print a picture in Photoshop Elements 13, which was installed yesterday. But when I push the print button the message appears: Ph. Elements 13 does not work any more. Search for solution ... Details: Appcrash. PhotoshopElementsEditor.

  • Using Portal navigation for KM Integration in ABAP

    Hi All, I am trying to call the KM Navigation iview from ABAP webdynpro view. it is like implement the same functionality as currently available for Repository filters through ABAP coding. I have to create a new Folder in the KM and call the KM Navig

  • Can't see the external disk attached to the TC!!!

    Just bought a TC 1TB today. I put a WD 500G external disk to the usb port of the TC. And i found it ways lost the connection to the WD when i see the two airpot disk in my finder. TC's internal disk is fine and never lost, but i sometimes i can not f

  • Generating standard SAP report

    Hello experts I am trying to generate standard SAP 8D report using action box (Request 8D report).I am using Std SAP notif type F2. I am able to fill section 1 and 2 (1.Reference 2.Defect description). I am unable to fill section 3-8 . I looked at th