Is it possible to lock a certain area from paging?

In my folios I have an area on the very top where web content is embedded.
In this web content there is also a progress knob that you can move from the left to the right and conversely.
If you don't touch this knob exactly, the folio moves a bit to the left or right - and not the knob.
Is it possible to lock this area, so that pagging to the next or prevous side is only possible below it?

Or make sure your HTML handles touch gestures, even if it does nothing with them. If the HTML handles the gesture (not just the button, but also the backround of the page) then we won't get it and won't navigate pages.
Neil

Similar Messages

  • Lock a certain day from posting goods movements

    Hi, is it possible to lock a certain calendar day so that no goods movement can be posted on that day? Thanks in advance for any input.
    yu

    In that case you want to use auth group that I mentioned earlier. From Jan 20 through Jan 31 when you want to lock MM transactions but leave it open for COGS or other adjustment /correction postings, then you should define which group of people should have that access and assign auth group to inventory accounts as well as these users. You should activate auth group control only for such period. But remember such group of people will be able to do any inventory transaction. If you know they will be posting only to COGS then bring COGS account as well under same auth group and let them not post to any other GL accounts. You can still automate these changes using the program and batch job. Obviously OB52 will look complicated.
    There is no way to establish date wise control if you are looking for it. You will have to work around one of these ways.
    Regards
    Subodh

  • Hide/disable certain areas from the Overview page of ESS in portal

    HI All,
    We have a requirement where we need to hide/disable certain areas from the "Overview" page of ESS in portal.
    In Overview page, we have certain links like Employee search,Life and work events,
    Purchasing and travel and expenses.
    I m not able to find these pages under overview workset also.
    We have to hide 'Purchasing' and 'life and work events' areas from the overview page as the customer dosent want to use this sap standard impl.
    Is the customiztion to be done from portal side or do we need to do it from the IMG??
    Can someone pls tell us in detail how to do it?
    Thanks,
    Abhishek

    Hi Abhishek,
    Inorder to hide/diable certain areas from the Overview page of ESS you need to do it from the IMG.
    The detail steps are as follows:
    1) After logging in to your backend, run Transaction code SPRO.
    2) Select the SAP Reference IMG button.
    3) Follow the path: Cross-Application Components >> Homepage Framework >>
    Areas/Sub Areas.
    4) In the Assign SubAreas to Areas OR Assign Areas to Area Group Pages (depending on your requirement), to hide the particular area , set the Position value to 0 for the Area / SubArea that you wish to hide.
    5) After making the changes, Refresh the Portal browser page to reflect the new changes.
    Hope this helps.
    PS : Award points if found helpful.

  • Hiding certain areas from the overview page of ESS in portal

    HI All,
    We have a requirement where we need to hide/disable certain areas from the "Overview" page of ESS in portal.
    In Overview page, we have certain links like Employee search,Life and work events,
    Purchasing and travel and expenses.
    I m not able to find these pages under overview workset also.
    We have to hide 'Purchasing' and 'life and work events' areas from the overview page as the customer dosent want to use this sap standard impl.
    Is the customiztion to be done from portal side or do we need to do it from the IMG??
    Can someone pls tell us in detail how to do it?

    It sounds like first you need to understand the Overview page and how it gets built. This all comes from the Homepage Framework configuration in the BACKEND (ECC box). Look in the IMG under "Cross Application Components" (or in the ESS section as will which actually has the same section) to find the configuration area. The Homepage Framework configuration however is also tightly coupled to the portal content (ie. objects in a portal role PCD path are tied to configuration "resources" in the Homepage Framework configuration). I won't get into all that, as there is plenty of material in these forums and documentation (help.sap.com) that describes the details of how all of this works. However, to answer your immediate question....
    Ok....so the "lazy man's approach" is fairly simple....in the IMG where you assign the Areas to the Area Group, you can simply change the display order number of the ones you want hidden to 0 (zero)....this will at least keep your standard entries in place....or you can just delete them from the assignment to the Area Group in the "change" step.
    Sooooo....that gets them off the Overview (Area Group) page. However, they will still be in the standard delivered portal role (for example, the worksets will still show up in the second line of the top level navigation). So you need to remove the worksets from there.
    Now, I call the above the "lazy man's approach" because in actuality, you should build your own custom Homepage Framework to your needs. This way it is safer, customized and you are not touching the standard, delivered entries so you can use them as reference later. Also, you should be doing the same on the portal side....ie. build you own custom role based on delta-linked copies of the standard objects (worksets, pages, and iViews). This might seem like a lot of work, but it is way more flexible....for example, if you need several different ESS "versions" to accomodate different types of users.

  • Warp certain areas in a photo, PLEASE help.

    I know that PSE 9 does not come with a "warp" feature (in transform or free transform).
    Example scenario: In a photo of a face, I want to flatten or extend his nose.
    Is it possible to select a certain area of photo and distort that area. Or any suggestion.
    Thank you.

    Ah..."Mesh Warp" was the phrase I was trying to think of.  Thanks for jogging my memory.
    You can select an area in the photo and have the Liquefy distortion only affect that selected area.  The distortion won't go beyond the selected area, however.
    Ken

  • Is it possible to Lock just one column value in a row?

    Is it possible to Lock just one column value in a row
    A Java Developer has just asked me if it is possible to Lock just one column value in a row in Oracle
    select ename from emp where empno=7369 for update;
    EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    7369 SMITH      CLERK           7902 17-DEC-80        800                    20
    will lock the entire row with empno=7369.
    But is it possible to lock one column value from this row, like SAL=800 ?
    Edited by: J.Kiechle on Jan 8, 2009 10:45 PM

    J.Kiechle wrote:
    Is it possible to Lock just one column value in a rowNo. Locking granularity is a row.

  • Remove zero's in a certain area

    hi i'am trying to remove the numbers 1 in a certain area and i have already wrote a little program, but it doesn't work like it should.
    The goal of this program is to replace al the numbers 1 in a certain area
    attachments: program
    Attachments:
    Untitled 4.vi ‏24 KB
    MatrixOpteller.vi ‏18 KB

    Your VI is incomprehensible with all these recursive calls and probably buggier than an ant farm. Why are row and column controls DBL instead of integers?
    This can probably be done with code the size of a postage stamp. Can you explain the problem in detail with words instead of code?
    How do you define a "certain area" from the two controls (Rij, Kolom)? Maybe show us a picture!
    You probably could take an array subset, autoidex over two FOR loops, and replace it back into the original array. You could also do the entire thing "in place" with a little more code.
    LabVIEW Champion . Do more with less code and in less time .

  • Lost Mode and Play Sound are "Pending."  However, iCloud indicates that it connected and backed up to iCloud at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)

    Hi,
    My wife lost her iPhone two weeks ago while on vacation in London (cell service inoperative in foreign country).  Using Find My iPhone app on my device, I activated Lost Mode and Play Sound.  However, both are listed as "Pending," since it those actions require the phone to connect to the internet (wifi only due to no cellular data coverage.).
    We recently returned home and purchased a new iPhone.
    However, when looking to restore the apps/settings from her old phone using a previous iCloud backup, iCloud indicates that the old phone connected to iCloud and backed up the original phone at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)?
    If the phone was activated and connected to the internet via a wifi signal, shouldn't it immedately lock, show up on the map, Play Sound, and send me an email that the phone has been found?
    I also read somewhere that if running iOS 7, the iCloud website interface enables you to track previous locations, for instance if the phone moves from wifi hotspot to hotspot.  Is that true?  If so, how do I do that?
    Thank you for your time, and have a great day!
    Sincerely,
    - Matt

    just giving this a wee bump as time is of the essence here and i need advice/ answers quick!
    apologies if i've broke any rules!
    alex

  • Is it possible to lock account Groups of customers

    Hi,
    ist it possible to lock account Groups of customers? I don't want to delete some groups, because
    there some customers with this groups i want to lock, but i will avoid that there are new customers with
    this groups.
    Regards, Dieter

    Hi,
    Yes Basis Consultant will ristrict the authorization of creating certain Customer Groups as satish said.
    So Provide the List of Customer grps to Basis Consultant and ask him to ristrict to all the users.
    Regards,
    Padma

  • Locking down certain apps or folders

    I know there is no simple answer to this question, but here it goes.  I am a kindergarten teacher and I have found many great apps for my students to use in centers while I am working with a small group.  I want to know the best way to give them access to the apps that I want them to use whole hiding all the rest.  I wish you could lock folders like you can lock photos and documents.  Any ideas?

    It's not currently possible to lock app folders, the only access restrictions that you have are those in Settings > General > Restrictions e.g. hiding Safari, iTunes, App Store ('installing apps') and hiding third-party apps via their age rating.
    If you have iOS 6 on the iPad then you can use the 'guided access' accessibility function to keep them in one app : http://www.apple.com/ios/whats-new/#accessibility
    It allows a parent, teacher, or administrator to limit an iOS device to one app by disabling the Home button, as well as restrict touch input on certain areas of the screen.

  • Is it possible to lock the keyboard of a client from a server using java

    please explain wheterit is possible to lock the keyboard of a client from a server using java

    You want to process code on one machine, and thereby lock the keyboard on another machine? No, that's not possible. It is extremely far from possible.
    Of course, if the client is running software with security holes in it you might hack into it and crash the thing. This will lock up the keyboard pretty good. I hope that's not what you want ...
    Or are you talking about a setup where you already have code running on the client, and some sort of communication between client and server? In that case what you need to know is whether it is possible to lock the keyboard at all. Once you have figured that out, it is trivial to add the communication code to have the server software tell the client software to lock the keyboard.
    So what do you mean with "lock the keyboard"? It's pretty easy to remove/disable all keyboard related listeners in your own application. It's a lot harder (and AFAIK impossible with pure java) to disable alt-tabbing out of the application. And impossible, except from exploiting security holes, to lock the ctrl-alt-delete-combination on windows machine.

  • Is it possible to lock out  the Key Board commands in Keynote?

    Is it possible to lock out your key board actions  in Keynote? This happened all of a sudden. My keyboard has no effect on my trying to change text colors or enter characters. By using the mouse to add text the text box appears but I cannot change the character color.I can change it with the mouse and the new color is displayed but when I type nothing appears as the default color is white and the background is white. I did a copy and paste from a previous slide and I can enter the line to start editing but nothing appears. Nor can I delete anything with the Key board. This is only happening in Keynote. If I use the Key Board to send an email everything works fine. Can type and use the delete button so it seems that the Key Board is fine with other Apps, this is just happening in Keynote. It seems like the Key Board actions are not taking place, it is as if the Key Board is locked out of the Keynote functions.
    Thanks in advance for any help
    Rodger

    Try resetting Keynote as follows:
    remove Keynote version 6.5, you must use an application removal tool for this procedure to work:    Appcleaner is free, I use Appzapper
    empty the trash
    Shut Down the Mac (Apple menu > Shut Down)
    wait 10 seconds, then press the power button
    Immediately after you hear the startup tone, hold down the Shift key, release the Shift key when you see the grey Apple screen
    start up will take a few minutes longer than usual as the Mac is performing a repair routine
    restart the Mac normally, (don’t hold down any keys during startup)
    install Keynote from the Mac App Store

  • Error in BSP runtime repository: "Not possible to lock runtime repository"

    Hi,
    When I tried to change runtime repository of a component BT120H_CPL, in BSP component workbench, I am getting the following error: (The component is already enhanced one only).
    Not possible to lock runtime repository
    Message no. BSP_WD_TOOLS216
    Diagnosis
    You can only lock and edit runtime repositories that are saved statically in a BSP page. This means that the page may not contain dynamic elements, such as ABAP source code or page includes. Dynamic BSP pages must be loaded via HTTP and cannot be locked or edited.
    It is also not possible to lock or edit runtime repositories that are only referenced as a URL or that are in the MIME repository.
    System Response
    Lock not possible. You remain in display mode.
    Could you please help me out for the same.
    Thanks,
    Sandeep

    Hi Sandeep,
                    There is another way of commenting the code as below:
    <!--  commented code -->
    This wouldn't cause any scripting comment. Generally we use <% %> type of comments if we want to comment more than 1 line at a time. But for repository we have to use code as I mentioned above for each line seperately.
    I hope that resolves your query
    Thanks,
    Rohit

  • Is it possible to lock the Asset after capitalization - GR Posting done

    Hi,
    The Fund Reservation configuration containing with Fund, Fund Centre & Commitment Item is linked with Asset at the time of creation of PR.
    If we change the asset in PR, the new Commitment Item is showing after GR posting.
    At the same time old commitment item is showing through Invoice Posting.
    Is it possible GR reversal after capitalization of Asset ? 
    Invoice raised through FB60 not MIRO.  Hence, Invoice No. details are not shown in PO History.  Payment made and the capitalization impact shown in the Asset Master also.
    Please confirm the following:
    If the open GR (capitalized) in PO - Is it possible to lock the relevant Asset?
    If the open GR (capitalized) in PO - Is it possible to block the PO?
    Expecting few valuable guidelines from MM forum.
    Regards,
    GB

    Closed.   No solution.

  • Is it possible to lock cells in a shared document?

    I would like to share a document and only allow certain cells to be available for changes in the data in those cells. Some cells will have formulas I don't want changed. Is it possible to lock a cell or range of cells so they can't be changed? Thanks for any help you can give.

    they added password protection for the whole document, but I don't know about individual cells. that would require sheet or table level password protection, which isn't available.
    Jason

Maybe you are looking for

  • Error in standard SIT form : ORA-01403: no data found

    Hi I have created a custom responsibility and menu. And attached the single seeded function "Enter Person Special Information" to the menu. Whenever I try to access the function it opens the FORMS and gives the error. ORA-01403: no data found FRM-407

  • Can you insert a HTML tag in mail?

    Basically I want to replace a very long and messy hyperlink with one word (DIARY) as a signature on my emails. I believe this is called a HTML tag. Anybody have any ideas on how to do this? Thanks

  • Bug or Design Flaw?: Multiclip

    I'll put headings on this posting because it's gonna be long and you may want to skip parts. *Executive Summary* Multiclips do not retain modifications. So far I've tried adding markers and adjusting levels to a multiclip in the Viewer and after swit

  • WAD - Best way to layout master data fields for a single record

    I am creating an employee profile which will be fed from various InfoProviders in BI. I am going to lay it out so that there is a master data section at the top and then below there will be various histories (salary, job, etc) and everything will be

  • Sliceing a photo and then rotating it.Maybe with feather.

    I have an image 2.5 in wide and 3.5 in high (300 dpi). I want to convert this image into a playing card as in a face card. The image is a drawing of a king head to toe. I want to slice the photo in a diagonal. A diagonal that passes through the exact