Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2003
    Location
    Claremont, CA, United States
    Posts
    114

    Default Vertical/Horizontal Scrollbar Implementation

    Two requests:

    1.] I'm looking for a clean solution to adding a scrollable text area in Designer Pro 6. Took a look for a widget to do this. No Go! Searched for a simple html script that can be added with a placeholder (Without resorting to an iframe) No Go! Does this exist?

    2.] A request for Xara to add this to the next version of Designer Pro. I would hope that this is in the designer code que already. It should have an invisible property that only comes opaque and active when typed text is entered into a placeholder and the text spills over the rectangle boundaries, whether it be vertical or horizontal.

    Thanks for your suggestions and opinions.

  2. #2
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Vertical/Horizontal Scrollbar Implementation

    The size is in the code so right click on the page & "Paste as html..."
    -----------
    <div style="width: 190px;height: 250px;overflow:-moz-scrollbars-vertical;overflow-y:auto;">
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    <p>text here! text here! text here! text here!</p>
    </div>



    If you have a placeholder already then paste this in ...

    <div style="width: 100%;height: 100%;overflow:-moz-scrollbars-vertical;overflow-y:auto;">
    <font face=trebuchet color=BROWN size=2>
    Two requests:<br /><br />
    1.] I'm looking for a clean solution to adding a scrollable text area in Designer Pro 6.
    Took a look for a widget to do this. No Go! Searched for a simple html script that can be
    added with a placeholder (Without resorting to an iframe) No Go! Does this exist?
    <br /><br />
    2.] A request for Xara to add this to the next version of Designer Pro. I would hope that
    this is in the designer code que already. It should have an invisible property that only
    comes opaque and active when typed text is entered into a placeholder and the text spills
    over the rectangle boundaries, whether it be vertical or horizontal.
    <br /><br />
    Thanks for your suggestions and opinions.
    </font>
    </div>
    Last edited by zaphodeist; 30 October 2010 at 01:06 AM. Reason: correction
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  3. #3
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Vertical/Horizontal Scrollbar Implementation

    You can change the background colour like this ...

    <div style="width: 100%;height: 100%;overflow:-moz-scrollbars-vertical;overflow-y:auto;background-color:BLACK;">
    <font face=trebuchet color=WHITE size=2>

    :-)
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •