Vertical scrollbar to the left

Hi All,
i am thinking a way to move the vertical scrollbar to the left. Do you know how to do this customization?
I found i good sample here: http://yourpalmark.com/2008/06/18/reposition-scrollbars-in-flex-components/
But it doesn't solve my problem completely. Because. according to the sample, we override  updateDisplayList
protected override function updateDisplayList( unscaledWidth:Number, unscaledHeight:Number ):void
super.updateDisplayList( unscaledWidth, unscaledHeight );
if( verticalScrollBar && verticalScrollBar.visible )
//verticalScrollBar.x = -verticalScrollBar.width;
verticalScrollBar.x = 0;
textField.x=verticalScrollBar.width;
This will result a small white vertical box on the right of our container. It is the postion where the scrollbar previously lies on.
So If you put a picture there, it will be cut off.
Do you have a way to display the picture correctly?
Thank you for your response,
-Hoang Long

Hi,
I have the same problem. Did you find any solution to remove the white patch?
Regards,
Shiyaz

Similar Messages

  • 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

  • Macbook Pro Retina 13" late 2013 My screen has developed vertical lines down the left hand side and they are multiplying

    Macbook Pro Retina 13"late 2013   2.4GHz Intel Core i5  8 GB 1600 MHz  DDR3  Intel Iris 1536MB  251 GB Flash.
    My screen has developed vertical lines down the left hand side yesterdays photo there is more today.

    You'd better make Genius Bar appointment to show them the problem.

  • Would like to try putting scrollbars to the LEFT!

    I'm experimenting with some ergonomics and would like to change my vertical scrollbars within windows over to the left side rather than the right. Does anyone have an idea how to do this in the simplest way possible? Have done various searches but the GTK details are pretty overwhelming and I can't see the wood for the trees, I'm afraid.
    I'm using Openbox with a modified Crux type GTK2 theme.
    PS: Managed to get the close/minimise/etc buttons in the Openbox window titles moved to the left by specifiying 'CMSILN' in rc.xml.

    Is that the same Moscow Biker that used to be in an apartment block with an strange shared internet connection ?
    I seem to remember someone I suggested to that they contact James at that time.
    1:46 PM Friday; November 17, 2006

  • Scrollbars on the left?

    I somehow doubt this is possible, but does anyone know of a way to move the scrollbars in applications to the left side of windows, instead of the right?
    Thanks!

    I've never seen them on the left-side nor on the top. You might try a google search for "OS X moving scrollbars" and see what pops up.

  • Are there any plugins for Photoshop CC 2014 which would make it possible to switch scrollbars to the left side of menus?

    I'm left handed and work on a Cintiq. Whenever I need to choose a brush or scroll up or down layers, or use anything with a scrollbar really, my hand (the one holding the stylus) is blocking the view. This is not a problem that right handed users encounter because everything is conceived specifically for them but I'm quite sure a lot of left handed users working on pen displays are as frustrated by this oversight as I am. It would be really nice if anyone, especially Adobe, could come up with a solution for this issue. Maybe there's already something out there that I'm unaware of?

    A Cloud subscription allows you to use either or both platforms.  Since you are allowed to have two working installations you could have one of each with the Cloud.

  • Vertical Scrollbar in the MC9090 Handheld device for ITSMobile Service

    Hi,
    In Our ITSMobile, we have 10.4u201D forklift devices from LXE with windows XP and MC9090 from Motorola CE windows mobile 5.0. We are in ECC 6.0 and using integrated ITSmobile  .We use TRM and our RF users will log on from LP00. The screens are good in the laptop and fork lift device. But we get a vertical scroll bar in the Handheld device MC9090. We defined a different display profile for the Handheld device for MC9090 and converted the screens using the screen conversion tool. But still the scrollbar exists and it is really annoying. Is there anyway to eliminate the scroll bar in the MC9090?
    For the same service, we would like to have the full screens in the forklift device and the handheld device without any scrollbar.
    Is it the best practice to have different display profiles for different presentation devices?
    Is there any quick and easy way to eliminate the scroll bar without tampering the style sheet or HTML code or  ITSMobile generator?
    Your input will be highly appreciated.
    Regards,
    Subbu

    create your own body-begin-template like
    <body class="MobileBody" id="MobileBody" style="overflow:hidden;" ...
    "overflow: hidden" should do the trick.

  • Tip: Moving Vertical Scrollbar To Left-Side

    I like being able to move the vertical scrollbar to the left-side of the viewing area.
    But the problem is with CSSs position:absolute and position:fixed is that if the left attribute is set to less than 20 the scrollbar will cover it up. For instance left:5px will be covered by the scrollbar.

    Set the pref layout.scrollbar.side to '3' to place the scroll bar at the left side.
    See http://kb.mozillazine.org/layout.scrollbar.side (default is 0: user interface)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • How to move the vertical scrollbar ?

    Hi
    How can I move a vertical scrollbar in the HTML page to a desired position.The position is actually a list tag element.?

    This is a Java forum. Java has nothing to do with Javascript.

  • Introducing the Vertical Scrollbar to a selection screen.

    hi all,
    I wrote a program and use the WRITE command to display its values. code below...
    WRITE:/(181) sy-uline.
      WRITE:/ 'MVT',
      sy-vline, 'ADDITIVES',
      25 sy-vline,'CIRCLES',
      44 sy-vline,'COILS',
      64 sy-vline,'INGOT',
      83 sy-vline,'PRO. SCRAP',
      103 sy-vline,'PUR. SCRAP',
      123 sy-vline,'SHEETS',
      142 sy-vline,'SLAB',
      163 sy-vline, 'impscrap',
      181 sy-vline.
      WRITE:/(181) sy-uline.
    The problem i have now is that the whole data seem distorted because there is no vertical scrollbar.....Is it possible to add a scroll manually or it has to be done only automatically.. and if automatically under what condition does this happen?? Thanks..

    Your question is somewhat confusing.
    You ask about the selection screen, but the question seems more related to the report.
    You say vertical scrollbar, but the report seems to need a horizontal scrollbar.
    In ane event, try adding:
    LINE-SIZE 255
    to the REPORT statement.
    Rob

  • Left vertical lines on the screen mac book pro 15, left vertical lines on the screen mac book pro 15

    i was working with my new mac book pro 15" and suddenly  several vertical lines on the left hand side of the screen appeared  after three hours without doing nothing

    Hello CATASK8,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    About NVRAM and PRAM
    http://support.apple.com/kb/HT1379
    Has to do with screen resolution settings.
    Best of luck,
    Mario

  • 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:
    &lt;DIV style="height:500px; overflow:auto"&gt;
    In the Region Footer add in:
    &lt;/DIV&gt;
    Obviously, change the height value to suit your needs.
    Regards
    Andy

  • Vertical ScrollBar for JTable disappears when trying to scroll!

    Hi!
    I have 2 JTables and these are in a JScrollPane. I need to add a Vertical ScrollBar in such a way that when the number of rows increases, the scrollbar will scroll both the table's data.
    I am not using the Vertical ScrollBar of the ScrollPane instead i have added a JScrollBar to the two Panes( i.e. scrollPane.setVerticalScrollBar() ). This works fine.
    But when I remove the columns from the right JTable , i.e. I have only one JTable left, the Vertical scrollbar disappears inspite of the number of rows being the same.
    I have tried setting ViewPortView etc. but nothing works.
    Please help!

    Remember that was a test. It tells us the iPhoto is essentially sound and the issue is within that main Library.
    Next move is to try repair that library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • 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 can I limit the vertical size of the plot legend?

    Hi all,
    in my program I use a waveform graph and its plot legend.
    My problem is that the vertical size of the plot legend increases out of my frame and screen if I add too many plots to the graph!!!!
    Is there a possibilty to limit the vertical size of the plot legend and/or to use a vertical scrollbar in the plot legend?
    I use LV 8.2.1 .
    Thanks
    daHans

    You can write to the "Active Plot" property node. The example given in the thread I linked to before shows using this. Did you take a look at that example?
    I'm only suggesting the alternative of an "Active Plot" control if you're trying to give the user the ability to manipulate one of the plots (like color, point style, etc). If you have a lot of plots, and the plot legend is too big, you can provide a numeric control where the user selects the plot, and then additional controls to set the properties for that plot. Not as intuitive as the plot legend, but if that's what you've gotta do, that's what you've gotta do. Attached is a simple example (LabVIEW 8.20).
    Attachments:
    plot.vi ‏21 KB

Maybe you are looking for

  • Create trasport reqeusts directly in quality system

    Hello All, We have a three system landscape TMS configuration (DEVL-QUAL-PROD) and QUAL is defined as consolidated system. Because of lot of developers doing/testing changes to configuration on DEVL, we made some changes directly in QUAL intend to im

  • Windows 7 is not Genuine MIGR-75177

    I am getting the dreaded  message that your version of Windows 7 is not genuine. I walked through the Lenovo support document and have talked to people at Microsoft and Lenovo for the last 5 hours. They are telling me I need to install a fresh versio

  • HAS ANYONE GOT THE FLASHPLAYER ON A IPHONE 4 PLEASE

      HAS ANYONE GOT THE FLASHPLAYER ON YOUR IPHONE 4 PLEASE OR WISH ONE WILL PLAY THE TWITTER MOVIES PLEASE?

  • Exporting - Option for Best Quality?

    Okay. Just upgraded to QT Pro. What "export" option produces the best quality video? Also, should QT Pro be able to open an WMV file? I've been having to use Flip4Mac, but is water marks everything when I try to do the conversion to *.mov format. Tha

  • 10.8.4 and extended keyboard number pad issues

    To anyone that has heard of this before. I've checked about every discussion here and I don't know that this issue has been resolved. I recently upgraded to 10.4.8 as most here have done. The odd and annoying thing thats happened now is that my apple