Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2004
    Posts
    50

    The decision of a problem with a scrolling ListBox

    Greetings All!
    Here result of my experiments.
    In an example changing scrolling we change the selected string.
    How to make so that at selection of string scrolling varied?
    I would be grateful for any help!

  2. #2
    Join Date
    Jan 2004
    Posts
    50
    Excuse, has overlooked to attach a file
    Attached Files

  3. #3
    Join Date
    Nov 2003
    Location
    Salzburg / Austria
    Posts
    312
    Hi GAV,

    changed some code in
    ListBox1 : On Select

    Page1 : On Timer



    Hope it helps

    Stefan_M
    Attached Files
    "With a rubber duck, one's never alone."

    Douglas Adams, The Hitchhiker's Guide to the Galaxy

  4. #4
    Join Date
    Jan 2004
    Posts
    50
    Stefan_M
    It is that, what I need!
    Thanks!

    PS
    1. How to change Position Paragraf?
    ListBox is formed dynamically. The number of the lines is the same as the number of the files in my folder. It is possible?
    2. The number of the lines (in my example) in the Paragraph (MaxRange) is 14. The Paragraph.GetScrollPos parameter always is less on 5 (in my example = 9). Is it a constantly dependence?
    I hope fo the help!

  5. #5
    Join Date
    Nov 2003
    Location
    Salzburg / Austria
    Posts
    312
    1. Paragraph.SetScrollPos()
    see ListBox Properties: ListBox1 / 'On Select'

    2.No, it depends on the size and the number of entries from the paragraph object.


    PS: why do you use the combination of the listbox and the paragraph object?


    Stefan_M
    "With a rubber duck, one's never alone."

    Douglas Adams, The Hitchhiker's Guide to the Galaxy

  6. #6
    Join Date
    Jan 2004
    Posts
    50
    why do you use the combination of the listbox and the paragraph object?
    I wanted to find a way to change ListBox scrolling...

Similar Threads

  1. Example: Using the ListBox object
    By Ted Sullivan in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 05-07-2004, 12:24 PM
  2. Basic listbox problem
    By akkerfeld in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 04-27-2004, 07:42 PM
  3. Listbox Horizontal Scroll Problem
    By kpsmith in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 02-11-2004, 09:52 AM
  4. Listbox indexing problem...
    By Martin_SBT in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 01-28-2004, 08:43 AM
  5. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM

Posting Permissions

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