Making Vertical Scrollbar in J2ME

I am working on a project. Personal Budget Tracking System in Mobile. And I am using SVG as a front end. I am finding very difficulty in incorporating a scrollbar or slider. So someone please help.

One option is to use subpanels.
You can load code from one vi so that it runs in the subpanel of another. See the attached...
It depends on what links you need between the controls and indicators on the two tabs as to how well this works for you.
I use this method to include different functions into a single exe - I have VIs which work on their own but can also be integrated into a larger program without and changes being required.
The vertical and horizontal scrollbars can be hidden if required, so can the frame around the suppanel.
Hope that helps,
Ian
Attachments:
subpanel in tab.vi ‏13 KB
dummy chart.vi ‏12 KB

Similar Messages

  • Cuatom Forms: Loosing the Vertical scrollbar when resizing the Window

    Hi All
    I have developed a Custom Form. In that there is a Content Canvas and on the top of that I have put a Stacked Canvas so that i can get both the Horizontal and Vertical scrollbars. the form has more than 40 fields to display.
    Folder tool functionality has also been added to the Form.
    The form works absolutely fine and scrollbars too.
    But when I am resizing the window (making the window size bigger or smaller by dragging the window on the Oracle Apps screen), at that time I am loosing the vertical Scrollbar. Other than Vertical scrollbar everything works fine.
    Is there any way (any code) by which the Vertical Scrollbar will not disappear.
    I would really appreciate if any one could guide me on this.
    Thanks
    Madhu

    Madhu,
    Please post your message in the Oracle E-Biz forum. This forum is for Non-EBS Forms development and everyone here may not have EBS Forms development experience.
    That having been said, I encountered this about a year ago. If I remember correctly, we were able to resolve the issue by applying a Forms server patch to the Apps Tech stack. Please check Metalink to verify.
    Craig...

  • Reader X in browser- vertical scrollbar not properly integrated

    In both Firefox 4.0beta7 and IE8 on my Windows 7 Ultimate 64-bit system, PDFs displayed in Reader X in the browser do not properly use the browser's vertical scrollbar.
    The browser's vertical scrollbar does not reliably indicate the position the user is presently seeing in the PDF document.  (Actually, it almost never reasonably represents the current position).  Sometimes the vertical scrollbar will move when the user selects the select tool vs. the hand tool, but not usually even then.
    This is disconcerting, as there is now no indication of how far the current view (the page the reader is actually seeing) is down in the document.
    Reader 9 did properly cause the browser's vertical scrollbar to move relative to the view (page currently being displayed, regardless of cursor position).
    Adobe, please fix this.
    Thanks,

    ANNOUNCEMENT: Would you like to help us improve Adobe Reader?
    Hi All,
    We have had a few bug reports related to Adobe Reader X protected mode coming in from you in this forum. We have addressed a large number of them in our upcoming Reader update and we would like to hear your feedback.
    To that extent, we would like to invite you to the Adobe Reader Prerelease program and try out the latest build. To participate, please fill in the form available at https://www.adobe.com/cfusion/mmform/index.cfm?name=reader_prerelease_ interest and indicate Adobe Reader as the product of your interest.
    We look forward to your active participation, feedback and help towards making Reader a better product.
    Thanks and regards,
    Adobe Prerelease Team

  • Width of vertical scrollbar on multicolumn listbox

    I am working on a touchscreen enabled user interface and need to "übersize" all the controls for fat-fingered individuals such as myself.  For the life of me, I can't figure out how to widen the vertical scrollbar and make the change permanent.  I can adjust the width customizing the control and everything is great...  Until I close the .vi and reopen it.  Then the scrollbar width reverts back to its normal skinny self.  I've tried making the custom control a typedef, but it doesn't help.  How do I make this change stick?
    Thank you,
    Greg

    Greg,
    I've just modified a MCLB's scroll bar width (customising the control) as you describe, saved the VI, then reopened the VI...
    With LV 7.0 the customised control stays modified - fine.
    With LV 8.0 the reloaded customisation of the control is "erroneous" - it appears that instead of reloading with the scroll bar wider, it reloads with the scroll bar normal but with the central object area box expanded to meet the scroll bar (or something like that).
    There has to be a problem there with LV version 8 - I think you should get on to NI support and report this issue.
    Mark.

  • Verizon Webmail Long Non-text windows do not have vertical scrollbar

    When I get a non-text message in Verizon Webmail that requires me to scroll down to see it all, there is no vertical scrollbar. When I display this same message in IE9, the scrollbar appears. I think this is another problem in V30/V31 as I did not see this problem before upgrading.

    As a test to see whether a Reset might help, you could try this (takes about 3 minutes):
    '''Create a new Firefox profile'''
    A new profile will have your system-installed plugins (e.g., Flash) and extensions (e.g., security suite toolbars), but no themes, other extensions, or other customizations. It also should have completely fresh settings databases and a fresh cache folder.
    Exit Firefox and start up in the Profile Manager using Start > search box (or Run):
    firefox.exe -P
    ''Do not delete anything here.''
    Any time you want to switch profiles, exit Firefox and return to this dialog.
    Click the Create Profile button, choose a name like Aug7, and skip the option to change the folder location. Then start Firefox in the new profile you created.
    Does Verizon mail work differently in the new profile?
    When returning to the Profile Manager, you might be tempted to use the Delete Profile button. But... it's a bit too easy to accidentally delete your "real" profile, so I recommend resisting the temptation. If you do want to clean up later, I suggest making a backup of all your profiles first in case something were to go wrong.

  • Label display issue in Tree component when it is having vertical scrollbar

    I am using tree component as dropdown factory for combo box. When i open dropdown, it doesn't have vertical scrollbar and all the root nodes are getting displayed correctly(in closed mode). Now if i try to open any node, i am getting vertical scrollbar as the child nodes are more. Now the problem is if scroll down, some of the nodes(labels) are not getting displayed but i am able to see the icon. If i keep on scrolling bottom to top and top to bottom, some of the nodes are showing labels and some are not(It is inconsistant).
    I have not used any custom item renderer for tree control. I used my custom dataDescriptor which i have implemented from ITreeDataDescriptor. Also I tried extending DefalutDataDescriptor, but no luck.

    Does it work if the tree is not in a combobox?

  • How to add vertical scrollbar to a tree region

    Hi,
    I have a page containing two regions. The first is a tree region displayed on the left hand side of the page. The second is form region displayed to the right of the tree, showing details relating to the selected node from the tree.
    How can I add a vertical scrollbar to the tree, so that I can I browse all nodes in the tree without affecting the position of the form? Currently, if my tree extends beyond the height of the page I have to use the page vertical scrollbar to view the bottom of the tree. This obviously means that the form is no longer in view.
    Thanks
    Andrew.

    Hi Andrew,
    You can't add a scrollbar directly to the region's contents, but you can wrap the contents within a DIV tag.
    In the Region Header add in:
    <DIV style="height:500px; overflow:auto">
    In the Region Footer add in:
    </DIV>
    Obviously, change the height value to suit your needs.
    Regards
    Andy

  • How do you add a Vertical scrollbar to a JTextArea?

    How do you add a Vertical scrollbar to a JTextArea? This is what I've tried so far but it hasn't worked. I got that off of someone asking a similiar question here.
    aTextArea = new JTextArea(10, 40);
             JScrollPane scrollPane = new JScrollPane(aTextArea);
             aTextArea.setText( " " );

    JScrollPane(component)
    this constructor will only show the scrollbar (vertical and/or horizontal) as needed..so, if the scrollpane viewport is larger than the component, then it will not show the scrollbar.
    you can force the scrollbar to alway show
    setHorizontalScrollBarPolicy(int policy)
    setVerticalScrollBarPolicy(int policy)

  • MS Word 2007 insert table with vertical scrollbar?

    Hi all, what is the best way when creating a word report to display a table that has alot of rows.  I am wondering if it somehow possible to have a table in Word that has say 10 rows shown to the user but also has a vertical scrollbar that the user can move up and down to see more data.
    If not possible, can anyone think of a solution?
    Best Regards,
    Grant

    Thanks for the replies.  Gaurav k, i was toying with the idea of using Excel but since i have many rows, it would not be the best way to create a report.  My report does not have to be printed, only asved hard copy.  But i do have many tables in addition to graphs etc to view and therefore being able to look at a report that is easy on the eye initially and if faults were found, the user could then look further into the tables. ie perhaps scroll through the many rows. 

  • Vertical Scrollbar for a slide

    I'm new to captivate. Can anybody help me to get a vertical
    scrollbar for the slides?

    Hi TrioRocks,
    Thanks for your reply. It worked fine. i imported the flash
    .swf file in my application but the only problem is that i cannot
    edit the content of the slide after importing the flash file.

  • How to create vertical Scrollbar in table control?

    Dear All,
    How to create vertical scrollbar in table controll.?
    regards,
    Dharmesh

    Hi
    It should be created automatically, if you can't see it, try to set the field lines of table control
    PROCESS PBO
    MODULE SET_ATTR_TC.
    LOOP AT ITAB WITH .....
    ENDLOOP.
    MODULE SET_ATTR_TC.
    DESCRIBE TABLE ITAB LINES SY-TABIX.
    <TABLE CONTROL>-LINES = SY-TABIX.
    ENDMODULE.
    Max

  • Tree control bug for vertical scrollbar

    Dear all:
    I meet a problem with  tree control  vertical scrollbar.Pls check the picture
    If set the rows of the properties of the Tree control is a number, also set the vertical scroll bar is visible.
    Then if i set the height  of Tree is unchangeable, then set the Tree childs rows are  much more than the height, The problem is that  the vertical scroll bar doesn't work. The height is increase than what i have set ,Maybe it is a bug? or not.
    Anybody find this?
    Attachments:
    Image000011.jpg ‏66 KB

    Hello,
    I works fine with me.
    But I added my test as attachment, so you can see if you maybe doing something else.
    Kind regards,
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)
    Attachments:
    Tree control bug question.vi ‏20 KB

  • Change Vertical Scrollbar width in advanced datagrid?

    Help!
    I'm creating an AIR application that will run on windows 8 touchscreen.  Problem is the touchscreen does not recognize finger swiping up/down within the air app.  Haven't figured that out yet....
    In the meantime i need wider vertical scrollbars for our employees fingers to swipe up and down.
    I've got a 'verticalSrollBarStyle' set however it doens't seem to react to 'width = x "
    Can anyone help me increase the width of the scroll bars?
    thanks!

    OK, this is because in a search item you can use as many wildcards as you like: 'A%b%cdef%'.
    If you want to restrict the maximum length, you need to make a custom template for findTextInput.vm and add the following macro:
    #ITEM_MAXIMUM_LENGTH()
    Steven Davelaar,
    Jheadstart team.

  • Vertical scrollbar does not appear

    Hi all!
    Here is my problem.
    I have a JPanel on a JScrollPane (called: container).
    I have an other class which extends JPanel (called: component).
    I have a JButton which adds a new from component to container on every click. (container's layout is null, and I use the setBounds method on component).
    After every adding I've just set a new height to the container (setSize(container.getWidth(), container.getHeigth()+100)), but vertical scrollBars of JScrollPane does not appear.
    I tried to call the revalidate, repaint methods on the container but it did not work.
    Please help me!

    Which JScrollPane constructor are you using? If you're using one that does not specify scrollbar policy parameters, horizontal and vertical scrollbars only appear if the component's contents are larger than the view. You can of course set a JScrollPane's scollbar policies by calling the appropriate mutator methods: setVerticalScrollBarPolicy and setHorizontalScrollBarPolicy.

  • Put the TLF vertical scrollbar on the left side in flash CS4

    Hi, all
    I’m using Arabic words on TLF so I want to put the vertical scrollbar on the left side. But I don’t know how to do it. Could anybody give me an example?
    Thanks.

    Hi azeem
    I have been learning how to deal with arabic fonts now in flash10 and from what i have read up so far adobe has stopped updating the TLF component and it is been said it will only reappear with flash11 again. So if there is a bug with 64 bit os , then it is stuck like that for now. Another point to mention while using the forums and from personal testing is that the adobe arabic font will not handle diacritics correctly. You should try use Arial version 4 (the arial that ships with vista , the arial that shipped with xp is also faulty).
    Ian Pretorius

Maybe you are looking for

  • All Midi devices Play at same time help in resolving

    Environment: 2 presounus Firepods,Oxygen 61, Yamaha DTX Exployer Drum Trigger, Panasonic SX KC-611 Keyboard, Logic Pro 8, Mac Book Pro, Mac OS X10.58. Question? How to get each midi device to be separate from each other so I can Play and record each

  • How can I get the coordinate in the layer coordinate system while doing the iterate?

    I found that the position(x,y) the iterate function tell me is not right sometimes. Actually,it happens when the top of the layer is negative. The "y"is in the comp coordinate system(maybe?) but not the layer.In another word, the position with y=0 is

  • GRIR Account calculation

    Hi All , Can someone please help me in understanding how is GRIR account calculated in MIRO. Whic price it would take as base price when there is price varaince. Early respose in appreciated. Points will be assigned.

  • Pitstop freezes Acrobat

    We are running Pitstop Pro 9 with Acrobat Pro 8.1.6. on Windows XP Pro. Acrobat will run just fine all day until I start Pitstop. Pitstop will works just fine while I am actively using it, however if I leave Acrobat open and come back to it later in

  • Windows 7 Taskbar

    LabVIEW has always played by its own rules when it comes to window behavior, from Alt+Tab to live clicks in windows without focus.  I have just started using Windows 7 at home with LV9.0.1 and it seems to me that LV is not playing nicely with the new