How do the vertical and horizontal scroll on a screen?

Hello

I'm doing a screen like this:

How to do?

Can you suggest me?

Thanks in advance.

Hello

I think something like this should work:

HorizontalFieldManager colHeader = new HorizontalFieldManager(Manager.NO_HORIZONTAL_SCROLL);
super.add(colHeader);
HorizontalFieldManager colContent = new HorizontalFieldManager(Manager.NO_HORIZONTAL_SCROLL);
super.add(colContent);
VerticalFieldManager rowHeader = new VerticalFieldManager(Manager.NO_VERTICAL_SCROLL);
colContent.add(rowHeader);

VerticalFieldManager rowContent = new VerticalFieldManager(Manager.VERTICAL_SCROLL);
colContent.add(rowContent);

HorizontalFieldManager scrollContent = new HorizontalFieldManager(Manager.HORIZONTAL_SCROLL);
rowContent.add(scrollContent);

// Add everything to scrollContent

I have not tested this code.

Tags: BlackBerry Developers

Similar Questions

  • How to hide or disable the vertical and horizontal scroll bars?

    I would like to hide or disable scroll bars vertical and horizontal window of Firefox (20.0.1 at the moment), is there a CSS rule or the setting in "subject: config" resource for this behavior?

    Thanks in advance.

    The code shown above should always work.

    Make sure that you have placed the file userChrome.css in chrome file in the Firefox profile folder.

    This chrome folder does not exist by default and must be created.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #content browser {
     margin-right: -14px !important;
     overflow-y: scroll;
     overflow-x: hidden;
    }
    
  • How to enable vertical and horizontal scrolling with sculpt Touch Mouse (W7-64). When I activate horizontal disables vertical scrolling to scroll.

    Load the IntelliPoint software that is more recent, although she did not recover that (!). Scrolling works when you use the Synaptics Touchpad.

    When I turn on all the other functions in the IntelliPoint vertical scrolling is disabled.

    Hello

    Thanks for posting your question on the Forums of community of Microsoft.
    The description of the question, I understand that you can not use horizontal and vertical scrolling with sculpt the touch mouse.
    Let me go ahead and help you with the issue.
     
    As you have been told that the IntelliPoint software is updated, but sometimes Sculpt mouse drivers may be outdated which causes this problem.
     
    Here are some ways you can follow to resolve the problem:
     
    Method 1:
    I suggest for the link and follow the steps in the article:
    Install IntelliPoint software and the mouse
     
    Method 2:
    Download and install the drivers from the link:
     
    See also:
     
    I hope this helps. If you have any other queries/issues related to Windows, write us and we will be happy to help you further.
  • Where can I find the vertical and horizontal spaces of you or margins on CC Version?.

    Where can I find the vertical and horizontal spaces of you or margins on the CC Version? I need to leave a few spaces pixels around an image, but I can't find it on this new version.

    Thanks in advance

    In the CSS designer under window > CSS designer or SHIFT + F11

    Choose the item that you are working with and press on the + in the selectors of section

    Then in the Properties section, make sure that the first tab is selected (Layout) and scroll down to the margin

    Set it to a number of pixels that you want (for example, 10px)

  • Wireless mouse seems to randomly start both vertical and horizontal scrolling

    My wireless mouse is out of control.  First, it seems random scroll vertically and horizontally.  When I started my computer I had no mouse at all.  I rebooted and it worked again but began to scroll wildly.  I changed the batteries, but nothing helped.  How should I do?

    Hello

    ·        You did changes to the computer before the show?

    ·        What is the number and the model of mouse you are using?

    ·        What operating system is installed on your computer?

    Put the computer to boot and check which application is causing the problem:

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    If you use Microsoft mouse, then follow the instructions from the link:

    Troubleshoot the incidents of the response to the mouse or wireless keyboard

    http://support.Microsoft.com/kb/838398

    Note:  You can also visit the website of the manufacturer of the mouse and download and install the latest driver for mouse and check if that helps.

  • Borders and the vertical and horizontal lines

    Hi guys,.

    I'm new to InDesign and I am trying to create the below, but I'm having difficulties.

    How can I create the border and vertical and horizontal lines as shown in the picture? I wan't to make a model of these so that I can easily modify the title and the text and keep the same formatting.

    Thank you!

    Screen shot 2011-05-16 at 18.19.34.png

    You must learn to have a little patience. Everyone here is a volunteer, and we all work day, too.

    Your outer rim could be either a stroke applied to a block of text in multiple columns, or it could be a separate framework used closely as a background. If you apply a line directly on the text block, you can add an insert to move the text of the line. Horizontal rules (that's the term for a straight line in page layout) look like they're probably paragraph nets (lines above or below a paragraph). These can be included as part of the paragraph styles applied to securities. Paragraph nets can be adjusted to the weight and position on the basis of either the first or the last line of paragraph (depending on whether the rule is above or below) and can run across the width of the column or just the width of the text, and to add dashes, positive or negative.

    There is no way to automate the vertical rules, at least not with ID right out of the box. You can add a few PlaceHolder rules between columns on your master page, but you will need to override and set them on the page of the document itself. Set benchmarks of rule between columns on the master page would help, especially in a situation where the rule needs to be broken to accommodate something like the floating image.

    You can see if the school library has some reference materials. A particularly good book for a beginner would be Visual Quickstart Guide of Sandee Cohen for InDesign.

  • How to apply vertical and horizontal projection?

    Dear,

    I hope someone can help me solve this problem...

    I need to apply the vertical projection on the image that contain a vehicle with plate to determine the location propably the plate of the car.

    Please find attached 2 pictures 17. jpg is image I want to apply the horizontal projection, v - h [projection] .png is what I want to do like her

    I thank...

    Looks like LinearAverages IMAQ for me.  If you multiply the average by the number of rows or columns, you will get the count for a binary image.

    Bruce

  • Use the scrolling Vertical and Horizontal

    Hi all, I am new to BB. I tried to do a manager can scroll through both vertical and horizontal. I want to do a Picture Manager only a BitmapField, where the BitmapField have width and height more than display, and the Manager could scroll through both vertical and horizontal, so I can't look at BitmapField.

    I read and try to do something like this ( http://supportforums.blackberry.com/t5/Java-Development/How-to-make-Vertical-and-Horizontal-scroll-o... ) and this one ( http://208.74.204.192/t5/Java-Development/How-can-i-use-both-of-horizontal-scroll-and-vertical-scrol... ) but it does not work

    in general I want to do something like ZoomScreen (I do not use zoomscreen, because I can not add the button or another field in this thing).

    I have try this one too, but nothing...

    BEGIN

    public myScreen() {}

    _Image = new VerticalFieldManager VerticalFieldManager (Manager.VERTICAL_SCROLL |) Manager.HORIZONTAL_SCROLL) {}
    protected void moveFocus (int x, int y, int status time int) {}
    setVerticalScroll (y);
    setHorizontalScroll (x);
    super.moveFocus (x, y, status, time);
    };
    };

    B=Bitmap.getBitmapResource("img/edit.jpg bitmap image");
    BitmapField bi = new BitmapField (b, BitmapField.USE_ALL_WIDTH);

    _image. Add (BI);
    Add (_image);

    }

    END

    Thanks for the reply... and sorry for my bad English (Not My Mom Language;-D)

    Welcome to the forums!

    USE_ALL_WIDTH first, remove your BitmapField constructor - as is, it will become monstrously huge (a width of Integer.MAX_VALUE > 1). A default constructor is sufficient. You may need to add FOCUSABLE style according to your needs.

    Second, your moveFocus method is quite useless, because it is called only on touchscreen devices when the user touches that particular place. Touchscreen can already reach moving-scroll and swipe scrolling, so your problem is automatically solved it. In addition, moveFocus is a call relatively high level - all of these calls work well on a screen with many focusable fields and other things.

    You will need to substitute navigationMovement for the BitmapField if it is FOCUSABLE or the screen itself. If you want other fields on the screen, this task becomes really not negligible, so formalize the specs for this screen as much as you can before you implement it. When you have an exact plan, write here, if you still need help.

  • Vertical and horizontal orientation for HTML and PDF

    So I read the previous posts on the vertical and horizontal direction and I understand that right now there is only one choice. Maybe in the near future there may be the option for both, but that would not allow a single article to be both orientations. So here's my question: we have several existing folios that are horizontal with resources PDF loaded in them that are to the vertical; It has always bothered that they come only horizontal and you need to scroll down to see the second page. Is there a solution that would allow them to rotate vertically?

    I see in the application of the universe of Switzerland, they have HTML links that turn all the two how this is done?

    Once we support rotation app the situation you describe should work fine. Your existing content will show horizontal. Loading the PDF resource it'll come up horizontal as well, but your player can rotate the camera for this portrait.

    Neil

  • Keep the Central text box vertically and horizontally

    I am reproducing this style of website Zhang Jingna - beauty · Fine Art · Underwater · New York, New York fashion photographer

    But I'm fighting to get the plant but I'm fighting to get the central text central rest horizontally and verticlally such that it is scaling one seen on PPI different screens that is 1080 and 1440 p

    any ideas how to fix this live text?

    my site Homepage

    There is a thread where this topic has long been discussedin.

    How to center you objects and or a vertically and horizontally in Muse Web site?

  • make rotate the view, but keep vertical and horizontal guides?

    Hi all

    curious to know if there is a way to keep the vertical guides / horizontal when you use the display rotation feature?

    Thanks for your advice!

    the love of my life

    The reason why it is non-destructive is because is not a transformation at all.  It's just a temporary thing with the screen only, not the actual pixels in the image.  That's why the guides follow along.

  • How do disable you dynamic horizontal scrolling "feature"?

    How do disable you dynamic horizontal scrolling "feature"?
    its totally _ me off. Im trying to use a new program of photo manipulation, but can't zoom in and because it scrolls the work area, I need trouble! Ugh! I swear to God _... it's just ridiculous!
    Please someone tell me how to disable this "feature".

    musgoodw, the best advice I can do is just play with the settings of '' mouse. ''  Just type mouse into the start menu.
    By default, a Synaptics touchpad has a vertical scroll box to the right of the touchpad. Some versions of pilot also (default) enable the horizontal scroll down box.
    Both can be changed to enabled, amount of space used, where they are, speed of scrolling and much more in the config of Synaptics.  You would be pleasantly surprised how you can set one up.  ;)

    HTH,
    Chris [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • Center (vertically and horizontally)

    How do I Center (vertically and horizontally) a CC project lead in the browser?

    Google: Center horizontal vertical css

  • cursor - vertically and horizontally

    Hello, I have a problem with the slider.

    I create a framework and put in an image. I put the direction to scroll vertically and horizontally. Watch it on the iPad when you scroll the picture up and down all the time, it's going up on the next page.

    I don't have this kind of problem when scrolling of the image to the right and to the left.

    If I understand correctly, you use the frame with scrolling to create a block of text that you can pan horizontally and vertically. When you say that the view displays the previous page when you scan vertically is that once you have reached the bottom of the content, or the vertical scan does not work?

    With the iOS Viewer when you hit the top or bottom of the page frame edge will change to the previous page or next on the next shot. The same is not true when the left or right edges are affected in the framework (i.e. it does not change the section in the preceding article or under).

    Maybe what you observe.

  • Hello. I have windows xp. If you use Firefox as my homepage, I get interference terrible display of vertical and horizontal lines. When I switch to Internet Explorer I don't get them. I want to keep Firefox as a server.

    Hello. I have windows xp. If you use Firefox as my homepage, I get interference terrible display of vertical and horizontal lines. When I switch to Internet Explorer I don't get them. I want to keep Firefox as a server.

    Here is something you can try:

    1. Click on tools and then click Options.
    2. Select the Advanced tab
    3. Select the general tab
    4. Uncheck the use hardware acceleration if available.
    5. Click file and then click on exit.
    6. Launch Firefox normally.

    Once you have followed these steps, you'll want to follow these establishments and see if the lines are gone.

    Click the Help menu and select Restart with disabled modules.

    Let me know if this has eliminated the problem.

Maybe you are looking for

  • all components are empty

    Windows 8 and Thunderbird 31. When I run Thunderbird it comes up with the bar menu and tools, but shutters are white. The error console has the following error: TypeError: windowFrameColor is not defined from 17/08/2014-17:08:25Resource://GRE/modules

  • I forgot my password to start

    I have baught 5 years ago a 50CT booklet.When it starts I need a passwordthen it looks black screen: password: I do not rememberIf anyone can help me?Thank youJF

  • SD-c2502 need to update?

    just put a sd - c 2502 dvd in my friends laptop (tecra 8100), he reads the home made DVD, and also some pre-recored DVD (movies), but not all. It seems that any dvd filming this double condition; layer on the back will not play. but others who state

  • Satellite P775 program-S7230 - after installing Win8 32 bit, keyboard collapsed work

    Can someone please help? I installed Windows 8, 32 Bit, as a clean install.Used Toshiba Wizard and everything went well until the second day when I turned on the laptopThe keyboard is not all the essential features. I plugged a Logitech keyboard and

  • Impossible to get a ship partner with my pc to my mini book

    I down loaded active sync 4.5 to my office that I WAS responsible for a partnership with microsoft, but when I plugged my usb cable from my computrt to my mini book it is not found. What I'm doing.        Thank you