Overlay scrolling WebWorks?

On the playbook in the browser, when scrolling on a page, a 'progress' scroll bar and is pretty cool.

In a webworks app, that does not exist, is it possible to show this?

The reason is, I have a lot of content in a scrolling div, and it is impossible to know how much scrolling is necessary until you reach the bottom of the div.

Any help appreciated,

Thank you

Crwblyth

You can also use the scroll bar on webkit to the div.
Check out the link http://css-tricks.com/examples/WebKitScrollbars/

Tags: BlackBerry Developers

Similar Questions

  • lightbox overlay scrolling, but disable scrolling of body

    Dear all,

    I created a few magazines at this link without title 35

    However, when I scroll in the lightbox overlay and come out, I find myself in the middle of not the case. Is there a way to disable scrolling of the body while the overlay is active? Or in a way that I can come back just where I left

    Thank you for all the kind help

    Regarding

    Anh

    Unfortunately, you can't do this in Lightbox options, but if you do not want the objects on page to scroll with the page then you can pin their that would set them on the page.

    Thank you

    Sanjit

  • box scroll InDesign problem

    Here's a strange. I have an indesign page with background images, a couple MSOs and a scroll with the text box that is set to scroll vertically. When I navigate to the page and try to scroll the textframe in the overlay scroll, scrolls and made the entire indesign page. This is a good article to scroll and the last screen display size of iPad on the article. The URL of the video below.

    http://resources.SMP.org/kno/UHT/ScrollIssue_.MP4

    Jeff

    Hi Jeffery,

    There is a bug in our internal test found as well team. They are working on a fix to be released if all is well in our next release with a host of other improvements to scrolling image.

    Neil

  • Skype 4.3 will not start

    Hello

    I got Skype 4.2 installed from the Ubuntu repositories and I wanted to update to Skype 4.3 (due to newsgroup support).

    I deleted previous installation:

    sudo apt - get remove Skype Skype-bin

    And install the skype.com deb package (Skype-ubuntu - precise_4.3.0.37 - 1_i386.deb)

    However now Skype does not start:

    Skype $
    GTK Message: could not load module 'overlay-scroll bar.
    GTK Message: could not load module 'unit-gtk-module.
    Abandoned

    logs attached.

    Found my answer here: http://community.skype.com/t5/Linux/Skype-4-3-crashes-with-old-chat-history/m-p/3220410

  • Forcing scrollbars on Playbook Soft

    In the app I I do have one

    fixed height. User entered the longer div on the list, and eventually it will go beyond the bottom border. In my CSS I overflow set to auto so that when the list is longer that the div displays scroll bars. This works in all browsers, but not on the playbook. The div is userscrollable but I'm afraid that the user won't know to do to scroll from the bars do not appear. I tried a lot of different options and nothing makes the bars are displayed on the playbook. Anyone know what the trick is here?

    After that tneil advised me to abandon iScroll and use integrated native kinetic scrolling WebWorks, I had a problem with this - I had the DIVs with overflow but no visible scroll bar.

    My solution: adding a scroll bar custom for browsers WebKit as described here:

    http://CSS-tricks.com/9130-custom-scrollbars-in-WebKit/

    My specific implementation is encapsulated in this GitHub validation:

    https://github.com/yllus/lemma-for-the-BlackBerry-PlayBook/commit/cace1d022a544b8c7a9546d5044d42d489...

  • Navto a different view on the same page

    Is it possible to use the navto command to access a different view in a page or is to work in a floating framework?

    Yes, using decimal numbers in your navto page number. For example, navto://myarticle#2.3 jumps to a place between the page 3 and 4, in an article of smooth scrolling.

    For examples, see the advice of DPS > Advanced overlays > scrolling image links.

  • Disable the scroll/zoom in app playbook webworks

    I searched for a while, but I can't find a way to block the application in place, disabling double tap/pinch to zoom and scrolling...

    Since webworks offers the possibility to create full blown using web technologies, it is a very important feature. Power to scroll the page/zoom ensures a poor user experience.

    Any help would be appreciated.

    I use webworks SDK version Beta2 v1.0.0.2

    
    

    When you compile and run your application on the Simulator, he should not scroll vertically. While you experiment on the web browser of the Simulator, you can. * scratch Chin *.

  • Stop scrolling on BB10 - Webworks + BBui.js

    BB10 Webworks + BBui.js / DevAlpha

    I am developing a game based on key events.

    While the size of my screen is set to meet devAlpha in the landscape (1280 X 760: height less 8px), the screen scrolls up/down when I 'touch and move' a finger on devAlpha. I want to avoid this.

    I've read several discussions on this (including Adam) and also read some comments of examples, so I tried the 'solutions' without success.

    -Definition of meta display window (in the index file): no specified height.

    
    

    -Script "Inhibitor" (attempt #1: firstly the script "as-is" in my script main screen push".) JS file")

    /* ---------------
     * disable scroll
     * ---------------*/
            preventMove = function(evt) {
               evt.preventDefault();
               window.scroll(0, 0);
               return false;
            };
            document.addEventListener('touchmove', preventMove, false);
    

    -Inhibitory script (try #2: function in my ".") JS file"but the event listener added to the event"ondomready"within the bb.init () function in the index page.

    in my JS file (no event listener is added)

    /* ---------------
     * disable scroll
     * ---------------*/
            preventMove = function(evt) {
               evt.preventDefault();
               window.scroll(0, 0);
               return false;
            };
    

    in the bb.init (); event listener added when the dom is ready (my main screen is 'House')

                   // Fires "after" styling is applied and "after" the screen is inserted in the DOM
                    ondomready : function(element, id) {
                        if (id == 'dataOnTheFly') {
                            dataOnTheFly_initialLoad(element);
                        } else if (id== 'home') {
                           document.addEventListener('touchmove', preventMove, false);
                        }
                    }
    

    (I admit I'm probably lost in the DOM....)

    -Finally, since my application uses divs triggering a function on the 'ontouchstart' event, I added the 'event' parameter in the function call and added a 'preventDefault()' as the first line of the script.

    An example of the div on my page http://www.sigling.is/IMO/imofishing/home.htm

    
    

    thumbsensor script:

        thumbSensor = function(place,state,evt) {        currLR = place;        // what pad/dock        window[place] = state;        // what's its value
    
            /* ------------------------------------------         *  thumbs dock / started / thumb ITA states          * ------------------------------------------ */            if(evt = 'ontouchstart'){ // prevent scrolling                alert('onTS'); // => Testing, and Yes, it is displayed right//                evt.preventDefault();                window.scroll(0,0);                return(false);                        }
    [...]
    }
    

    When I check the console of Chrome using the last option, that's what I get (aside: why the webworks ready event is triggered so many times - about 10?):

    Now, I think either I missed something big (probably) or the right way to do it or...
    Can anyone help?

    If you need to replace the touch events in bbUI you have to turn screen by using effects of scrolling data-bb-scroll-effect = 'off' on the part of the screen: https://github.com/blackberry/bbUI.js/wiki/Screens

    Currently iScroll is used to scroll through effects and will contact entries for the scrolling of a screen.

  • Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  W

    Hello, I'am getting a little crazy because Group/scrolling text does not. I looked at several videos of Adobe evangelists now to make a scrolling text or group.  I ' am in collaboration with InDesign CC and it looks like my 'Overlay tools' do not work.  When I see the preview, I can't scroll but only to select text. My steps are simple: I put my text in a selected area. PLACE IN > that select > Folio overlays > floating framework. It does not scroll. What I've done wrong?

    Schermafbeelding 2016-02-14 om 14.57.41.pngSchermafbeelding 2016-02-14 om 14.56.38.png

    DAT danced some overlays avenues (!) reviews Regolamento zijn voor DPS books, due noch het SWF-noch het ePUB-voorvertoningsvenster laten zien said. Het due zal ook niet werken in bv. en PDF een in een ePUB avenues in FXL - epub puts extra een saw CSS code. DHS avenues from DPS DPS 2015 (article) maar voorvertonen zal het niet anyway (folio).

    Werk I niet met DPS (peper, peperduur!) vergeet dan het hele Overlay window DHS.

  • No scrolling body when overlay

    I have a widget with scrolling presentation at the opening of the overlay. But I want just the overlay to scroll down, not behind. Is there a way to do this?

    Unfortunately you cannot apply scrolling only triggers or containers but the entire module itself. It comes by default.

    Thank you

    Sanjit

  • What could be the reasons for overlays of Folio no do not build a scrolling region?

    What could be the reasons for overlays of Folio no not to build a scroll on a box group of texts-photos-paintings, places (in the usual way for a slider) in a container?

    Now, I found a way to do it. Save the Illustrator .eps files (curves/text converted to curves or not) in an old format (CS4) .ai files and paste illustrations in containers and adding them to the group the problem go away. The scroll box works now, but I really don't like this solution. So, I would appreciate a guru to explain this point. Thank you!

  • Adobe InDesign - content overlay Web - prevent the spread of events Scroll

    I have an InDesign magazine that contains a Web Content Overlay (pointing to a responsive website). Everything works fine apart from when it comes to scrolling.

    I run the magazine from an iPad via Adobe Viewer. Is not only the scrolling vertical (up and down) is necessary, horizontal.

    Problem

    When user left or right moves, changing page of the magazine and web content firm.

    Question

    Is it possible that I can stop the scroll events from spreading until the magazine of the overlay of web content? Preferably, it would happen on the web content itself (for example using JavaScript) as it would mean only, I need to change in one place, rather than on each page, the web content.

    Attempted

    Captures the touchmove on the body of the page and calling stopPropagation() on that event.

    Call preventDefault() on the event (this prevents any scrolling at all).

    With the help of pageX touchmove events and call preventDefault() all those who seem to be horizontal scans (too unreliable).

    With the help of CSS overflow-x: hidden

    jQuery scroll personalized Mobile events.

    A little addition to combinations of the above.

    Found a solution. First, insert a ' ' tag 'window' in the head:

    Note that I've set a static width of '701', it's important. Width of the overlay of web content is "700px". Set a width of "701" means that the page can move very slightly. This agitation means that the left/right scan is taken and not percolated to InDesign. There is a slight delay (of a pixel) if they drag, but it's minor compared to the new page.

    Then add the following in your page CSS:

    . Happy {}

    -webkit-too-full-scrolling: touch

    }

    You should not have this CSS, but it was necessary for us.

  • Listen to samples on iPad Folio overlays article smooth scrolling window.

    Listen to samples on iPad Folio article (e.g. 1024 x 2000 px) smooth scrolling overlays window no longer works. Article is scaled and turned in a vertical position. No problem with the generator of Folio.

    Thank you to report this, I will forward to our test team for the investigation and they will log a bug on a later version if we can reproduce it.

    Neil

  • Scrolling image overlay

    I have a design, which has a fly on the drop-down menu on the left side of the page.  I have another frame floating on the artboard that scrolls also.  When the left drop down menu opens and you scroll through it, you can see the content.  I have other content drop-down above the passage outside the menu in my layers panel... but I did it because if it is not the flyout menu will not let you scroll through the underlying content.

    Is there a way to get around this?

    Sorry if this is not very well explained.

    any help that our advice would be greatly appreciated.

    Thank you.

    You cannot superimpose overlays, scrollables content on-screen at the same time: well, you can, but only the front one will work.

    The only way to have more than one overlay of scrollable content at the same place on the page is to show/hide them one at a time in a State Multi object.

    Ali

  • Text and images disappear in overlays frame scrolling when you turn the iPad

    I'm having this problem:

    When I rotate from portrait to the horizontal, content scrolling frame iPad disappears, the same phenomenon occurs if the first view is horizontal to vertical.

    The names of levels of different content and images are different.

    The problem comes with the app Adobe Content Viewer of an iPad 3.2.1 version 3 with iOS beta 7 v.6 so that this does not happen on an iPad 1 with iOS 5.5.1 the file downloaded to the producer Folio folio is the same.

    Suggestions to solve this problem?

    Below is a short video showing the scrolling image, text and images disappear in two articles (but this happens in all pages)

    A fix for a nearly identical issue was released on 13 September. Did you rebuild the application and try again?

Maybe you are looking for

  • Big problems with my Portege 7140

    My computer (with X) crushed and windows does not start. Whenever he tries to go into windows (the blacscreen with white markers), it crashes just - I tried to fix the system with my XP disk but everytime I get a blue screen with an error message lon

  • Satellite A300 - 2C4 is dead

    Right then, I got this because he's dead. Operating system to disappear from the hdd and never worked again. I looked into it myself. I'm trying to install windows xp, windows 7 and the twoVersions of Linux to try and make it work. A Linux worked onc

  • Upgrade Windows xp to Windows 7 Professional. During installation I got the error code 0 x 80070005. Solution?

    error code 0x80070005 Upgrade Windows xp to Windows 7 Professional. During installation I got the error code 0 x 80070005. Solution?

  • The center of security and Windows Firewall does not.

    I run MSE and Windows Firewall. The Security Center will pop up and tell me my firewall is disabled and I'm unprotected. When I check the recommendations, sometimes it is still on! Other times it is turned off, turn back on and someday or later does

  • Beep codes for T500: what do the beeps mean?

    I regularly get the following beep sequence when I restart my T500: beep, beep, beep - beep, beep, beep beep- The beeps are relatively short. After the beeps, the system hangs just quietly. It does not continue the boot process, but it remains lit. I